Paco Vila wrote:

In 2.11.34, I've found that default barline thickness is a bit too thick, even 
printed at 1200 dpi.

Where is this default set? I'm sorry but I still have not managed to override 
it thinner.
In the section on Bar Lines in the on-line manual, click on BarLine
at the bottom of the page to see a list of properties that are set
by default on the BarLine object. This includes, among others
a property called hair-thickness with default value 1.9.
To change that setting, add
\override Score.BarLine #'hair-thickness = #1.5
in your code. I hope you know how to make such a setting
in a \layout block to redefine the default setting for all
scores in a file (or to include it in a separate "style sheet"
file to be included whenever you need it.

  /Mats


_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to