]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/markup-note-dot.ly
Merge branch 'master' of ssh://jneem@git.sv.gnu.org/srv/git/lilypond into tmp
[lilypond.git] / input / regression / markup-note-dot.ly
1 \version "2.11.65"
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
9 \relative c' {
10   c4^\markup { \note #"1." #1 }
11   c4^\markup { \note #"2." #1 }
12   c4^\markup { \note #"8." #1 }
13 }