lilypond-user
[Top][All Lists]
Advanced

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

Re: tie & tag


From: Aaron Hill
Subject: Re: tie & tag
Date: Thu, 21 Nov 2019 16:01:18 -0800
User-agent: Roundcube Webmail/1.3.8

On 2019-11-21 3:58 pm, Aaron Hill wrote:
Here's something you can do in 2.19.83:

%%%%
\version "2.19.83"

\tagGroup #'(screenOut midiOut)
nc = {\tag #'midiOut   <c c'>    \tag #'screenOut c' }
nd = {\tag #'midiOut   <d d'>    \tag #'screenOut d' }
myScore = {\nc \nd \nc << \nd s~ >> \nd}
\score {\keepWithTag #'screenOut \myScore \layout{}}
\score {\keepWithTag #'midiOut   \myScore \layout{}}
%%%%

And empty chord works in place of the spacer too:

%%%%
myScore = {\nc \nd \nc << \nd <>~ >> \nd}
%%%%

-- Aaron Hill



reply via email to

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