]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/cue-clef-keysignature.ly
lilypond-manuals.css: edit color scheme and some spacing
[lilypond.git] / input / regression / cue-clef-keysignature.ly
1 \version "2.19.21"
2
3 \header {
4   texidoc = "Clefs for cue notes should not influence the printed key signature."
5 }
6
7 vI = \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 }