]> 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 f614b64cb0fa9d3efe9a8db3722755b6e7f7c643..c22fc5eb098188fe8111adf0d5dd86fe659758f1 100644 (file)
@@ -1,16 +1,18 @@
-#(ly:set-option 'old-relative)
-\version "1.9.0"
+
+\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''{
+\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 }
+  \grace a8 g16 f e f \grace a8 g16 f e f \grace a8 g16 f e f 
+  \grace a8 g16 f e f |
 }
 
+
+