lilypond-user
[Top][All Lists]
Advanced

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

Re: Partcombine not working for orchestral parts?


From: Ben
Subject: Re: Partcombine not working for orchestral parts?
Date: Fri, 13 Jul 2018 13:48:46 -0400
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0

On 7/13/2018 1:37 PM, Kieren MacMillan wrote:
Hi Ben,

You're absolutely right. Wow. I just tried it with the example I gave earlier w/ the two flutes. Sure enough, the pp dynamic is above     the staff for the full score but both pp are below for Flute 1 and Flute 2 separately. 
Hmmm… It should appear below the staff in all cases, no? The only "magic" should be that it only appears once in the score (but still below the staff). Please post MWE so we can double-check.


I probably confused you with my wording, sorry! I just meant it's above the staff when it's supposed to be (in rare situations where dynamics are technically different between the same instrument parts)...and then it's below for the part 'extraction' single staff file. ;) Right?

(see attached)

%%%%%%%%%%%%
\version "2.19.81"

fluteone =
\relative { e'4\ff( f g a) | \once \partcombineApart r4 f4 g f | c'2~\pp c2 | f8 f e e f r f f |r1 | f4 g g g |  c c c }

flutetwo =
 \relative { c'2\p( d) e f  r4 e r g c2 c2 c,4 c c c r1 c''4 c c }


  \new Staff \with {
      instrumentName = #"Flute 1.2"
    shortInstrumentName = #"Fl. "
    soloText = "1."
    soloIIText = "2."
          }
       \partcombine  \fluteone  \flutetwo
      
      
        \new Staff
         \fluteone
      
      
          \new Staff
         \flutetwo
      


Attachment: for K.png
Description: PNG image


reply via email to

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