]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/markup-note-dot.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / markup-note-dot.ly
index 517f54165336b3bae1d20d893b33aed4aef48d4e..ea2fd05b9d42abbb8d3515f80c7a7909e92b1856 100644 (file)
@@ -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 }
 }
-