]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-end.ly
Use lyricMelismaAlignment for manual melismata alignment.
[lilypond.git] / input / regression / grace-end.ly
index 1155d98921467abf9ee9a6ab13cf3c3b858d2ac8..b3e5317b3eceecbace9d9969762be0bd4d7ba0c9 100644 (file)
@@ -1,24 +1,12 @@
-
 \version "2.12.0"
-\header {
 
+#(ly:set-option 'warning-as-error #f)
+
+\header {
   texidoc="@cindex Grace End
  Grace notes after the last note do not confuse the timing code."
-
-
 }
 
-\layout {
-  ragged-right = ##t
-}
-
-
-
 \context Voice \relative c' {
-  
-  c4 \grace {  d16[ d16] }
-  
+  c4 \grace { d16[ d16] }
 }
-  
-
-