lilypond-user
[Top][All Lists]
Advanced

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

Re: Moving breathe markings


From: Alexander Kobel
Subject: Re: Moving breathe markings
Date: Thu, 16 Jul 2009 22:34:30 +0200
User-agent: Thunderbird 2.0.0.22 (X11/20090608)

Josh Nichols wrote:
I want to move the breath marks from in the staff to above the staff in this example:

\version "2.12.2"
\relative c'' {
    c \breathe d e \breathe f
}

Hi.

Use

\version "2.12.2"
\relative c'' {
    c \breathe d
    \override Voice . BreathingSign #'Y-offset = #3
    e \breathe f
}

The neutral position (Y-offset = 0) is centered on the middle staff line; the distances are in staff sizes, so the default seems to be Y-offset = 2. Adjust to your needs.


Cheers,
Alexander




reply via email to

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