]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/part-combine-engraver.cc
rm line-spanner.hh include
[lilypond.git] / lily / part-combine-engraver.cc
index 121ad3fbd27f6405ce179874177ab800e499f771..b12eb19a5fe7a1aac6d29d2542a58428e7d75cfb 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2000--2006 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 2000--2007 Jan Nieuwenhuizen <janneke@gnu.org>
 
   Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
@@ -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 */ "");