On Sunday, 7 February 1999, Tom Cato Amundsen writes:
> I have tried the barAuto property to get barlines when
> typesetting rhythms. Lily prints all barlines except
> between first and second bar. Where is my mistake??
>
> \score{
> \type RhythmicStaff<
> \property RhythmicStaff.barAuto=1
> \notes{
> \time 3/4;
> c4 c c | c c c | c c c
> }
> >
> }
Hmm, that's strange. I'll have a look.
In the meanwhile, try:
\score{
\type RhythmicStaff<
\notes{
\time 3/4;
c4 c c | c c c | c c c
}
>
\paper{
\translator{
\RhythmicStaffContext
barAuto = 1;
}
}
}
Jan.
Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien/ | http://www.lilypond.org/