]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-types.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / grace-types.ly
index 7e3d7c971a3b5187d7c40712b4324de155222eb9..59bdb4c990254c0505a50a28bf6d8aa69cc859d0 100644 (file)
@@ -1,14 +1,18 @@
-\version "1.9.4"
+\version "2.11.51"
 \header {
-    texidoc = "Different grace types explained: the base grace switches to smaller type. The appoggiatura also inserts a slur, and the
+    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
 }
+