lilypond-user
[Top][All Lists]
Advanced

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

Re: alternate notes within a part


From: David Zelinsky
Subject: Re: alternate notes within a part
Date: Sun, 09 Jan 2022 17:40:15 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Aaron Hill <lilypond@hillvisions.com> writes:

> On 2022-01-09 2:05 pm, David Zelinsky wrote:
>> Is there a better way to accomplish what I'm trying to do?  Or do I
>> really just need to maintain completely separate versions for the two
>> instruments?
>
> You can certainly use the tag approach, just keep a few things in mind.
>
...
> 
> Consider this below:
>
> foo = {
>  \relative b' { | b4 a8 g fis2 }
>  << \tag one \relative g' { | g8 a b d e2 }
>     \tag two \relative e' { | e4 d cis2 } >>
>  \relative g' { | g1 \bar "|." }
> }

Thanks!  I had tried to do something similar to this, but it didn't
work.  Probably I was missing some brackets somewhere.  I will give this
a try.

-David



reply via email to

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