Consider accidentals in optical spacing correction.
[lilypond.git] / input / regression / note-head-solfa.ly
blobb4d24ca852036dd0df8d9975ec63c8307043a5db
1 \header {
3 texidoc = "With @code{shapeNoteStyles}, the style of the note head
4 is adjusted according to the step of the scale, as measured relative
5 to the @code{tonic} property."
8 \version "2.12.0"
10 fragment = {
11 \key c \major
12 \set shapeNoteStyles = #'#(do re mi fa #f la ti)
13 c1 d e f g a b c d e f g a b c
14 c,,2 d e f g a b c d e f g a b c
15 c,,4 d e f g a b c d e f g a b c
18 \transpose c d {
19 \relative c' {
20 \fragment