From e21c279568350a042e4c900e7176991d5eb029ad Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Sat, 7 Sep 2013 19:12:18 +0200 Subject: [PATCH] Issue 3536: In cary-layout.ily, mimic autoBeaming setting in \context into \midi For the rationale, see the output definition information in issue 3535. --- Documentation/ly-examples/cary-layout.ily | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Documentation/ly-examples/cary-layout.ily b/Documentation/ly-examples/cary-layout.ily index 3075225e23..709c9949fd 100644 --- a/Documentation/ly-examples/cary-layout.ily +++ b/Documentation/ly-examples/cary-layout.ily @@ -23,6 +23,13 @@ } } +\midi { + \context { + \Score + autoBeaming = ##f % synchronize lyrics the same way as \layout does + } +} + \paper { oddHeaderMarkup = \markup \fill-line { " " } evenHeaderMarkup = \markup \fill-line { " " } -- 2.39.5