]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/easy-notation.ly
Make relative-includes configurable with a -d option.
[lilypond.git] / input / regression / easy-notation.ly
index 5c75ae804ca3bcb08be8346c46e8217e75433611..381589b4bb4195cc19d12847d42a420e89981dec 100644 (file)
@@ -1,22 +1,16 @@
-\version "2.11.38"
+\version "2.11.51"
 
 \header {
     texidoc = " Easy-notation (or Ez-notation) prints names in note heads.
 You also get ledger lines, of course."
 }
 
-
-\layout {
-  ragged-right = ##t
-} 
-
 \relative {
   \easyHeadsOn
   f1 e
   f2 e
   f4 e
   
-  \override NoteHead #'note-names = ##("U" "V" "W" "X" "Y" "Z" "z")
-  c2 d4 e 
+  \override NoteHead #'note-names = #'#("U" "V" "W" "X" "Y" "Z" "z")
+  c2 d4 e
 }
-