Status: Accepted
Owner: ----
Labels: Type-Defect
New issue 2380 by [email protected]: formatting of lyrics
http://code.google.com/p/lilypond/issues/detail?id=2380
Franisco Vila writes:
gregorian.ly defines \ij \iij etc for prefixing and a two \responsum
and \versus functions which do not seem to work. However, the unicode
symbols used there still serve, see
\include "gregorian.ly"
{ c' }
\addlyrics { \set stanza = ℟ Do }
\addlyrics { \set stanza = ℣ Do }
Forwarding to bug-lilypond because this should workk but it doesn't:
% %%% BEGIN
\include "gregorian.ly"
letraUno = \lyricmode { \versus { Do Do } }
letraDos = \lyricmode { \responsum { Do Do } }
{ c' d' }
\addlyrics \letraUno
\addlyrics \letraDos
% %%%END
I cannot verify the issue. Lilypond crashes when I try.
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond