]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/cue-clef-octavation.ly
Imported Upstream version 2.18.0
[lilypond.git] / input / regression / cue-clef-octavation.ly
diff --git a/input/regression/cue-clef-octavation.ly b/input/regression/cue-clef-octavation.ly
deleted file mode 100644 (file)
index 73e3302..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-\version "2.16.0"
-
-\header {
-  texidoc = "Octavation for clefs for cue notes."
-}
-
-vI = \relative c'' { \clef "treble" \repeat unfold 40 g4 }
-\addQuote vIQuote { \vI }
-
-Solo = \relative c' {
-  \clef "treble_8" c1 |
-  \cueDuringWithClef #"vIQuote" #UP #"bass^8" { R1 } |
-  c1 | \break
-  c c
-  \clef "bass^8" c1 |
-  \cueDuringWithClef #"vIQuote" #UP #"treble_8" { R1 R1 } |
-  c
-  \cueDuringWithClef #"vIQuote" #UP #"treble_8" { R1 \break R } |
-  c
-}
-
-\score {
-  <<
-    \new Staff \new Voice \Solo
-  >>
-}