On 2012/08/14 02:45:39, Keith wrote:
Needs a tweak for \endSpanners


http://codereview.appspot.com/5440084/diff/14005/ly/music-functions-init.ly
File ly/music-functions-init.ly (right):


http://codereview.appspot.com/5440084/diff/14005/ly/music-functions-init.ly#newcode296
ly/music-functions-init.ly:296: (if (memq (ly:music-property music
'name)
'(EventChord NoteEvent))
and   RestEvent SkipEvent
{ \endSpanners r4\cresc b b b }

I lean towards removing the check altogether.  Extract-typed-music is
quite more robust here than the original code was, and the worst that
can happen is that one finishes spanners that are both started and ended
already in complex music a second time.  But that would generate a
separate error/warning anyway, and a warning much more likely to make
sense than the one we are generating here.

http://codereview.appspot.com/5440084/

_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to