]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-nest3.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / grace-nest3.ly
index cb81dfb379d3997a4417d086ea95d37688c1241f..76557fbf7a6763f1fd18b3305fb297b9e9f4d1c0 100644 (file)
@@ -1,13 +1,13 @@
-\version "2.3.17"
+\version "2.19.21"
 \header {
-    texidoc = "In nested syntax, graces are still properly handled."
-    }
-    \paper { raggedright= ##t }
-
-\score {  \relative c'' {
-       f1
-    \grace e8 f1
-        << { \grace { e8 } f1 } >>
+  texidoc = "In nested syntax, graces are still properly handled."
 }
+\layout { ragged-right= ##t }
+
+\relative {
+  f''1
+  \grace e8 f1
+  << { \grace { e8 } f1 } >>
 }
 
+