]> git.donarmstrong.com Git - lilypond.git/commitdiff
coding style nit.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 6 Jan 2007 16:04:10 +0000 (17:04 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 6 Jan 2007 16:04:10 +0000 (17:04 +0100)
lily/part-combine-engraver.cc

index 121ad3fbd27f6405ce179874177ab800e499f771..831d4fb12e43455efdf9c5599cc8120b36725abc 100644 (file)
@@ -104,6 +104,9 @@ ADD_TRANSLATOR (Part_combine_engraver,
                /* doc */ "Part combine engraver for orchestral scores:         "
                "Print markings a2, Solo, Solo II, and unisono ",
                /* create */ "CombineTextScript",
-               /* read */ "printPartCombineTexts soloText soloIIText "
+               /* read */
+               "printPartCombineTexts "
+               "soloText "
+               "soloIIText "
                "aDueText",
                /* write */ "");