]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/note-head-harmonic-whole.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / note-head-harmonic-whole.ly
1 \header {
2
3   texidoc = "A harmonic note head must be centered if the base note
4   is a whole note."
5
6 }
7
8
9 \version "2.19.21"
10
11 \paper {
12   ragged-right = ##t
13 }
14
15 \relative {
16   <e' a\harmonic>1
17   <e'' a\harmonic>1
18 }
19