]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/easy-notation.ly
Examine Stem::duration_log() for preventing merge of quarter and half
[lilypond.git] / input / regression / easy-notation.ly
index 8b3b43b8d960f786c4b222f165d773e5baf96562..c6f3122b3454607f2384780eb2c25c02aed64efa 100644 (file)
@@ -1,14 +1,22 @@
-\version "2.1.30"
+\version "2.7.39"
 
 \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
-            } 
+
+\layout {
+  ragged-right = ##t
+} 
+
+\relative {
+  \setEasyHeads
+  f1 e
+  f2 e
+  f4 e
+  
+  \override NoteHead #'note-names = ##("U" "V" "W" "X" "Y" "Z" "z")
+  c2 d4 e 
 }