Re: Moving breathe markings
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 \b
Moving breathe markings
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 } Can anyone tell me how to do this? Thanks! - Josh Nichols SDG _