Felipe Gasper <[email protected]> writes:
> I’m converting some Gregorian chant scores from GABC to
> Lilypond. I’m looking for a way to put a bit of italicized text (e.g.,
> “Ps.”) under a barline, as is typical with some chant genres.
>
> You can see an example here, on the 3rd line:
> https://gregobase.selapa.net/chant_img.php?id=1123
>
> Does anyone know of a way to do this with Lilypond?
I don't know if this is the right way to do this, but it seems to work:
\version "2.20.0"
\relative c'
{
a'1 |
b1 \bar "||" |
\tweak Y-offset #-5 \mark "Hey!"
c1
}
--
David Zelinsky