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: Graham King
Subject: Re: Make every n'th barline different?
Date: Thu, 08 May 2014 17:46:28 +0100

On Thu, 2014-05-08 at 18:38 +0200, Toine Schreurs wrote:
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

Quite right, Toine.  This solves my self-inflicted problem with vertical positioning of rests.  Doh!

thanks
-- Graham
reply via email to

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