Fix 524 pitched trill losing accidental.
[lilypond.git] / input / regression / note-head-solfa.ly
blob1878715bc1d0e08de2400d55f0d0d0a7fbc3a1c8
2 \header {
4 texidoc = "With @code{shapeNoteStyles}, the style of the note head
5 is adjusted according to the step of the scale, as measured relative
6 to the @code{tonic} property."
9 \version "2.10.0"
11 fragment = {
12 \key c \major
13 \set shapeNoteStyles = ##(do re mi fa #f la ti)
14 c1 d e f g a b c d e f g a b c
15 c,,2 d e f g a b c d e f g a b c
16 c,,4 d e f g a b c d e f g a b c
20 \transpose c d
21 \relative {
22 \fragment