bug-lilypond
[Top][All Lists]
Advanced

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

addlyrics does not work with an ossia staff


From: Ansgar
Subject: addlyrics does not work with an ossia staff
Date: Tue, 24 May 2016 21:35:25 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

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"
 




reply via email to

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