]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/easy-notation.ly
Merge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / regression / easy-notation.ly
index 0465b7f94974f2200f6d04d17b9271fd71540d0b..463bd2d5bd6d8a356eee01df7766254e95cd0f3e 100644 (file)
@@ -1,14 +1,22 @@
-\version "1.9.8"
+\version "2.10.0"
 
 \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 {
+  \setEasyHeads
+  f1 e
+  f2 e
+  f4 e
+  
+  \override NoteHead #'note-names = ##("U" "V" "W" "X" "Y" "Z" "z")
+  c2 d4 e 
 }