[EMAIL PROTECTED]:
> However, I think that Lilypond's barlines are so far off the chart that
> the higher resolution will not change anything.
You could use:
\override Score.BarLine #'hair-thickness = #1.2
instead of 1.9. Or better make an include file with your style and share
it. Here are e.g. my settings for mensural notes:
men = {
\override Accidental #'style = #'mensural
\override NoteHead #'style = #'petrucci
\override Rest #'style = #'neomensural
\override Staff.TimeSignature #'style = #'mensural
\override Stem #'flag-style = #'mensural
\override Stem #'thickness = #0.8
\set timing = ##f
\set Staff.defaultBarType = ""
#(set-accidental-style 'forget)
}
Maybe we should have a "my style" section in the doc.
Regards
/Karl
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond