1\version "2.21.0"
2
3\header {
4  texidoc = "Clefs for cue notes should not influence the printed key signature."
5}
6
7vI = \relative { \clef "treble" \repeat unfold 40 g'4 }
8\addQuote vIQuote { \vI }
9\score {
10  \new Staff {
11    \clef "bass" \key g \major
12    \cueDuringWithClef "vIQuote" #DOWN "treble" { R1 } |
13    c1 |
14    \cueDuringWithClef "vIQuote" #DOWN "soprano" { R1 \break R1 }
15    c1 |
16  }
17}
18