Updates:
Status: Fixed
Labels: -Patch-push Fixed_2_17_7
Comment #7 on issue 2946 by [email protected]: stroke fingers and string numbers
suppressed when combined with lyrics
http://code.google.com/p/lilypond/issues/detail?id=2946
Pushed to staging as
commit e57aa43dcba4cf876790c1ac8f2ee8ff42522f4b
Author: David Kastrup <[email protected]>
Date: Wed Nov 7 11:15:33 2012 +0100
Issue 2946: let Lyric_combine_music_iterator only listen to rhythmic
events
Listening to articulations makes the rhythmic_music_iterator assume it
can just broadcast things like string numbers and right fingerings and
somebody will pick them up and deal with them which is, unfortunately,
not the case.
Listening only to rhythmic events should cure that problem.