]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/clefs.ly
*** empty log message ***
[lilypond.git] / input / regression / clefs.ly
index 8611a4815751924bc938f82bf317615ed1e90d63..527d2ab663c0f522704e6e7092c0289e0fb41741 100644 (file)
@@ -1,13 +1,11 @@
-\version "1.7.6"
+\version "2.1.28"
 
 \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.
-"
+
+    texidoc=" Clefs with @code{full-size-change} should be typeset in
+full size. For octaviated clefs, the ``8'' should appear closely above
+or below the clef respectively."
+
 }
 
 
@@ -23,22 +21,13 @@ way, so this is fragile as well.
          \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?}" c'1 \bar "||"
-         \clef "F_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.Clef \override #'transparent = ##t
-         \clef "treble" c'1^"transparent=\#t" \bar "||"
-        \property Staff.Clef \override #'transparent = ##f
-        \context Staff \outputproperty #(make-type-checker 'clef-interface) #'full-size-change = ##t
-         \clef "french" c'1^"full-size-change = \#t" \bar "|."
+        \override Staff.Clef  #'full-size-change = ##t 
+         \clef "treble" c'1^"full-size-change = \#t" \bar "|."
          }
          \paper{
-          \translator{
-            \StaffContext
-%           Clef \override #'full-size-change = ##t
-          }
+         raggedright = ##t
          }
 }