Issue 528 in lilypond: wish: underline markup

2008-02-05 Thread codesite-noreply
Issue 528: wish: underline markup http://code.google.com/p/lilypond/issues/detail?id=528 Comment #7 by v.villenave: (No comment was entered for this change.) Issue attribute updates: Status: Verified -- You received this message because you are listed in the owner or CC fields of this

Issue 528 in lilypond: wish: underline markup

2008-01-13 Thread codesite-noreply
Issue 528: wish: underline markup http://code.google.com/p/lilypond/issues/detail?id=528 Comment #6 by erlenda: Oops, I've fixed the x-extent :-) The y-extent is not needed, I don't see any use for it here. As for your snippet, this works as you expect: \markup \center-align \underline { foo ba

Issue 528 in lilypond: wish: underline markup

2008-01-11 Thread codesite-noreply
Issue 528: wish: underline markup http://code.google.com/p/lilypond/issues/detail?id=528 Comment #5 by rzedeler: Is there a reason why you do not use the y-extent and only the right part of the x-extent? \markup \underline \center-align { foo barbar baz } I would expect an underline below the

Issue 528 in lilypond: wish: underline markup

2008-01-11 Thread codesite-noreply
Issue 528: wish: underline markup http://code.google.com/p/lilypond/issues/detail?id=528 Comment #4 by erlenda: Thanks for the comments Nicolas. I'll update the code immediately. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred

Issue 528 in lilypond: wish: underline markup

2008-01-11 Thread codesite-noreply
Issue 528: wish: underline markup http://code.google.com/p/lilypond/issues/detail?id=528 Comment #3 by nicolas.sceaux: Commenting on the coding style only: it's no use defining a local `s' only to return it. It's also more usual to see longer, meaningful variable names: `thickness' iso `th', `s

Issue 528 in lilypond: wish: underline markup

2008-01-11 Thread codesite-noreply
Issue 528: wish: underline markup http://code.google.com/p/lilypond/issues/detail?id=528 Comment #2 by wbsoft: Very nice! Well, I just committed syntax highlighting for KDE's editor Kate with added markup \underline command :-) -- You received this message because you are listed in the owne

Issue 528 in lilypond: wish: underline markup

2008-01-11 Thread codesite-noreply
Issue 528: wish: underline markup http://code.google.com/p/lilypond/issues/detail?id=528 Comment #1 by erlenda: Implemented in commit 40eaf83113184ade6907215a0db0f3bf1e11db66. Will appear in 2.11.38. Han-Wen or Nicolas, could you be kind and review my Scheme code? Issue attribute updates:

Issue 528 in lilypond: wish: underline markup

2007-12-07 Thread codesite-noreply
Issue 528: wish: underline markup http://code.google.com/p/lilypond/issues/detail?id=528 New issue report by wbsoft: It would be very nice if Lilypond supported underline markup, like: \markup \underline Piano Issue attributes: Status: New Owner: Labels: Type-Defec