]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/markup-note-dot.ly
Merge branch 'master' into dev/texi2html
[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.11.51"
13
14
15 \relative {
16   c^\markup { \note #"1." #1 }
17   c^\markup { \note #"2." #1 }
18   c^\markup { \note #"8." #1 }
19 }
20