]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/note-head-solfa.ly
Fix some bugs in the dynamic engraver and PostScript backend
[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   c d e f g a b c d e f g a b c
15 }
16
17
18 \transpose c d 
19  \relative {
20   \fragment
21 }
22