]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/clefs.ly
patch::: 1.3.121.jcn2
[lilypond.git] / input / test / clefs.ly
index 3874a441c03d22de7315ac56f1e09aa60f9bd655..834595b0caba177aeefda9eb1e8b7816259676ed 100644 (file)
@@ -1,7 +1,19 @@
-\version "1.0.14";
+
+\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.117";
 
 \score {
        \notes{ 
+       
          \clef "treble"; c'1^"{treble}" \bar "||";
          \clef "french";c'1^"{french}" \bar "||";
          \clef "soprano";c'1^"{soprano}" \bar "||";
@@ -10,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"