X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fmarkup-note-dot.ly;h=ea2fd05b9d42abbb8d3515f80c7a7909e92b1856;hb=1759b13a95aea208761c6651d760a967da3d44c3;hp=188b4dfbc93fb4a16d92c4179909d230ec1f1037;hpb=20b8c1519bbba8728457aa98e59993837bedfb04;p=lilypond.git diff --git a/input/regression/markup-note-dot.ly b/input/regression/markup-note-dot.ly index 188b4dfbc9..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.11.51" - -\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 } } -