]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/part-combine.ly
*** empty log message ***
[lilypond.git] / input / test / part-combine.ly
index c2b4efc4dfc80eabfb5184a1ed4bac7f0130b6e5..c37ab7c06ad7f0e4750f3876aa11ee0ccaa7407b 100644 (file)
@@ -1,16 +1,15 @@
-\version "1.7.6"
 
-\header{
-texidoc="
+\version "2.1.7"
+
+\header{ texidoc="@cindex Part Combine
 In orchestral scores and hymns, voices are traditionally combined onto
 one staff.  LilyPond has a part combiner, that combines or separates two
 voices according to actual rhythm and pitch.  User-defined texts such as
-``solo'' and ``@`a2'' are typeset automagically, as appropriate.
-"
+``solo'' and ``@`a2'' are typeset automagically, as appropriate. "
 }
 
 \score{
-   \notes \context Staff = flauti <
+   \notes \context Staff = flauti <<
     \time 4/4
     \context Voice=one \partcombine Voice
     \context Thread=one\relative c'' {
@@ -23,8 +22,9 @@ voices according to actual rhythm and pitch.  User-defined texts such as
       c r e r | r2 s2 | a,4 r a r | a r r a |
       a2 \property Voice.soloADue = ##f a |
     }
-  >
+  >>
   \paper{
+       raggedright = ##t
     linewidth = 80 * \staffspace
     \translator{
       \ThreadContext
@@ -37,4 +37,4 @@ voices according to actual rhythm and pitch.  User-defined texts such as
   }
 }
 
-%% new-chords-done %%
+