]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/auto-beam-bar.ly
Doc-es: various updates.
[lilypond.git] / input / regression / auto-beam-bar.ly
index deb6b236b7b6094cf4c3df448e8ad684b1ba65e0..34fa328dda650a2c45d891bee0426ed5312a9c37 100644 (file)
@@ -1,16 +1,12 @@
 
-\version "2.4.0"
+\version "2.17.5"
 
 \header{
 texidoc="No auto beams will be put over (manual) repeat bars."
 }
+\layout{ ragged-right = ##t }
 
-\score {
-     {
-        \time 3/4
-        a'4 b' c''8 \bar ":|:" d''8
-    }
-    \layout{
-   raggedright = ##t
-}
+{
+  \time 3/4
+  a'4 b' c''8 \bar ":..:" d''8
 }