lilypond-user
[Top][All Lists]
Advanced

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

CueVoice and tagging


From: Johannes Roeßler
Subject: CueVoice and tagging
Date: Wed, 10 Jan 2018 19:58:51 +0100
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2

Hi Guys,

sort of an didactic question. Maybe I was tired or just stupid - I forgot about the \killCues command and tried to build this on my own. So - that means I know (now) the correct way to get rid of the cues - but I'd still like to know where I was wrong with my idea:

\version "2.19.58"
\language "deutsch"


----8<--------------
voiceA = \relative c' {
  g8 a h c d e e e e2 e
}

voiceB = \relative c' {
  %\clef "bass"

\tag #'voice {
    \new CueVoice {\set instrumentCueName = "Voice A"}
    \cueDuringWithClef #"voiceA" #UP #"treble" { r2 r2 }
  }

\tag #'partitur { r1}
  a1
}

\addQuote "voiceA" {\voiceA}

<<
  \voiceA
  \removeWithTag #'partitur { \voiceB}
>>

------------>8---------------

1) This example nearly works - but the "a1" in voiceB will be printed small like a cue note. No idea why.

2) Now uncomment the "\clef "bass"" in VoiceB - its getting even stranger.

I assume the construction tagged with #'voice is too complex?

Cheers

Joei





reply via email to

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