Index: examples.itely =================================================================== RCS file: /cvsroot/lilypond/lilypond/Documentation/user/examples.itely,v retrieving revision 1.60 diff -u -r1.60 examples.itely --- examples.itely 28 Mar 2006 20:47:21 -0000 1.60 +++ examples.itely 12 Apr 2006 21:52:52 -0000 @@ -1033,8 +1033,12 @@ composer = "Me" meter = "moderato" piece = "Swing" - tagline = "LilyPond example file by Amelie Zapf, - Berlin 07/07/2003" + tagline = \markup { + \column { + "LilyPond example file by Amelie Zapf," + "Berlin 07/07/2003" + } + } texidoc = "Jazz tune for combo (horns, guitar, piano, bass, drums)." } @@ -1082,7 +1086,7 @@ \global \set Staff.instrument = #"Trumpet" \clef treble - \new Staff << + << \trpt >> } @@ -1099,7 +1103,7 @@ \global \set Staff.instrument = #"Alto Sax" \clef treble - \new Staff << + << \alto >> } @@ -1116,7 +1120,7 @@ \global \set Staff.instrument = #"Bari Sax" \clef treble - \new Staff << + << \bari >> } @@ -1133,7 +1137,7 @@ \global \set Staff.instrument = #"Trombone" \clef bass - \new Staff << + << \tbone >> } @@ -1153,7 +1157,7 @@ \global \set Staff.instrument = #"Guitar" \clef treble - \new Staff << + << \gtr >> } @@ -1185,7 +1189,7 @@ \clef treble \global \set Staff.midiInstrument = "acoustic grand" - \new Staff << + << \new Voice = "one" \rhUpper \new Voice = "two" \rhLower >> @@ -1194,14 +1198,14 @@ \clef bass \global \set Staff.midiInstrument = "acoustic grand" - \new Staff << + << \new Voice = "one" \lhUpper \new Voice = "two" \lhLower >> } piano = { - \new PianoStaff << + << \set PianoStaff.instrument = #"Piano" \new Staff = "upper" \PianoRH \new Staff = "lower" \PianoLH @@ -1217,7 +1221,7 @@ \global \set Staff.instrument = #"Bass" \clef bass - \new Staff << + << \Bass >> }