On 2/7/19, 智樂喬 <[email protected]> wrote:
> In reality, there would be multiple partBs and some of them would start
> with a pickup and some of them wouldn't. One think I can do is explicitly
> shorten the end of partA so that partB lines up, but it involves some
> mixing of content and structure. Is there a best practice for this
> situation?
Greetings,
not really (as far as I know).
If you really want to keep your variables separate, you’ll have to use
simultaneous music instead of sequential expressions :
partA = { c'2 b | R1*3 }
partB = { \partial 4 g4 | \bar "||" c'1 e }
\score {
<<
{\oneVoice \partA}
\\
{\oneVoice s1*15/4 \partB}
>>
}
Cheers,
V.
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user