From 4c1375d7fb187d95bbb4f7a11f72255ea9b53912 Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Sun, 5 Aug 2012 22:04:30 +0200 Subject: [PATCH] Issue 2414: Midi back end handles lyrics and beams incorrectly --- ly/performer-init.ly | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ly/performer-init.ly b/ly/performer-init.ly index fdfa7add3c..ca3b77ba1d 100644 --- a/ly/performer-init.ly +++ b/ly/performer-init.ly @@ -105,6 +105,7 @@ \consists "Tie_performer" \consists "Note_performer" \consists "Beam_performer" + autoBeaming = ##f % needed for consistent melismata with engravers \consists "Slur_performer" } @@ -116,6 +117,7 @@ \consists "Tie_performer" \consists "Note_performer" \consists "Beam_performer" + autoBeaming = ##f % needed for consistent melismata with engravers \consists "Slur_performer" } @@ -127,6 +129,7 @@ \consists "Tie_performer" \consists "Note_performer" \consists "Beam_performer" + autoBeaming = ##f % needed for consistent melismata with engravers \consists "Slur_performer" } @@ -167,6 +170,7 @@ \context { \Voice \name TabVoice + autoBeaming = ##f % needed for consistent melismata with engravers } \context { @@ -189,6 +193,7 @@ \name Score melismaBusyProperties = #default-melisma-properties + autoBeaming = ##t % needed for consistent melismata with engravers instrumentName = #"bright acoustic" midiChannelMapping = #'staff -- 2.39.5