]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-nest4.ly
* GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
[lilypond.git] / input / regression / grace-nest4.ly
index 8a5cfb461ecb14cebdacb4ca3dfe844222b7a260..d5c8fc7a9f3da1878c65bf59cbe2915a1ad68a11 100644 (file)
@@ -3,14 +3,16 @@
 texidoc = "Another combination of grace note nesting."
 }
 
-\score { \notes \context Voice {
+\score { \notes \context Voice \relative c'' {
 
     <
      { \grace  g32 f4 }
     >
     \grace c16 c2. \bar "|."
 }
+  \paper { raggedright = ##t }
+        
 }
 
 
-%% new-chords-done %%
+