2012/11/25 Werner <mey....@web.de>:
> Hello,
>
> i have two voices in one staff. I would like to get breathe-signs for the 
> lower
> voice at the bottom line instead of the top line of the stave.
>
> Is there a possibility to get that behavior?
>
> greetings
>
> Werner
>
>
> _______________________________________________
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user

Hi Werner,

how about

\version "2.16.0"

I =
\relative c'' {
        \voiceOne
        c1
        \breathe
        d

}

II =
\relative c' {
        \voiceTwo
        c1
        \override BreathingSign #'Y-offset = #-2
        \breathe
        d
}

\new Staff
<<
\new Voice \I
\new Voice \II
>>


-Harm

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

Reply via email to