X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fcue-clef-transposition-optional.ly;fp=input%2Fregression%2Fcue-clef-transposition-optional.ly;h=caeaf131937ee1f14f18241cd185165e3437196f;hb=0ac07f31e0f95fc18e5916ce756b9c746af7cc58;hp=0000000000000000000000000000000000000000;hpb=2f1263e2ccdddcac2eb9f7d8ce2ed92867d3d160;p=lilypond.git diff --git a/input/regression/cue-clef-transposition-optional.ly b/input/regression/cue-clef-transposition-optional.ly new file mode 100644 index 0000000000..caeaf13193 --- /dev/null +++ b/input/regression/cue-clef-transposition-optional.ly @@ -0,0 +1,27 @@ +\version "2.17.7" + +\header { + texidoc = "Optional transposition for clefs for cue notes is supported +by using parentheses or brackets around the transposition number." +} + +vI = \relative c'' { \clef "treble" \repeat unfold 40 g4 } +\addQuote vIQuote { \vI } + +Solo = \relative c' { + \clef "treble_8" c1 | + \cueDuringWithClef #"vIQuote" #UP #"bass^(15)" { R1 } | + c1 | \break + c c + \clef "bass^8" c1 | + \cueDuringWithClef #"vIQuote" #UP #"G_[8]" { R1 R1 } | + c + \cueDuringWithClef #"vIQuote" #UP #"treble_(8)" { R1 \break R } | + c +} + +\score { + << + \new Staff \new Voice \Solo + >> +}