]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/clefs.ly
patch::: 1.3.113.jcn2
[lilypond.git] / input / test / clefs.ly
index 09d0ea7f20bd790e8a00dc4c49955d342c0c30e2..47b094b73f331d39edc476687170965a8d63d4e0 100644 (file)
@@ -1,4 +1,15 @@
-\version "1.1.66";
+
+\header{
+texidoc="
+The transparent clef should not occupy any space and with style
+@code{fullSizeChanges}, the changing clef should be typeset in full
+size. For octaviated clefs, the ``8'' should appear closely above or
+below the clef respectively.  The ``8'' is processed in a convoluted
+way, so this is fragile as well.
+";
+}
+
+\version "1.3.110";
 
 \score {
        \notes{ 
@@ -11,8 +22,8 @@
          \clef "tenor";c'1^"{tenor}" \bar "||";
          \clef "baritone";c'1^"{baritone}" \bar "||";
          \clef "varbaritone";c'1^"{varbaritone}" \bar "||";
-         \clef "G_8";c'1^"{sub 8?}" \bar "||";
-         \clef "G^8";c'1^"{sup 8?}" \bar "||";
+         \clef "G_8";c'1^"{sub 8?}" c'1 \bar "||";
+         \clef "G^8";c'1^"{sup 8?}" c'1 \bar "||";
          \clef "bass";c'1^"{bass}" \bar "||";
          \clef "subbass";c'1^"{subbass}" \bar "||";
        \property Staff.clefStyle="transparent"