]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/auto-beam-bar.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / auto-beam-bar.ly
index d873cdb4664bf9f1ec5232513ad69330ee322241..9f15da02e6fb853ca671a9a0e1741c78436754eb 100644 (file)
@@ -1,16 +1,12 @@
 
-\version "2.2.0"
+\version "2.14.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
 }