X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fcue-clef-octavation.ly;fp=input%2Fregression%2Fcue-clef-octavation.ly;h=ceb0d54211d3a399f9a1135a6e69f0617cf35334;hb=e90f0536f9be39ada0bef0aeb0d275dec3b2fb5b;hp=0000000000000000000000000000000000000000;hpb=a8c9e8a7ca320ab0df5fd32e717fd62cd7635ce6;p=lilypond.git diff --git a/input/regression/cue-clef-octavation.ly b/input/regression/cue-clef-octavation.ly new file mode 100644 index 0000000000..ceb0d54211 --- /dev/null +++ b/input/regression/cue-clef-octavation.ly @@ -0,0 +1,26 @@ +\version "2.14.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 + >> +}