]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/auto-beam-bar.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / auto-beam-bar.ly
index ff267079ef1edcbe8f6f42dd5b9881442599a2b8..19ec38d721e72feb78730aad1c5331714c22d335 100644 (file)
@@ -1,16 +1,12 @@
 
-\version "2.1.28"
+\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
 }