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
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
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
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
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