]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/easy-notation.ly
* lily/slur-quanting.cc (init_score_param): read scoring
[lilypond.git] / input / regression / easy-notation.ly
index d0da1c8db01d81c5cc0436f01435cd86a8f12238..e44136eca610ddc37cd7d3a56309791f391973de 100644 (file)
@@ -1,14 +1,19 @@
-\version "2.1.29"
+\version "2.3.4"
 
 \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 { \context { \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
+    }
+    \paper {
+       raggedright = ##t
+    } 
 }