Fixes Issue 1504, allowing feather beam line breaking.
[lilypond/patrick.git] / input / regression / markup-note-dot.ly
blob1c5f807765ea5c3447977d2b6e845a38887a904c
1 \version "2.12.0"
2 \header {
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."
9 \relative c' {
10 c4^\markup { \note #"1." #1 }
11 c4^\markup { \note #"2." #1 }
12 c4^\markup { \note #"8." #1 }