Hi Marc,

On Sep 5, 2015, at 12:02 AM, Andrew Bernard <andrew.bern...@gmail.com> 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: i...@kierenmacmillan.info


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to