]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-break.ly
Merge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / regression / beam-break.ly
index e316f1201f3e9935b9563582aaff32638b2c9bcd..5b36f57f450a0319f34b9bb5212b0cc6335025e1 100644 (file)
@@ -1,13 +1,13 @@
 
 \header {
-    texidoc = "Beams can be printed across line breaks if forced.
+  texidoc = "Beams can be printed across line breaks, if forced.
 "
 
 }
-\version "2.1.22"
-    \paper { raggedright= ##t }
+\version "2.11.51"
+\layout { ragged-right= ##t }
 
-\score { \notes \relative c''  {
-    \set Score.forbidBeamBreak =  ##f
-   \time 3/16 c16-[ d e \break f-] 
-}}
+\relative c''  {
+  \override Score.Beam #'breakable = ##t
+  \time 3/16 c16-[ d e \break f-] 
+}