]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-types.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / grace-types.ly
index 4953b86df1d8bef85e72e2dccf4b05ca87443b4f..33d7a302648f5c43136c61d3a0067cf00a89c68b 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.7.13"
+\version "2.19.21"
 \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
@@ -6,11 +6,11 @@ acciaccatura inserts a slur and slashes the stem."
     }
 
 \layout {
-    raggedright = ##t
+    ragged-right = ##t
 }
 
-\relative c'' {
-    c4 \grace { d8 }  c4
+\relative {
+    c''4 \grace { d8 }  c4
     \appoggiatura { d8 } c
     \acciaccatura { d } c
 }