]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/easy-notation.ly
*** empty log message ***
[lilypond.git] / input / regression / easy-notation.ly
index 2421bba5daf7745e9d09c7f3c8b402d2d59b3c24..71bb1f2fa3ee9a6c68c453592597e8ce1f2c9632 100644 (file)
@@ -1,14 +1,19 @@
-\version "2.1.28"
+\version "2.4.0"
 
 \header {
-texidoc = " Easy-notation (or 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
-            } 
+     {
+       \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
+    }
+    \layout {
+       raggedright = ##t
+    } 
 }