]> 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 13b900a6905f299cfefd845fcbdc5a92bcc224ed..352608a1ff7a82e5e26829fa7f4fb1bdaad7433e 100644 (file)
@@ -1,16 +1,18 @@
 
-\version "2.3.22"
+\version "2.16.0"
 \header
 {
-    texidoc = "The autobeamer is not confused by grace notes."
+  texidoc = "The autobeamer is not confused by grace notes."
 }
+\layout { ragged-right = ##t }
 
-\score{
-  \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 |
-  }
-  \layout { raggedright = ##t }
+
+\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 |
 }
 
+
+