]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-auto-beam.ly
Merge branch 'master' into lilypond/translation
[lilypond.git] / input / regression / grace-auto-beam.ly
index 5688e674e1f38c187f019b9e5ba22c709c9fd58b..d38e90e61c4c5050581852a6d8e9d872e31f51df 100644 (file)
@@ -1,16 +1,18 @@
 
-\version "2.3.4"
+\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{
-  \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 |
 }
 
+
+