lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Begin with a staff bar at left edge


From: Neil Puttock
Subject: Re: Begin with a staff bar at left edge
Date: Wed, 21 Sep 2011 20:14:54 +0100

2011/9/21 Janek Warchoł <address@hidden>:

> 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



reply via email to

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