bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: instrument name misalignment


From: Graham Percival
Subject: Re: instrument name misalignment
Date: Mon, 6 Jul 2009 22:50:24 -0700
User-agent: Mutt/1.5.18 (2008-05-17)

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 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 course of doing that I've found one further necessary condition for
> > the problem to appear: the volta engraver has to be in the Staff context. In
> > the example below, there should be a line break between first and second
> > ending at the default line width. The "Mar." appears about even with the
> > top staff line. If you leave the volta engraver in the Score context, the
> > name is normally centered.
> >
> > Of course in the example there is no good reason to move the volta
> > engraver, but in the actual music there is.
> 
> Attached is an even more minimal example (for the bug tracker). I also 
> noticed 
> that the problem does not appear with the first alternative (if the first 
> alternative starts in a new line), but only with the second.
> 
> The problem also appears with lilypond 2.13.2.
> 
> Cheers,
> Reinhold
> 
> -- 
> ------------------------------------------------------------------
> Reinhold Kainhofer, address@hidden, http://reinhold.kainhofer.com/
>  * Financial & Actuarial Math., Vienna Univ. of Technology, Austria
>  * http://www.fam.tuwien.ac.at/, DVR: 0005886
>  * LilyPond, Music typesetting, http://www.lilypond.org

> \version "2.12.2"
> 
> \layout {
>     \context { \Score
>            \remove "Volta_engraver" 
>     }
> }
> 
> testMusik =  \relative c'' {
>   \repeat volta 2 {
>     c1 \break
>   } \alternative {
>     { c1 \break }
>     { c1 \break }
>   }
>   c1
> }  
> 
> \score {
>   \new Staff  \with { 
>     \consists "Volta_engraver" 
>     instrumentName = "Instrument"
>     shortInstrumentName = "Instr."
>   }
>   <<
>     \testMusik
>   >>
> }


> _______________________________________________
> bug-lilypond mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/bug-lilypond





reply via email to

[Prev in Thread] Current Thread [Next in Thread]