]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/collision-head-solfa-fa.ly
Merge commit 'origin/dev/jneeman' into systems-per-page
[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
18