]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/easy-notation.ly
Imported Upstream version 2.18.0
[lilypond.git] / input / regression / easy-notation.ly
index c810ba9c22c1a04ed73f1dd15ea4c818c45764f1..ef2e4532f8de0882fcad7a36c7ac03ac8228b847 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.17.6"
 
 \header {
     texidoc = " Easy-notation (or Ez-notation) prints names in note heads.
@@ -11,6 +11,6 @@ You also get ledger lines, of course."
   f2 e
   f4 e
   
-  \override NoteHead #'note-names = #'#("U" "V" "W" "X" "Y" "Z" "z")
+  \override NoteHead.note-names = ##("U" "V" "W" "X" "Y" "Z" "z")
   c2 d4 e
 }