From e64c48d9e135d00f3680a57ea101a9c3d9b7f6f1 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Thu, 11 Jan 2007 17:14:21 +0100 Subject: [PATCH] allowBeamBreak fixes. --- input/cary-layout.ly | 4 ++-- input/proportional.ly | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 -- 2.39.2