bug-lilypond
[Top][All Lists]
Advanced

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

Re: Barline scans


From: Karl Hammar
Subject: Re: Barline scans
Date: Mon, 08 Jan 2007 18:54:05 +0100

address@hidden:
> 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






reply via email to

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