2011/9/21 Neil Puttock <n.putt...@gmail.com>:
> 2011/9/21 Janek Warchoł <janek.lilyp...@gmail.com>:
>
>> 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
> }

Wow!  Thanks!
Janek

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to