lilypond-user
[Top][All Lists]
Advanced

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

Re: half height barline | full width staves


From: Lukas-Fabian Moser
Subject: Re: half height barline | full width staves
Date: Fri, 7 Jun 2019 20:52:54 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.0

Hi mj,

The ragged-right is 'kind of' what I'm looking for, but not 100%: I would like to staffs to extend (although empty) to the right margin.

This seems to work:

\layout {
  \context {
    \Staff
    \override BarLine.bar-extent = #'(0 . 2)
    \override StaffSymbol.width = 105
  }
  ragged-right = ##t
}

I found number 105 using trial-and-error; it's measured in staff spaces. It's certainly possible to calculate this automatically in order to fit the given page margins, but I'm too tired right now, and maybe you do not need it.

Best
Lukas




reply via email to

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