X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fmarkup-note-dot.ly;h=88319b9c8b1c24d94d21298443939ff66ec2a60d;hb=4493eb4584f92123ebacf51541ace8c0e20f5e5a;hp=517f54165336b3bae1d20d893b33aed4aef48d4e;hpb=fff60a761b1e447aa316ab55e64bf8c419e69950;p=lilypond.git diff --git a/input/regression/markup-note-dot.ly b/input/regression/markup-note-dot.ly index 517f541653..88319b9c8b 100644 --- a/input/regression/markup-note-dot.ly +++ b/input/regression/markup-note-dot.ly @@ -1,20 +1,13 @@ - +\version "2.14.0" \header { texidoc = " A dotted whole note displayed via the @code{\\note} command must separate the note head and the dot. The dot avoids the upflag." } -\paper { - packed = ##T -} - -\version "2.10.10" - -\relative { - c^\markup { \note #"1." #1 } - c^\markup { \note #"2." #1 } - c^\markup { \note #"8." #1 } +\relative c' { + c4^\markup { \note #"1." #1 } + c4^\markup { \note #"2." #1 } + c4^\markup { \note #"8." #1 } } -