X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fmarkup-note-dot.ly;h=1c5f807765ea5c3447977d2b6e845a38887a904c;hb=dacab7a791a144dd51343764be5d7dade8e43d96;hp=517f54165336b3bae1d20d893b33aed4aef48d4e;hpb=9c5c0885f84ce3d3ec852c13af2d66f18d8b07c9;p=lilypond.git diff --git a/input/regression/markup-note-dot.ly b/input/regression/markup-note-dot.ly index 517f541653..1c5f807765 100644 --- a/input/regression/markup-note-dot.ly +++ b/input/regression/markup-note-dot.ly @@ -1,20 +1,13 @@ - +\version "2.12.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 } } -