]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/auto-beam-bar.ly
Issue 5167/1: Reorganize markup commands to use object properties
[lilypond.git] / input / regression / auto-beam-bar.ly
index a21476acfa86b5b58c6adfa2324fe4b8bbbac995..34fa328dda650a2c45d891bee0426ed5312a9c37 100644 (file)
@@ -1,16 +1,12 @@
 
-\version "2.1.30"
+\version "2.17.5"
 
 \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
 }