Comment #11 on issue 1196 by [email protected]: Enhancement Request: Implementing tablature bends
http://code.google.com/p/lilypond/issues/detail?id=1196

slur::draw-bend-arrow contains a reference to "first". Since first is imported into the current parser module, overwriting it affects all uses in the current parser module. While overwriting symbols imported from other modules is causing pretty little disturbance overall, overwriting _and_ using it at the same time is likely to become non-pretty. Note that the parser module is separate from the (internal) lily module and is started fresh for each LilyPond input file.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to