lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bar lines at far left of single staff systens.


From: Aaron Hill
Subject: Re: Bar lines at far left of single staff systens.
Date: Sun, 10 Jun 2018 12:53:52 -0700
User-agent: Roundcube Webmail/1.3.6

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]