On 2018-06-10 12:37, Gloops wrote:
\version "2.18.2"

\new RhythmicStaff \with {
   \consists "System_start_delimiter_engraver"
   systemStartDelimiter = #'SystemStartBar
   \override SystemStartBar.collapse-height = 0
   \override SystemStartBar.thickness = 2
}
{
   c'1 \break
   c'1 \break
   c'1
}

This does not work ...

Try adding this to your \with block:

%%%%
  \override StaffSymbol.Y-extent = #'(-1 . 1)
%%%%

-- Aaron Hill

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

Reply via email to