From: Han-Wen Nienhuys Date: Thu, 11 Jan 2007 16:14:21 +0000 (+0100) Subject: allowBeamBreak fixes. X-Git-Tag: release/2.11.12-1~35^2~14 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e64c48d9e135d00f3680a57ea101a9c3d9b7f6f1;p=lilypond.git allowBeamBreak fixes. --- diff --git a/input/cary-layout.ly b/input/cary-layout.ly index 1c8bb4cc9b..7f49c57688 100644 --- a/input/cary-layout.ly +++ b/input/cary-layout.ly @@ -1,5 +1,5 @@ -\version "2.10.2" +\version "2.11.11" \layout { indent = #0 @@ -8,7 +8,7 @@ \Score proportionalNotationDuration = #(ly:make-moment 1 64) - allowBeamBreak = ##t + \override Beam #'breakable = ##t autoBeaming = ##f tupletFullLength = ##t \override BarNumber #'transparent = ##t diff --git a/input/proportional.ly b/input/proportional.ly index d5f68c70dc..0f87feae22 100644 --- a/input/proportional.ly +++ b/input/proportional.ly @@ -1,4 +1,4 @@ -\version "2.10.0" +\version "2.11.11" \header { @@ -14,7 +14,7 @@ \remove "Forbid_line_break_engraver" \override TupletNumber #'text = #tuplet-number::calc-fraction-text tupletFullLength = ##t - allowBeamBreak = ##t + \override Beam #'breakable = ##t } \context { \Score