]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-types.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / grace-types.ly
index a0a7053a42378323bbe56566bba9934fc7f3888a..33d7a302648f5c43136c61d3a0067cf00a89c68b 100644 (file)
@@ -1,14 +1,18 @@
-\version "2.1.22"
+\version "2.19.21"
 \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''4 \grace { d8 }  c4
+    \appoggiatura { d8 } c
+    \acciaccatura { d } c
 }
+