X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fclef-octavation.ly;fp=input%2Fregression%2Fclef-octavation.ly;h=0397cb70f91f2304039aa548396d64b1176093c2;hb=e90f0536f9be39ada0bef0aeb0d275dec3b2fb5b;hp=0000000000000000000000000000000000000000;hpb=a8c9e8a7ca320ab0df5fd32e717fd62cd7635ce6;p=lilypond.git diff --git a/input/regression/clef-octavation.ly b/input/regression/clef-octavation.ly new file mode 100644 index 0000000000..0397cb70f9 --- /dev/null +++ b/input/regression/clef-octavation.ly @@ -0,0 +1,18 @@ +\version "2.14.0" + +\header { + + texidoc="Octavate symbols should be correctly positioned close to +the parent clef." + +} +\score { + << + \new Staff { \clef "G^8" g''1 } + \new Staff { \clef "F^8" c'1 } + \new Staff { \clef "C^8" c''1 } + \new Staff { \clef "G_8" g1 } + \new Staff { \clef "F_8" c,1 } + \new Staff { \clef "C_8" c1 } + >> +}