]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/note-head-harmonic.ly
*** empty log message ***
[lilypond.git] / input / regression / note-head-harmonic.ly
1 \header
2 {
3     texidoc = "  The handling of stems for harmonic notes must be
4    completely identical to normal note heads."
5 }
6
7 \version "2.1.22"
8
9 \score {
10  \notes {
11     < c''     f''\harmonic >4
12     \stemUp
13     < c''     f''\harmonic >
14   }
15
16   \paper {
17       raggedright = ##t 
18   }
19 }