2011/9/21 Janek Warchoł <[email protected]>:
> So, \bar "|s" should do the trick?
> ...hmm, it doesn't work in the first measure, see:
>
> {
> \bar "|s" s1 \break
> \bar "|s" s1 \break
> \bar "|s" s1 \break
> }
>
> i think it's a bug?
Did you see the warning message? You haven't instantiated a Staff
context, so the first \bar command is ignored.
-> warning: cannot find or create `Timing' called `'
This works fine:
\new Staff {
\bar "|s" s1 \break
\bar "|s" s1 \break
\bar "|s" s1 \break
}
Cheers,
Neil
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user