]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/markup-note-dot.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / markup-note-dot.ly
index ea2fd05b9d42abbb8d3515f80c7a7909e92b1856..4d41fa93c526918df13e45fa60ee219195f76350 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.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 }
 }