]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/markup-note.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / markup-note.ly
index 1cda8b33e19aa7b9aa748eed58b2e817ea8a226e..b642b98df625d94b55083e3e180467bde0c25a24 100644 (file)
@@ -3,7 +3,7 @@
   texidoc = "The note markup function may be used to make metronome
  markings. It works for a variety of flag, dot and duration settings."
 }
-\version "2.12.0"
+\version "2.17.6"
 
 \score {
   \relative c''
 
     }
 
-    \override NoteHead #'style = #'triangle
+    \override NoteHead.style = #'triangle
     c4 a
   }
 
   \layout {
     \context {
       \Score
-      \override PaperColumn #'keep-inside-line = ##f
+      \override PaperColumn.keep-inside-line = ##f
     }
   }