]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/note-head-solfa.ly
4e92c3e10eb61420adf1e79edf94ecff9b391fc9
[lilypond.git] / input / regression / note-head-solfa.ly
1
2 \header {
3
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."
7
8 }
9 \version "2.7.39"
10
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
17 }
18
19
20 \transpose c d 
21  \relative {
22   \fragment
23 }
24