bug-lilypond
[Top][All Lists]
Advanced

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

Re: Can't align lyrics below ossia staff


From: Dmytro O. Redchuk
Subject: Re: Can't align lyrics below ossia staff
Date: Mon, 14 Mar 2011 10:42:21 +0200
User-agent: Mutt/1.5.20 (2009-06-14)

On Fri 04 Mar 2011, 00:17 Dénes Harmath wrote:
> > I'm not top posting.
> 
> alignBelowContext seems to be ignored in this case:
Thank you, added as 1560:
http://code.google.com/p/lilypond/issues/detail?id=1560

> 
> \score { <<
>   \new Voice = melody {
>     \relative c' {
>       c4
>       <<
>         { c8 e }
>         \new Staff = ossiaStaff {
>               \new Voice = splitpart { c4 }
>         }
>       >>
>       c4 c | c
>     }
>   }
>   \new Lyrics \lyricsto melody { we shall not o- ver- come }
>   \new Lyrics \with {
>       alignBelowContext = #"ossiaStaff"
>   } \lyricsto splitpart { will }
> >> }
> 
> If I insert the ossia lyrics context in the inner parallel music expression, 
> the
> output is erroneous as described in
> http://lists.gnu.org/archive/html/lilypond-user/2011-03/msg00041.html:
> 
> \score{ <<
>   \new Voice = melody {
>     \relative c' {
>       c4
>       <<
>         { c8 e }
>         \new Staff = ossiaStaff {
>               \new Voice = splitpart { c4 }
>         }
>         \new Lyrics \with {
>               alignBelowContext = #"ossiaStaff"
>         } \lyricsto splitpart { will }
>       >>
>       c4 c | c
>     }
>   }
>   \new Lyrics \lyricsto melody { we shall not o- ver- come }
> >> }
> 
> Can be reproduced with either 2.12.3 or with 2.13.52.
> 
> 
> _______________________________________________
> bug-lilypond mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/bug-lilypond

-- 
  Dmytro O. Redchuk
  Bug Squad



reply via email to

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