bug-lilypond
[Top][All Lists]
Advanced

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

vocalName isn't visible in the output


From: Lukas Sommer
Subject: vocalName isn't visible in the output
Date: Tue, 7 May 2013 15:40:39 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

> I'm not top posting.
% Bug report: The "vocalName" of the Lyrics context isn't visible in the
output: The text "myvocalname" should appear in the output, but it doesn't.
% The problem seems to occur as long as the corresponding voice (here
"myvoice") starts with a rest: If you remove "r2" than "myvocalname" appears
correctly in the output.
\version "2.16"
\score { <<
      \context Staff << \context Voice = myvoice { r2 a2 }  >>
      \context Lyrics \lyricsto myvoice  \lyricmode {  \set vocalName =
#"myvocalname" mylyrics }
>> }




reply via email to

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