lilypond-user
[Top][All Lists]
Advanced

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

Re: aligning variables with upbeats


From: Valentin Villenave
Subject: Re: aligning variables with upbeats
Date: Thu, 7 Feb 2019 14:48:15 +0000

On 2/7/19, 智樂喬 <address@hidden> 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.



reply via email to

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