lilypond-user
[Top][All Lists]
Advanced

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

Re: Fix bars per line automatically


From: -Eluze
Subject: Re: Fix bars per line automatically
Date: Mon, 14 Dec 2009 07:29:46 -0800 (PST)


urisala wrote:
> 
> Hi,
> I use very long bars like 11/4, and sometimes lily crams 2 bars in the
> same
> line. How can I break the line after each bar automatically?
> 

you can introduce a new simultaneous voice of the kind

<<
  \context Voice= "1" { … your notes … }
  \context Voice= "breaks" {
    \repeat unfold 10 { s 4 * 11 \break }
    }
>>
-- 
View this message in context: 
http://old.nabble.com/Fix-bars-per-line-automatically-tp26778313p26779620.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.





reply via email to

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