]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/note-head-harmonic.ly
* scm/ps-to-png.scm: remove dir-re function.
[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 }
10
11 \layout {
12   raggedright = ##t 
13 }
14
15 \version "2.6.0"
16
17
18 {
19   < c'' f''\harmonic >4
20   \stemUp
21   < c'' f''\harmonic >4.
22   < cis'' fis''\harmonic >8
23   \set Staff.harmonicAccidentals = ##f
24   < dis'' gis''\harmonic >8
25 }
26
27
28