]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/easy-notation.ly
Add support for measures split across lines.
[lilypond.git] / input / regression / easy-notation.ly
index 381589b4bb4195cc19d12847d42a420e89981dec..d8095a8d0af4faed4eaa6efe67cbcafca2ab1cf9 100644 (file)
@@ -1,16 +1,16 @@
-\version "2.11.51"
+\version "2.17.6"
 
 \header {
     texidoc = " Easy-notation (or Ez-notation) prints names in note heads.
 You also get ledger lines, of course."
 }
 
-\relative {
+\relative c' {
   \easyHeadsOn
   f1 e
   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
 }