]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/markup-note-dot.ly
Merge branch 'master' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / regression / markup-note-dot.ly
1
2 \header {
3
4   texidoc = " A dotted whole note displayed via the @code{\\note}
5   command must separate the note head and the dot. The dot avoids the upflag."
6
7         }
8 \paper {
9   packed = ##T
10 }
11
12 \version "2.10.10"
13
14
15 \relative {
16   c^\markup { \note #"1." #1 }
17   c^\markup { \note #"2." #1 }
18   c^\markup { \note #"8." #1 }
19 }
20