]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/easy-notation.ly
* lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-in-color
[lilypond.git] / input / regression / easy-notation.ly
index 71bb1f2fa3ee9a6c68c453592597e8ce1f2c9632..f6aefc5043809e6e35e047ed19a0475509301941 100644 (file)
@@ -5,15 +5,18 @@
 You also get ledger lines, of course."
 }
 
-\score {
-     {
-       \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
-    } 
+
+\layout {
+  raggedright = ##t
+} 
+
+\relative {
+  \setEasyHeads
+  f1 e
+  f2 e
+  f4 e
+  
+  \override NoteHead #'note-names = ##("U" "V" "W" "X" "Y" "Z" "z")
+  c2 d4 e 
 }