Re: instrument name misalignment

2009-07-06 Thread Graham Percival
Thanks, added as http://code.google.com/p/lilypond/issues/detail?id=789 Cheers, - Graham On Mon, Jul 06, 2009 at 03:22:26PM +0200, Reinhold Kainhofer wrote: > Am Montag, 6. Juli 2009 14:58:30 schrieb Alan Shaw: > > You're right of course; I just thought it was worth asking on the off > > chance t

Issue 789 in lilypond: instrument name misalignment

2009-07-06 Thread codesite-noreply
Status: Accepted Owner: gpermus Labels: Type-Defect Priority-Low New issue 789 by gpermus: instrument name misalignment http://code.google.com/p/lilypond/issues/detail?id=789 In the course of doing that I've found one further necessary condition for the problem to appear: the volta engraver has

Issue 788 in lilypond: simpler convert-ly rules

2009-07-06 Thread codesite-noreply
Status: Accepted Owner: gpermus Labels: Type-Enhancement Priority-Postponed Maintainability New issue 788 by gpermus: simpler convert-ly rules http://code.google.com/p/lilypond/issues/detail?id=788 This looks sub-optimal: -- def conv (str): str = re.sub (r"\\octave(?![a-zA-Z])", r"\\octa

\bracket padding

2009-07-06 Thread Thomas Morgan
Consider this input: \version "2.13.2" \markup { \column { \concat { "a" \bracket { "b" } "c" } "abc" % For comparison. } } The right bracket's padding causes the following "c" to move out of the way of the bracket. But the left brack

Re: instrument name misalignment

2009-07-06 Thread Reinhold Kainhofer
Am Montag, 6. Juli 2009 14:58:30 schrieb Alan Shaw: > You're right of course; I just thought it was worth asking on the off > chance that someone would know right away what I was talking about and I > could save myself the hour or so it would take to construct a "minimal" > example. > > In the cour