lilypond-devel
[Top][All Lists]
Advanced

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

Re: Staff ends before \clef, \time and \key


From: Dan Eble
Subject: Re: Staff ends before \clef, \time and \key
Date: Mon, 6 Apr 2015 21:29:21 -0400

On Apr 6, 2015, at 15:24 , Reinhold Kainhofer <address@hidden> wrote:
> 
> If I end a piece with a \bar "||" and after that only want to indicate a 
> key/clef/time change, the staff lines stop with the bar line. A typical use 
> case is in a work with multiple movements to indicate "attacca" to the next 
> movement, which is written as a separate \score. Minimal example:
> 
> \version "2.19.19"
> \relative c'' {
>   c4 a b c
>   \bar"||"
>   \key f \major \time 3/4
> }
> 
> Output PDF is attached.
> I should probably mention that the snippet works just fine in Lilypond 2.18. 
> Only Lilypond 2.19 breaks.
> 
> Any idea how to keep the staff lines alive until the key/time/clef change?

\version "2.19.17"
\relative c'' {
  c4 a b c
  \bar "||"
  \key f \major \time 3/4 s4
}

If I knew why it works, I’d explain.

Regards,
— 
Dan




reply via email to

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