]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/cue-clef-begin-of-score.ly
resolve merge
[lilypond.git] / input / regression / cue-clef-begin-of-score.ly
diff --git a/input/regression/cue-clef-begin-of-score.ly b/input/regression/cue-clef-begin-of-score.ly
new file mode 100644 (file)
index 0000000..012130c
--- /dev/null
@@ -0,0 +1,20 @@
+\version "2.14.0"
+
+\header {
+  texidoc = "Clefs for cue notes at the start of a score should print the
+standard clef plus a small cue clef after the time/key signature."
+}
+
+vI = \relative c'' { \clef "treble" \repeat unfold 40 g4 }
+\addQuote vIQuote { \vI }
+
+Solo = \relative c'' {
+  \clef "bass"
+  \cueDuringWithClef #"vIQuote" #DOWN #"treble" { r2 } d,,4 d4 |
+}
+
+\score {
+  <<
+    \new Staff \new Voice \Solo
+  >>
+}