bug-lilypond
[Top][All Lists]
Advanced

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

Re: addlyrics does not work with an ossia staff


From: Simon Albrecht
Subject: Re: addlyrics does not work with an ossia staff
Date: Tue, 24 May 2016 23:57:48 +0200

Hello Ansgar,

this is a bug which was fixed in the 2.19 development series, I think quite early. Anyway, it’s often recommendable to upgrade to current development versions – a great many advantages have been added since the last stable release.

Best, Simon

On 24.05.2016 23:35, Ansgar wrote:
If the overall value of the second staff exhaustes the length of the part
above the following parts are spoiled:


%-----------------------
% This one works, but the added staff has only notes of value 1/2
%-----------------------

\new Staff \relative c'

{ e4 e e e
<<
                { e2 e  }
                \new Staff { c2  }
                \addlyrics{ Ooops! }
        >>

{d4 d d d  }

}


%-----------------------
% Now an r is added after the c2 and that spoils the following parts
%-----------------------

\new Staff \relative c'

{ e4 e e e
<<
                { e2 e  }
                \new Staff { c2 r }
                \addlyrics{ Ooops! }
        >>

{d4 d d d }

}

\version "2.18.2"

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




reply via email to

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