lilypond-user
[Top][All Lists]
Advanced

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

Re: Four Part Piano Staff


From: Urs Liska
Subject: Re: Four Part Piano Staff
Date: Wed, 3 Feb 2016 00:21:49 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1


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
> address@hidden
> https://lists.gnu.org/mailman/listinfo/lilypond-user




reply via email to

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