]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/note-head-harmonic.ly
Split WWW target in two stages WWW-1 and WWW-2
[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
7   unset, they also don't get accidentals."
8
9   
10 }
11
12 \layout {
13   ragged-right = ##t 
14 }
15
16 \version "2.10.0"
17
18
19 {
20   < c'' f''\harmonic >4
21   \stemUp
22   < c'' f''\harmonic >4.
23   < cis'' fis''\harmonic >8
24   \set Staff.harmonicAccidentals = ##f
25   < dis'' gis''\harmonic >8
26 }
27
28
29