lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: suppress time signatures?


From: Wilbert Berendsen
Subject: Re: suppress time signatures?
Date: Thu, 23 Apr 2009 15:03:25 +0200
User-agent: KMail/1.11.2 (Linux/2.6.28-8-generic; KDE/4.2.2; i686; ; )

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/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]