]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/markup-note-dot.ly
Merge branch 'stable'
[lilypond.git] / input / regression / markup-note-dot.ly
index 188b4dfbc93fb4a16d92c4179909d230ec1f1037..1c5f807765ea5c3447977d2b6e845a38887a904c 100644 (file)
@@ -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.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 }
 }
-