]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/collision-head-solfa-fa.ly
c894e5f12abe6864fbfe3276f82a5c5ebf495524
[lilypond.git] / input / regression / collision-head-solfa-fa.ly
1
2 \header {
3   texidoc = "The FA note (a triangle) is merged to avoid creating a
4   block-shaped note."
5 }
6
7 \version "2.12.0"
8
9 {
10   \key c \major
11   \set Staff.shapeNoteStyles = #'#(do re mi fa #f la ti)
12   <<
13     { f'4 }
14     \\
15     { f'4 }
16   >>
17   \set Staff.shapeNoteStyles = #'#(do re mi faThin #f la ti)
18   <<
19     { f'4 }
20     \\
21     { f'4 }
22   >>
23 }
24
25