lilypond-user
[Top][All Lists]
Advanced

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

LSR 1118 "Double bar line as system start" currently unapproved


From: Jean Abou Samra
Subject: LSR 1118 "Double bar line as system start" currently unapproved
Date: Mon, 28 Dec 2020 17:42:41 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.5.0

To the author of said snippet
lsr.di.unimi.it/LSR/Item?u=1&id=1118

Thanks for your snippet.

Though, wouldn't it be much more elegant (and shorter) to get rid of
the stencil-override by setting `systemStartDelimiter` and simply
adjusting some other stuff?

Leading to:

\version "2.18.2"

\layout {
  \context {
      \Score
      \override SystemStartBar.thickness = 1.8
  }
  \context {
    \StaffGroup
    \override Clef.X-extent = #'(-0.4 . 0)
    \override SystemStartBar.padding = -0.65
    systemStartDelimiter = #'SystemStartBar
  }
}

\new StaffGroup <<
  { c'1 }
  { c'1 }
>>

Best,
  Harm

Well, yes, of course. Please do this!

Thanks,
Jean


reply via email to

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