Ver Fonte

comment

#941
sschmid há 4 anos atrás
pai
commit
36807c47b4

+ 1 - 1
src/MusicalScore/ScoreIO/MusicSymbolModules/LyricsReader.ts

@@ -38,7 +38,7 @@ export class LyricsReader {
                                     text += node.value;
                                 }
                             }
-                            text = text.replace("  ", " "); // filter multiple spaces from concatenating e.g. "a " with elision " "
+                            text = text.replace("  ", " "); // filter multiple spaces from concatenating e.g. text "a " with elision " "
                             // <elision> separates Multiple syllabels on a single LyricNote
                             // "-" text indicating separated syllabel should be ignored
                             // we calculate the Dash element much later