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 [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
