Am 03.02.2016 um 00:17 schrieb Simon Albrecht:
> On 03.02.2016 00:09, Mark Stephen Mrotek wrote:
>> Thank you for your reply and the suggested code. What you provide
>> works well
>> with a single staff - as presented in the documentation. When
>> inserted into
>> a piano staff two additional staves are included between the two piano
>> staves.
>
> You’d need to back that up with the code you used, or better, a
> minimal example. I’m having no problem with
>
> %%%%%%%%%%
> \version "2.19.35"
> \new PianoStaff <<
>   \new Staff = "foo" <<
>     \time 7/32
>     \key fes \minor
>     \new Voice = "soprano" { \voiceOne bisis'32.. }
>     \new Voice = "alto" { \voiceTwo a'\breve*49/64 }
>   >>
>   \new Staff = "bar" <<
>     \time 7/32
>     \key fes \minor
>     \clef bass
>     \new Voice = "tenor" { \voiceOne bisis32.. }
>     \new Voice = "bass" { \voiceTwo a\breve*49/64 }
>   >>
> >>
> %%%%%%%%%%%%%
>
> Best, Simon

Well, this is what I wanted to post as well.
But still, you should consider taking the advice of so many from us and
get friends with music variables. They really are the killer advantage
in this context ...

Urs


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


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

Reply via email to