]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-types.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / grace-types.ly
index 0d07a871ededbd3f157a243321518abd317cfd82..2bf342676adfde6695a8d0db62fdaec1dbccf59c 100644 (file)
@@ -1,15 +1,18 @@
-\version "2.1.28"
+\version "2.14.0"
 \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
 }
+