Am Mo., 28. Dez. 2020 um 17:42 Uhr schrieb Jean Abou Samra <j...@abou-samra.fr>:
>
> 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

Done, and approved as
http://lsr.di.unimi.it/LSR/Item?id=1118

Thanks,
  Harm

Reply via email to