lilypond-user
[Top][All Lists]
Advanced

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

Re: \breathe too close to note


From: Kieren MacMillan
Subject: Re: \breathe too close to note
Date: Sat, 5 Sep 2015 00:17:13 -0400

Hi Marc,

On Sep 5, 2015, at 12:02 AM, Andrew Bernard <address@hidden> wrote:

> \relative c' {
>       \override BreathingSign.extra-offset = #'(1.0 . 0)
>       f8 g a bf \breathe c d e f \breathe
> }

Note that extra-offset happens *after* spacing is complete; perhaps that’s what 
you want.

If not, there are other options, e.g.

\version "2.18.0"

\layout { indent = 0 ragged-right = ##t }

\relative c' {
        \omit Staff.TimeSignature

        f8 g a bes \breathe c d e f \breathe \break

        \override BreathingSign.extra-offset = #'(1.0 . 0)
        f,8 g a bes \breathe c d e f \breathe \break

        \override BreathingSign.extra-spacing-width = #'(-0.5 . 1.5)
        f,8 g a bes \breathe c d e f \breathe
}

Hope this helps!
Kieren.
________________________________

Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: address@hidden




reply via email to

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