]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/auto-beam-bar.ly
Fix issue 849: Remove rest from keep-alive grobs
[lilypond.git] / input / regression / auto-beam-bar.ly
index 3e26e72c40ef8b19d38b7d756ad9dd2b998b9e89..19ec38d721e72feb78730aad1c5331714c22d335 100644 (file)
@@ -1,16 +1,12 @@
 
-\version "2.1.26"
+\version "2.12.0"
 
 \header{
 texidoc="No auto beams will be put over (manual) repeat bars."
 }
+\layout{ ragged-right = ##t }
 
-\score {
-    \notes {
-        \time 3/4
-        a'4 b' c''8 \bar ":|:" d''8
-    }
-    \paper{
-   raggedright = ##t
-}
+{
+  \time 3/4
+  a'4 b' c''8 \bar ":|:" d''8
 }