]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-end.ly
Implement ly:output-find-context-def
[lilypond.git] / input / regression / grace-end.ly
index 38d21e62a9b86be14999018812e8dc9b3ecee4b4..9beaad1ee1f8ed48ba55251328abe6138dd5d8d8 100644 (file)
@@ -1,21 +1,12 @@
+\version "2.14.0"
 
-\version "2.6.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."
-
-
 }
 
-
 \context Voice \relative c' {
-  
-  c4 \grace {  d16[ d16] }
-  
+  c4 \grace { d16[ d16] }
 }
-\layout {
-  raggedright = ##t
-}  
-
-