lilypond-user
[Top][All Lists]
Advanced

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

Re: \breathe at the bottom in \voiceTwo ???


From: Thomas Morley
Subject: Re: \breathe at the bottom in \voiceTwo ???
Date: Sun, 25 Nov 2012 23:24:22 +0100

2012/11/25 Werner <address@hidden>:
> 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
> address@hidden
> 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



reply via email to

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