]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-nest4.ly
* python/lilylib.py (error_log): use mktemp iso. temp_dir. This
[lilypond.git] / input / regression / grace-nest4.ly
index 71b9983f6a3c5e0de46b6e04b1b9969d46963cb2..d5c8fc7a9f3da1878c65bf59cbe2915a1ad68a11 100644 (file)
@@ -1,16 +1,18 @@
-\version "1.7.16"
+\version "1.7.18"
 \header {
 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 %%
+