lilypond-user
[Top][All Lists]
Advanced

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

Re: irregular bar


From: Kieren MacMillan
Subject: Re: irregular bar
Date: Thu, 10 Sep 2009 07:48:03 -0400

Hi Stezano,

I need, for a 17th century piece, a bar that is constantly 2+2+2+3+3.
I would like to have "dashed" bar lines in the middle of each bar and a normal "|" at the bar end.
Is it possible to have it automatically?

Try something like

thebarlines = \repeat "unfold" 42 { s2*3 \bar "dashed" s3*2 \bar "|" }
themusic = \relative { ... }
\score { \new Staff << \themusic \thebarlines >> }

Hope this helps!
Kieren.




reply via email to

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