]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-grace.ly
*** empty log message ***
[lilypond.git] / input / regression / spacing-grace.ly
index e86f1b5be9891a4207e435c58b4bf88bb96dcb9b..b8200131e990b1f6fdcbb9876f4c9c949bfc5a16 100644 (file)
@@ -1,10 +1,12 @@
-\version "1.5.68"
+
+\version "2.1.28"
 \header {
-  texidoc = "Grace note spacing. Should be tuned? "
+  texidoc = "Grace note spacing. Should it be tuned? "
 }
        
 \score {
- \notes \context Voice \relative c'' { \grace { [c16 d] } c4 }
-  \paper { linewidth =-1. }
+ \notes \context Voice \relative c'' { \grace {  c16[ d] } c4 }
+  \paper { raggedright = ##t}
 
 }
+