]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-auto-beam.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / grace-auto-beam.ly
index bfa5820df5cc0d9c5b20b23a749feb4e55055bf3..c22fc5eb098188fe8111adf0d5dd86fe659758f1 100644 (file)
@@ -1,16 +1,18 @@
 
-\version "2.1.7"
+\version "2.14.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{
-  \notes\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 |
 }
 
+
+