]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-nest5.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / grace-nest5.ly
index 387b2e990b173f91d03e87d7c52e61f7395f41df..36fcb263a49ce0305af3509465769151ad358305 100644 (file)
@@ -1,15 +1,14 @@
 
-\version "2.1.28"
+\version "2.19.21"
 \header {
-    texidoc = "Graces notes may have the same duration as the main note."
-    }
-
-\score
-{ \notes \relative c'' {
-     s2 <f>4
-    \grace g e4
+  texidoc = "Graces notes may have the same duration as the main note."
 }
+\layout { ragged-right = ##t }
 
-  \paper { raggedright = ##t }
+\relative {
+  s2 <f''>4
+  \grace g e4
 }
 
+
+