]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-auto-beam.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / grace-auto-beam.ly
index aad5caf35366df13eb30b4df50c9352d68bcbd5a..352608a1ff7a82e5e26829fa7f4fb1bdaad7433e 100644 (file)
@@ -1,13 +1,18 @@
-\version "1.5.68"
+
+\version "2.16.0"
 \header
 {
-    texidoc = "The autobeamer is not confusde by grace notes."
+  texidoc = "The autobeamer is not confused by grace notes."
 }
+\layout { ragged-right = ##t }
+
+
 
-\score{
-  \notes\context Voice \relative c'{
+\context Voice \relative c''{
 
-    \grace a8 g16 f e f \grace a8 g16 f e f \grace a8 g16 f e f 
-        \grace a8 g16 f e f |
-  }
+  \grace a8 g16 f e f \grace a8 g16 f e f \grace a8 g16 f e f 
+  \grace a8 g16 f e f |
 }
+
+
+