repo.or.cz
/
lilypond.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Nitpick: ly:spanner-bound grob name slur -> spanner.
[lilypond.git]
/
input
/
regression
/
note-head-harmonic-whole.ly
blob
be2b49aa79fe57f99eeb647c09908cfa63ef9d38
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.12.0"
10
11
\paper
{
12
ragged-right
= ##
t
13
}
14
15
\relative
c
' {
16
<
e a
\harmonic>1
17
<
e
''
a
\harmonic>1
18
}
19