best practice for score structure

2020-07-05 Thread Claire Meyer
Hi everybody, I'm a new user (~1 month old) wondering about best practice for score structure. Let's say I've got a piano score, with two voices per hand, and the occasional third voice here and there, and all my dynamics between the two staves of the piano. Then I'll pr

Re: best practice for score structure

2020-07-05 Thread Hwaen Ch'uqi
On 7/5/20, Claire Meyer wrote: > Hi everybody, > > I'm a new user (~1 month old) wondering about best practice for score > structure. Let's say I've got a piano score, with two voices per hand, and > the occasional third voice here and there, and all my dynamics bet

Re: best practice for score structure

2020-07-05 Thread Paolo Prete
<< \new Staff = "Staff_pfUpper" << \removeDynamics \upper >> \new Dynamics = "Dynamics_pf" << \createDynamicsLayerFromMus \upper >> \new Staff = "Staff_pfLower" << \lower >> >> \layout { } } On Sun, Jul 5, 20

Re: best practice for score structure

2020-07-06 Thread Claire Meyer
%% > %%% > > upper = { > > \pianoBlock > { c''4 c'' c'' c'' } > { a\mf_"foobar" a\mp b b } > > \pianoBlock > { r1 r } > { a\pp a } > > } > > %