Is there anything I can use to add a punctuation character to
a variable content, also if I could capitalize the initial
character ?
E.g it would be nice if I could place lyric text in a variable
so that I don't have to do spellchecking in so many places,
but it isn't unusual to have text like "Text, text, text, text."
wich I don't know how to do unless I spell it out.
So, It would be nice if I could do something like this:
\version "2.25.1"
la = \lyricmode { text }
ma = \relative f' {
f4 f f f |
}
\score {
<<
\new Staff \ma
\addlyrics { \u\la, \la, \la, \la. }
>>
}
Regards,
/Karl Hammar