Re: Add display method for \tweak (fixes issue 1733) (issue4645077)

2011-07-07 Thread Neil Puttock
On 5 July 2011 04:48, wrote: > LGTM Thanks, Carl. Pushed: d5766025a1573c709dfa3c9663c1c6b903abec24 ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Add display method for \tweak (fixes issue 1733) (issue4645077)

2011-07-04 Thread Carl . D . Sorensen
LGTM Carl http://codereview.appspot.com/4645077/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Add display method for \tweak (fixes issue 1733) (issue4645077)

2011-07-03 Thread pkx166h
Reg tests pass and no make problems James http://codereview.appspot.com/4645077/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Add display method for \tweak (fixes issue 1733) (issue4645077)

2011-07-03 Thread n . puttock
Reviewers: , Message: This patch allows \tweak to be displayed properly when using \displayLilyMusic. * scm/display-lily.scm (music->lily-string): process 'tweaks via new function music->lily-string This should read process 'tweaks via new function tweaks->lily-string Description: Add di