Skip to content

Commit

Permalink
Fixed: Use single quotes
Browse files Browse the repository at this point in the history
Double quotes makes Sibelius sad.
  • Loading branch information
ahankinson committed Feb 10, 2023
1 parent aad512f commit 1818b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ExportProcessors.mss
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ function ProcessLyric (lyricobj, objectPositions) {
if (verse_num > 0)
{
// verse_num = 0 is used for anything that is not a verse, e.g.
// chorus, Siblius' "lyrics above" style and any other user defined
// chorus, Siblius' 'lyrics above' style and any other user defined
// lyrics styles where we don't know if a specific verse number is
// intended. We therefore only write @n if verse_num > 0.
libmei.AddAttribute(verse, 'n', verse_num);
Expand Down

0 comments on commit 1818b4d

Please sign in to comment.