]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/easy-notation.ly
Merge commit 'ce4b499'
[lilypond.git] / input / regression / easy-notation.ly
index a1719f75a2ef588fb777b2205f1a6dab13da5996..5c75ae804ca3bcb08be8346c46e8217e75433611 100644 (file)
@@ -1,14 +1,22 @@
-\version "1.9.4"
+\version "2.11.38"
 
 \header {
-texidoc  = " Ez-notation prints names in note heads.
+    texidoc = " Easy-notation (or Ez-notation) prints names in note heads.
 You also get ledger lines, of course."
 }
 
-\score {
-        \notes { c'2 e'4 f' | g'1 b8 }
-        \paper { \translator { \EasyNotation }
-                raggedright = ##t
-            } 
+
+\layout {
+  ragged-right = ##t
+} 
+
+\relative {
+  \easyHeadsOn
+  f1 e
+  f2 e
+  f4 e
+  
+  \override NoteHead #'note-names = ##("U" "V" "W" "X" "Y" "Z" "z")
+  c2 d4 e 
 }