MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / note-head-solfa.ly
blobd6b163dfcb05e51f2689da6db2ae9e36c9ea26bf
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 sol 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