]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/easy-notation.ly
* lily/note-head.cc (brew_ez_stencil): read vector note-names to
[lilypond.git] / input / regression / easy-notation.ly
index 453542fc64d72bcfc091873d31e111b4c467bb01..35458dff68cc62616809731247e081d10a79160d 100644 (file)
@@ -1,16 +1,19 @@
-\version "1.5.68"
+\version "2.1.30"
 
 \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."
 }
 
-\include "paper26.ly"
-\paper { \paperTwentysix }
-
 \score {
-        \notes { c'2 e'4 f' | g'1 b8 }
-        \paper { \translator { \EasyNotation }
-                linewidth = -1. 
-            } 
+    \notes {
+       \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
+    } 
 }
+