Hi David

2014-01-25 David O'Donnell <johndavidodonn...@gmail.com>:
> 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

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to