]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/note-head-harmonic.ly
49c3304c412b96ee703cd7fe75b0de1b0764f80d
[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.6.0"
10
11 \score {
12   {
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   \layout {
22       raggedright = ##t 
23   }
24 }