Hi all,
It's been quite a while since I last used LilyPond, and I finally decided to wrap up the last, huge edition I was working on for quite a while.

Here is the first issue I'm running into:
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?

Thanks,
Reinhold

--
------------------------------------------------------------------
Reinhold Kainhofer, reinh...@kainhofer.com, http://www.kainhofer.com/
  * Open Tools, Software Development, http://www.open-tools.net/
  * Edition Kainhofer, Music Publisher, http://www.edition-kainhofer.com


\version "2.19.19"

\relative c'' {
  c4 a b c 
  \bar"||" 
  \key f \major \time 3/4 \clef "bass" {}
}

Attachment: staff_end.pdf
Description: Adobe PDF document

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

Reply via email to