]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-types.ly
new file
[lilypond.git] / input / regression / grace-types.ly
index f2278e7d3872285d4facabe9e4127bc218fdba84..8f9ef8ebf15a00c9136a807557a95dd9c6a1df39 100644 (file)
@@ -1,15 +1,18 @@
-\version "2.1.30"
+\version "2.6.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 {
+    raggedright = ##t
+}
+
+\relative c'' {
+    c4 \grace { d8 }  c4
+    \appoggiatura { d8 } c
+    \acciaccatura { d } c
 }
+