lilypond-user
[Top][All Lists]
Advanced

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

Re: How to get dynamics centred on a piano staff?


From: Urs Liska
Subject: Re: How to get dynamics centred on a piano staff?
Date: Mon, 22 Apr 2013 18:31:44 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130329 Thunderbird/17.0.5

Am 22.04.2013 17:54, schrieb Peter Toye:
<Newbie alert>

I'm trying to engrave some piano music where the dynamics don't belong to either of the staffs, but refer to both staffs. If I put them in on the RH staff, they're a bit high.

Also, I have to use the << || >> construction a lot because there's a mix of homophonic and polyphonic writing. I can't work out how to start (say) a crescendo in the middle of a polyphonic section and terminate it in a monophonic section, and vice-versa, as LP associates the cresc with the voice, and then complains that it's not terminated.

Is there an easy way to get round these issues?
Here
http://www.lilypond.org/doc/v2.16/Documentation/notation/expressive-marks-attached-to-notes.html#dynamics
you can find that you can place a dedicated Dynamics context between the staves of the piano.
This basically is what you want, although depending on the nature of your material it may still not be completely satisfying out of the box.

\score {

\new PianoStaff <<

\new Staff = "right" { \right}
\new Dynamics { \dynamics 0

\new Staff = "left" { \left }

>>

\layout { }

}


Urs
Regards,

Peter
mailto:address@hidden
www.ptoye.com

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