lilypond-user
[Top][All Lists]
Advanced

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

Re: height of breath mark


From: Craig Dabelstein
Subject: Re: height of breath mark
Date: Thu, 7 Feb 2019 08:07:50 +1000

Thank you lilyponders! Brilliant as always.

All the best,

Craig

On Thu., 7 Feb. 2019, 2:39 am David Nalesnik, <address@hidden> wrote:
On Wed, Feb 6, 2019 at 9:01 AM Kieren MacMillan
<address@hidden> 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
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user

reply via email to

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