]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/markup-note-dot.ly
88319b9c8b1c24d94d21298443939ff66ec2a60d
[lilypond.git] / input / regression / markup-note-dot.ly
1 \version "2.14.0"
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 }