]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/auto-beam-bar.ly
Detect use of backslash in node names (3590)
[lilypond.git] / input / regression / auto-beam-bar.ly
index 45113cc54be203afb4efce3a9d3e1c26e40564c9..34fa328dda650a2c45d891bee0426ed5312a9c37 100644 (file)
@@ -1,12 +1,12 @@
 
-\version "2.6.0"
+\version "2.17.5"
 
 \header{
 texidoc="No auto beams will be put over (manual) repeat bars."
 }
-\layout{ raggedright = ##t }
+\layout{ ragged-right = ##t }
 
 {
   \time 3/4
-  a'4 b' c''8 \bar ":|:" d''8
+  a'4 b' c''8 \bar ":..:" d''8
 }