lilypond-user
[Top][All Lists]
Advanced

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

Re: offset \breathe sign


From: Pierre Perol-Schneider
Subject: Re: offset \breathe sign
Date: Wed, 30 Dec 2020 11:06:54 +0100

See also: http://lilypond.org/doc/v2.19/Documentation/internals/breathingsign
E.g.:

\version "2.19.58"
{
  \time 3/2 e''4 e'' a''2
  %\tweak extra-offset #'(-1 . 1)
  %\tweak X-offset #-1
  \tweak space-alist.first-note #'(fixed-space . 3.0)
  \breathe a''!2
}

Cheers,
Pierre

Le mer. 30 déc. 2020 à 11:01, Pierre Perol-Schneider <pierre.schneider.paris@gmail.com> a écrit :
For such tiny adjsutment why not 'extra-offset?
E.g.

\version "2.19.58"
{
  \time 3/2 e''4 e'' a''2
  \tweak extra-offset #'(-1 . 1)
  %\tweak X-offset #-5
  \breathe a''!2
}

Cheers,
Pierre

Le mer. 30 déc. 2020 à 10:55, Johannes Roeßler <joei@joei.de> a écrit :
thx Pierre - thats whta I tried - doesn't work..
\version "2.19.58"
{\time 3/2 e''4 e'' a''2 \tweak X-offset #-5 \breathe a''!2}

Cheers
Joei
Hi Johannes,
How about:

\version "2.20"
{ c'1 \tweak X-offset #-5 \breathe 1 }

Cheers,
Pierre

Le mer. 30 déc. 2020 à 10:06, Johannes Roeßler <joei@joei.de> a écrit :
Hi group,

what would be the right way to shift a \breathe sign to the left - I
only managed to move it up and down with \offset commands but not to the
left :(

Using 2.19.58

Cheers
Joei




reply via email to

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