]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-part-combine.ly
*** empty log message ***
[lilypond.git] / input / regression / grace-part-combine.ly
index a54a4d3ac62c275a9baeb6cb29ecb782af901a10..b9559399f701d25b1c3f1c3673840d212fbc9092 100644 (file)
@@ -1,21 +1,21 @@
 
 \version "2.6.0"
 \header {
-    texidoc = "Grace notes may be put in a @code{partcombine}r."
+  texidoc = "Grace notes may be put in a @code{partcombine}r."
 }
 
 \layout { raggedright= ##t }
 
-\score {
-    \new Staff
-           \partcombine 
-             \relative c'' {
-               c4 d e f  \grace f16 g1
-           }
-             \relative c' {
-               c4 d e2  g1
-           }
-       
-    
+
+\new Staff
+\partcombine 
+\relative c'' {
+  c4 d e f  \grace f16 g1
+}
+\relative c' {
+  c4 d e2  g1
 }
 
+
+
+