]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-nest1.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / grace-nest1.ly
index fe04b10cbc56993a41455f36c4e0758338cfbb5c..887d63815c66512cf0439d924247ed3b7cfea161 100644 (file)
@@ -1,17 +1,18 @@
-\version "2.4.0"
+\version "2.14.0"
 \header {
-texidoc = "Grace code should not be confused by nested sequential musics, containing grace notes; practically speaking, this means that the end-bar and measure bar coincide in this example." 
+  texidoc = "Grace code should not be confused by nested sequential music containing grace notes; practically speaking, this means that the end-bar and measure bar coincide in this example." 
 
 }
-    \layout { raggedright= ##t }
+
+\layout { ragged-right= ##t }
+
+
 
 
-\score{
 
 { c''2 { \grace  b'16  c''2 }  \bar "|." }
-  \layout {
+\layout {
 }
- }