lilypond-user
[Top][All Lists]
Advanced

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

Re: Dynamics between piano staves


From: Phil Holmes
Subject: Re: Dynamics between piano staves
Date: Tue, 14 Apr 2015 12:30:21 +0100


You never _need_ a dynamics context.  Just put the dynamics in the music:
 

{
<<
\new PianoStaff<<
\new Staff
<<
\new Voice {
c'' c'' \p c'' c'' }
>>
% Staff end
\new Staff
<<
\new Voice { \clef
"bass" c c c c }
>>
% Staff end
>>
% Pianostaff/staffgroup/choirstaff end
>>
% Music end
}


--
Phil Holmes
 
 
----- Original Message -----
Sent: Tuesday, April 14, 2015 6:36 AM
Subject: Dynamics between piano staves

For a score where dynamics occur between the piano staves only occasionally, is there another way to do this apart form creating a Dynamics context and putting in large numbers of rests and tracking the values to get to the correct location?

Andrew




_______________________________________________
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]