]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/easy-notation.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / easy-notation.ly
index 35458dff68cc62616809731247e081d10a79160d..c810ba9c22c1a04ed73f1dd15ea4c818c45764f1 100644 (file)
@@ -1,19 +1,16 @@
-\version "2.1.30"
+\version "2.16.0"
 
 \header {
     texidoc = " Easy-notation (or Ez-notation) prints names in note heads.
 You also get ledger lines, of course."
 }
 
-\score {
-    \notes {
-       \setEasyHeads
-       c'2 g'2 | g'1 
-       \override NoteHead #'note-names = ##("U" "V" "W" "X" "Y" "Z" "z")
-       c'2 e'4 f' | b'1
-    }
-    \paper {
-       raggedright = ##t
-    } 
+\relative c' {
+  \easyHeadsOn
+  f1 e
+  f2 e
+  f4 e
+  
+  \override NoteHead #'note-names = #'#("U" "V" "W" "X" "Y" "Z" "z")
+  c2 d4 e
 }
-