]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-sync.ly
Imported Upstream version 2.18.0
[lilypond.git] / input / regression / grace-sync.ly
index 9032eb8c2eaf587782548a6a70e06f2f9d16725c..cd24450032282024fe78ff152f1bee6ad0937741 100644 (file)
@@ -7,15 +7,16 @@
 
 
 \relative c'' <<
-  \context Staff  {
+  \context Staff {
     c2
-                                  \grace  c8
-                                  c4 c4 }
+    \grace  c8
+    c4 c4
+  }
   \new Staff {
     c2 \clef bass
-    \grace {  dis8[ ( d8] \key es\major  }
-
-    c4) c4 }
+    \grace {  dis8[ ( d8] \key es \major  }
+    c4) c4
+  }
   \new Staff { c2 c4 c4 \bar "|." }
 >>