From: David Kastrup Date: Sun, 5 Aug 2012 20:04:30 +0000 (+0200) Subject: Issue 2414: Midi back end handles lyrics and beams incorrectly X-Git-Tag: release/2.15.95-1~16 X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=commitdiff_plain;h=4c1375d7fb187d95bbb4f7a11f72255ea9b53912;p=lilypond.git Issue 2414: Midi back end handles lyrics and beams incorrectly --- 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