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 15:58:44 -0800
User-agent: Roundcube Webmail/1.3.8

On 2019-11-21 3:11 pm, Gianmaria Lari wrote:
Consider this situation:

\version "2.21.00"
\tagGroup #'(screenOut midiOut)
nc = {\tag #'midiOut   <c c'>    \tag #'screenOut c' }
nd = {\tag #'midiOut   <d d'>    \tag #'screenOut d' }
myScore = {\nc \nd \nc \nd~\nd}
\score {\keepWithTag #'screenOut \myScore \layout{}}
\score {\keepWithTag #'midiOut \myScore \layout{}} %here should be \midi{}

Is there any way to have a tie in the score generated for the screen
(screenOut) and also in the score generated for the midi (midiOut)?
Thank you, g.

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{}}
%%%%


-- Aaron Hill



reply via email to

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