lilypond-user
[Top][All Lists]
Advanced

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

Re: Bar Line Thickness


From: Thomas Morley
Subject: Re: Bar Line Thickness
Date: Sat, 25 Jan 2014 20:05:48 +0100

Hi David

2014-01-25 David O'Donnell <address@hidden>:
> Is there a way to adjust the bar lines to be as thick or thin as one wants?

[...]

> \layout {
>     \context {
>       \Score
>       % **** Turns off bar numbering
>       \remove "Bar_number_engraver"
>     }
> \context {
> \Staff
>   \override StaffSymbol #'staff-space = #1.11

Delete "Staff." in the next lines and it will work. Use
'hair-thickness and/or 'thick-thickness as properties.

>   \override Staff.StaffSymbol #'thickness = #0.6
> \override Staff.BarLine #'thickness = #2
> %\override Staff.BarLine #'hair-thickness = #0.5
>
>   }

Btw, don't use a new \context { \Staff ... } it's superfluous and may
or may not interfere with the previous.

> \context {
> \Staff
> \remove "Time_signature_engraver"
> }
>   }
> }

HTH,
  Harm



reply via email to

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