Am 24.10.2015 um 16:06 schrieb Karl Husum:
That did the trick, thank you! :-) , but how do you hide a complete bar
in lilypond?


Of course one could do something like the following, but why would you want that? Please let us know about your use case, maybe there is a much simpler solution (f. e. if you want to end the last line somewhere in the middle of the page width you should use “ragged-last = ##t” in the \paper block).

\version "2.19.28"

\relative {
  c'4 d e f
  \stopStaff
  \hide NoteHead
  \hide Stem
  g f e d
  \undo \hide NoteHead
  \undo \hide Stem
  \startStaff
  c1
}

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

Reply via email to