]> git.donarmstrong.com Git - lilypond.git/commitdiff
Issue 3536: In cary-layout.ily, mimic autoBeaming setting in \context into \midi
authorDavid Kastrup <dak@gnu.org>
Sat, 7 Sep 2013 17:12:18 +0000 (19:12 +0200)
committerDavid Kastrup <dak@gnu.org>
Thu, 12 Sep 2013 07:52:50 +0000 (09:52 +0200)
For the rationale, see the output definition information in issue 3535.

Documentation/ly-examples/cary-layout.ily

index 3075225e23f8dc836754c9122a445d95f3d396d7..709c9949fd057e3011b2b52ce410cbaa56cf0a89 100644 (file)
   }
 }
 
+\midi {
+  \context {
+    \Score
+    autoBeaming = ##f % synchronize lyrics the same way as \layout does
+  }
+}
+
 \paper {
   oddHeaderMarkup = \markup \fill-line { " " }
   evenHeaderMarkup = \markup \fill-line { " " }