Re: Moving breathe markings

2009-07-16 Thread Alexander Kobel
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

2009-07-16 Thread Josh Nichols
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 _