]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/markup-note-dot.ly
Doc-es: various updates.
[lilypond.git] / input / regression / markup-note-dot.ly
index 517f54165336b3bae1d20d893b33aed4aef48d4e..4d41fa93c526918df13e45fa60ee219195f76350 100644 (file)
@@ -1,20 +1,13 @@
-
+\version "2.19.21"
 \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 }
+  c'4^\markup { \note #"1." #1 }
+  c4^\markup { \note #"2." #1 }
+  c4^\markup { \note #"8." #1 }
 }
-