]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/easy-notation.ly
Removes '-signs from vectors
[lilypond.git] / input / regression / easy-notation.ly
index e3ace7caba877703db8c21418e8f22140bf811d6..ef2e4532f8de0882fcad7a36c7ac03ac8228b847 100644 (file)
@@ -1,14 +1,16 @@
-\version "1.5.68"
+\version "2.17.6"
 
 \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 } } 
+\relative c' {
+  \easyHeadsOn
+  f1 e
+  f2 e
+  f4 e
+  
+  \override NoteHead.note-names = ##("U" "V" "W" "X" "Y" "Z" "z")
+  c2 d4 e
 }