lilypond-user
[Top][All Lists]
Advanced

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

Re: Make every n'th barline different?


From: Gilberto Agostinho
Subject: Re: Make every n'th barline different?
Date: Thu, 8 May 2014 07:44:43 -0700 (PDT)

What about this?

\version "2.19.2"

barlines = \relative c' {
  \set Timing.defaultBarType = ";"
  \repeat unfold 4 {
    \repeat unfold 3 { s s s s }
    \bar "|"
  }
}

music = \relative c' {
  \repeat unfold 12 {c d e f}
}

\score {
  \new Staff <<
    \new Voice \music
    \new Voice \barlines
  >>
}



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Make-every-n-th-barline-different-tp162164p162166.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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