]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/easy-notation.ly
MusicXML: Add testcase for lyrics on chorded notes
[lilypond.git] / input / regression / easy-notation.ly
index 16497894fc5346e6648d47ca72624004fcefa8e6..381589b4bb4195cc19d12847d42a420e89981dec 100644 (file)
@@ -5,18 +5,12 @@
 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
 }
-