]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-part-combine.ly
Limit beamlet width at abs(last_stem - stem)/2. Fixes #178.
[lilypond.git] / input / regression / grace-part-combine.ly
index a41b847d81738017fe4474bbaecd965c36665dd6..feb169674002187d37b7b2345f4995f614267502 100644 (file)
@@ -1,21 +1,21 @@
 
-\version "2.3.16"
+\version "2.10.0"
 \header {
-    texidoc = "Grace notes may be put in a @code{partcombine}r."
+  texidoc = "Grace notes may be put in a @code{partcombine}r."
 }
 
-\paper { raggedright= ##t }
-
-\score {
-    \new Staff
-           \partcombine 
-             \relative c'' {
-               c4 d e f  \grace f16 g1
-           }
-             \relative c' {
-               c4 d e2  g1
-           }
-       
-    
+\layout { ragged-right= ##t }
+
+
+\new Staff
+\partcombine 
+\relative c'' {
+  c4 d e f  \grace f16 g1
+}
+\relative c' {
+  c4 d e2  g1
 }
 
+
+
+