lilypond-user
[Top][All Lists]
Advanced

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

Re: Four Part Piano Staff


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

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



reply via email to

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