]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/easy-notation.ly
* tex/GNUmakefile (TEX_FILES): add texinfo.cnf
[lilypond.git] / input / regression / easy-notation.ly
index d4275f8dca13c6828260591ec282bb1ec2c26dd9..589f678f7e93d7796ce8164a73118a2547ffde57 100644 (file)
@@ -1,14 +1,19 @@
-\version "1.7.18"
+\version "2.3.22"
 
 \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
-            } 
+     {
+       \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
+    } 
 }
-%% new-chords-done %%
+