]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/note-head-harmonic.ly
185cbcae3c717dda10e8697c06db156a396fb8df
[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   Harmonic heads do not get  dots. If @code{harmonicAccidentals} is unset, they also don't get accidentals."
7 }
8
9 \version "2.1.36"
10
11 \score {
12  \notes {
13     < c'' f''\harmonic >4
14     \stemUp
15     < c'' f''\harmonic >4.
16     < cis'' fis''\harmonic >8
17     \set Staff.harmonicAccidentals = ##f
18     < dis'' gis''\harmonic >8
19   }
20
21   \paper {
22       raggedright = ##t 
23   }
24 }