Putting a glyph after lyric syllable in LilyPond version 2.18.2.
1. Solution received does not work:
\version "2.18.2"
\include "deutsch.ly"
unmeteredOn = {
\cadenzaOn
\set Score.defaultBarType = #""
\set Score.barAlways = ##t
}
unmeteredOff = {
\cadenzaOff
\unset Score.defaultBarType
\unset Score.barAlways
}
asterisk = {
\once \override Lyrics.StanzaNumber.direction = #1 % = #RIGHT.
\set stanza = "*"
}
\relative c' {
\unmeteredOn
c c c c c c
d d d d \bar "|"
}
\addlyrics {
First verse text, first verse \asterisk text
Se- cond verse text.
}
2. Solution received is under my project but the asterisk has to be
put before syllable with the asterisk, what is strange, i.e.:
not: First verse text, first verse text\asterisk
but: First verse text, first verse \asterisk text.
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user