On Wed, Feb 6, 2019 at 9:01 AM Kieren MacMillan
<[email protected]> wrote:
>
> Hi Craig (and Andrew),
>
> > \version "2.19.82"
> > {
> > c''4 \once \override BreathingSign.Y-offset = 4 \breathe
> > c'' c'' c''
> > }
>
> Note that you can also use the tweak version:
>
> \version "2.19.82"
> {
> c''4 \tweak Y-offset 4 \breathe
> c'' c'' c''
> }
>
And you can also use \offset to move it relative to its default position:
{
c''4 \offset Y-offset 2 \breathe
c'' c'' c''
}
David
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user