]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/note-head-harmonic-whole.ly
Make the length of beamlets configurable.
[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.11.51"
10
11 \paper {
12   ragged-right = ##t
13 }
14
15 \relative c' {
16   <e a\harmonic>1
17   <e'' a\harmonic>1
18 }
19