lilypond-user
[Top][All Lists]
Advanced

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

Re: tie & tag


From: Gianmaria Lari
Subject: Re: tie & tag
Date: Fri, 22 Nov 2019 00:11:40 +0100

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.

P.S. I tried using \PushToTag but without success. 

Attachment: Annotation 2019-11-22 001020.jpg
Description: JPEG image


reply via email to

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