lilypond-user
[Top][All Lists]
Advanced

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

Re: text under barline


From: David Zelinsky
Subject: Re: text under barline
Date: Fri, 24 Jul 2020 11:14:06 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Felipe Gasper <felipe@felipegasper.com> 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



reply via email to

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