Consider accidentals in optical spacing correction.
[lilypond.git] / input / regression / staff-tweak.ly
blob53b0affb6da88379cc4f392e03f11b35305134eb
1 \version "2.12.0"
3 \header {
4 texidoc = "The staff is a grob (graphical object) which may be adjusted as well, for example, to have 6 thick lines and a slightly large @code{staff-space}.
5 However, beams remain correctly quantized."
9 \layout {
10 ragged-right = ##t
14 mus = \relative c' { c4 g' d'8 d d d }
18 \new Staff {
19 \override Staff.StaffSymbol #'thickness = #2.0
20 \override Staff.StaffSymbol #'line-count = #6
21 \override Staff.StaffSymbol #'staff-space = #1.1
22 \mus
24 \mus