]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-auto-beam.ly
Add changes entry for Mike's work on skylines (28f3294954eff1).
[lilypond.git] / input / regression / grace-auto-beam.ly
index d3f101741c2f3ac8440f62df2cbdae5357932a22..352608a1ff7a82e5e26829fa7f4fb1bdaad7433e 100644 (file)
@@ -1,16 +1,18 @@
 
-\version "2.3.16"
+\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 |
-  }
-  \paper { 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 |
 }
 
+
+