lilypond-user
[Top][All Lists]
Advanced

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

Re: Move breathing sign hoizontally


From: Aaron Hill
Subject: Re: Move breathing sign hoizontally
Date: Tue, 22 Sep 2020 04:11:34 -0700
User-agent: Roundcube Webmail/1.4.2

On 2020-09-22 1:48 am, Andrew Bernard wrote:
Can you move a \breathe left or right?

And if so, can you move parentheses along with it?

Andrew

%=====
\version "2.21.6"

{
  \override BreathingSign.Y-offset = #4
  c''2 \parenthesize \breathe c''4 c''
}

Curious... it would seem non-musical items do not obey X-offset.

I have found two options, though I worry about unknown side-effects of either:

%%%%
\version "2.20.0"

{
  c''2

  \offset Y-offset #2
  \parenthesize
  \breathe

  c''4 c''
  c''2

  \tweak non-musical ##f
  \tweak X-offset #-2.5
  \offset Y-offset #2
  \parenthesize
  \breathe

  c''4 c''
  c''2

  \tweak ParenthesesItem.extra-offset #'(-2 . 0)
  \tweak extra-offset #'(-2 . 0)
  \offset Y-offset #2
  \parenthesize
  \breathe

  c''4 c''
}
%%%%


-- Aaron Hill

Attachment: breathe.cropped.png
Description: PNG image


reply via email to

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