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
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to