MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / cue-clef.ly
blobc29759ca2d8a413ff772de6c3872e8f2f34228ff
1 \version "2.13.45"
3 \header {
4 texidoc = "Clefs for cue notes: Print a cue clef at the begin of the cue
5 notes and a cancelling clef after the cue notes."
8 vI = \relative c'' { \clef "treble" \repeat unfold 16 g4 }
9 \addQuote vIQuote { \vI }
11 Solo = \relative c {
12 \clef "bass"
13 c4 \cueDuringWithClef #"vIQuote" #DOWN #"treble" {
14 r4 r2 |
16 } c4 c2 |
17 \cueDuringWithClef #"vIQuote" #DOWN "soprano" { R1*2 } |
21 \score {
23 \new Staff \new Voice \Solo