]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-auto-beam.ly
Merge branch 'lilypond/translation' of ssh://trettig@git.sv.gnu.org/srv/git/lilypond...
[lilypond.git] / input / regression / grace-auto-beam.ly
index 6a429f8b02507d52f11b48c3d041b8076e2dbc30..d38e90e61c4c5050581852a6d8e9d872e31f51df 100644 (file)
@@ -1,16 +1,18 @@
-#(ly:set-option 'old-relative)
-\version "1.9.1"
+
+\version "2.11.51"
 \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 |
 }
 
+
+