diff options
Diffstat (limited to 'src/document')
-rw-r--r-- | src/document/io/LilyPondExporter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/document/io/LilyPondExporter.cpp b/src/document/io/LilyPondExporter.cpp index 1262d34..f2d6008 100644 --- a/src/document/io/LilyPondExporter.cpp +++ b/src/document/io/LilyPondExporter.cpp @@ -2001,7 +2001,7 @@ LilyPondExporter::writeBar(Segment *s, if ((stringNum <= barreStart) && (stringNum >= barreEnd)) { str << stringNum << "-" << barreFret << ";"; } else { - str << stringNum << "-" << stringStatus << ";"; + str << stringNum << "-" << stringtqStatus << ";"; } } } |