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


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

Reply via email to