X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fclef-octavation.ly;fp=input%2Fregression%2Fclef-octavation.ly;h=0000000000000000000000000000000000000000;hb=0ac07f31e0f95fc18e5916ce756b9c746af7cc58;hp=c89a5479795dc2f537f415877043db898fadcbc4;hpb=2f1263e2ccdddcac2eb9f7d8ce2ed92867d3d160;p=lilypond.git diff --git a/input/regression/clef-octavation.ly b/input/regression/clef-octavation.ly deleted file mode 100644 index c89a547979..0000000000 --- a/input/regression/clef-octavation.ly +++ /dev/null @@ -1,18 +0,0 @@ -\version "2.16.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 } - >> -}