lilypond-user
[Top][All Lists]
Advanced

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

Make every n'th barline different?


From: Graham King
Subject: Make every n'th barline different?
Date: Thu, 08 May 2014 15:32:37 +0100

Is there an efficient way to change the style of every, say, third barline?
Here's an example of what I'm trying to achieve, but I'd like to do it without having to insert \bar "|" manually (and of course with real music rather than \repeat unfold):

\version "2.19.2"

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

Attachment: bar.pdf
Description: Adobe PDF document


reply via email to

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