lilypond-user
[Top][All Lists]
Advanced

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

RE: Four Part Piano Staff


From: Mark Stephen Mrotek
Subject: RE: Four Part Piano Staff
Date: Tue, 2 Feb 2016 15:58:16 -0800

Simon,

Thank you for your reply and the suggested code. It is exactly what I
wanted!

Mark

-----Original Message-----
From: Simon Albrecht [mailto:address@hidden 
Sent: Tuesday, February 02, 2016 3:17 PM
To: Mark Stephen Mrotek <address@hidden>; 'lilypond-user'
<address@hidden>
Subject: Re: Four Part Piano Staff

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]