]> 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 88319b9c8b1c24d94d21298443939ff66ec2a60d..4d41fa93c526918df13e45fa60ee219195f76350 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.14.0"
+\version "2.19.21"
 \header {
 
   texidoc = " A dotted whole note displayed via the @code{\\note}
@@ -6,8 +6,8 @@
 
        }
 
-\relative c' {
-  c4^\markup { \note #"1." #1 }
+\relative {
+  c'4^\markup { \note #"1." #1 }
   c4^\markup { \note #"2." #1 }
   c4^\markup { \note #"8." #1 }
 }