]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-break.ly
rewrite balloon-text support. This is now a separate grob, with its
[lilypond.git] / input / regression / beam-break.ly
index f66a5c34a7c6f975b61aa40b3d32e1fec8227f59..df6b8b6572fb96fa0717c6f80d19a5a54dfd472a 100644 (file)
@@ -1,12 +1,13 @@
-#(ly:set-option 'old-relative)
+
 \header {
-    texidoc = "Beams can be printed across line breaks if forced.
+  texidoc = "Beams can be printed across line breaks, if forced.
 "
 
 }
-\version "1.9.1"
-    \paper { raggedright= ##t }
+\version "2.7.39"
+\layout { ragged-right= ##t }
 
-\score { \notes \relative c''  {
-    \property Score.forbidBeamBreak = ##f
-    c2. c8[ c8 \break c8 c8]   } }
+\relative c''  {
+  \set Score.allowBeamBreak = ##t
+  \time 3/16 c16-[ d e \break f-] 
+}