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