On Apr 6, 2015, at 15:24 , Reinhold Kainhofer <reinh...@kainhofer.com> 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 _______________________________________________ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel