]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-break.ly
(conv): dashes rule.
[lilypond.git] / input / regression / beam-break.ly
index 8543c7eac3ba094941804836aefbbb95b02d2437..f66a5c34a7c6f975b61aa40b3d32e1fec8227f59 100644 (file)
@@ -1,10 +1,12 @@
+#(ly:set-option 'old-relative)
 \header {
     texidoc = "Beams can be printed across line breaks if forced.
 "
 
 }
-\version "1.7.19"
+\version "1.9.1"
+    \paper { raggedright= ##t }
 
 \score { \notes \relative c''  {
     \property Score.forbidBeamBreak = ##f
-    c2. c8-[ c8 \break c8 c8-]   } }
+    c2. c8[ c8 \break c8 c8]   } }