]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-types.ly
Merge branch 'cvs-head' of ssh+git://hanwen@repo.or.cz/srv/git/lilypond into master...
[lilypond.git] / input / regression / grace-types.ly
index 3ece3a658a31d56c41ac6cdc4628e7daf80af6ee..95994537f4a3de518c7109320556523067c36dff 100644 (file)
@@ -1,15 +1,18 @@
-\version "2.1.22"
+\version "2.7.39"
 \header {
     texidoc = "There are three different kinds of grace types: the base 
 grace switches to smaller type, the appoggiatura inserts also a slur, and the
 acciaccatura inserts a slur and slashes the stem." 
     }
 
-\score  {
-    \notes \relative c'' { c4 \grace { d8 }  c4
-                          \appoggiatura { d8 } c
-                          \acciaccatura { d } c
-                      }
-    
+\layout {
+    ragged-right = ##t
+}
+
+\relative c'' {
+    c4 \grace { d8 }  c4
+    \appoggiatura { d8 } c
+    \acciaccatura { d } c
 }
+