Op donderdag 23 april 2009, schreef Gerard McConnell:
> How do I suppress the time signature which is inserted automatically at the
> end of a line?   

Instead of \break, you can also write new \score  {  } sections for each line. 
This way you get independent snippets/pieces of music.

\layout { indent = #0 }

\score{ 
        \relative c' {
                \time 2/4
                c2 d c4 d c2 d d4 c d2 c
                \bar "|."
        }
}
 
\score{ 
        \relative c' {
                \time 3/4
                d2 c  etc.
                \bar "|."
        }
}


best regards,
Wilbert Berendsen

-- 
Frescobaldi, LilyPond editor for KDE: http://www.frescobaldi.org/


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to