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: Toine Schreurs
Subject: Re: Make every n'th barline different?
Date: Thu, 8 May 2014 18:38:44 +0200
User-agent: Mutt/1.5.13 (2006-08-11)

On Thu, May 08, 2014 at 04:35:40PM +0100, Graham King wrote:
> Thanks Gilberto, that's simpler and better than anything I would have
> cooked up.  And by simply using:
> 
> \version "2.19.2"
> barlines = {
>   \set Timing.defaultBarType = ";"
>   \repeat unfold 3 { s1 }
>   \bar "|"
> }
> \relative c' {
>   << 
>      \repeat unfold 12 {c d e f}
>      \\
>      \repeat unfold 4 \barlines
>   >>
> }

I would leave out the \\ in this case. The music will otherwise
appear in voiceOne.

Toine Schreurs



reply via email to

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