>>>>> "Han-Wen" == Han-Wen Nienhuys <[EMAIL PROTECTED]> writes:

    Han-Wen> * Clef engraver rewrite. Clef-engraver is now controlled
    Han-Wen>   through
    Han-Wen> properties clefPosition, clefGlyph, clefOctavation. The
    Han-Wen> \clef command is just a front-end to these, see
    Han-Wen> scm/lily.scm, function clef-name-to-properties.  See also
    Han-Wen> input/test/manual-clef.ly

The octavation part doesn't seem to be working -- in
input/test/clefs.ly:

         \clef "G_8";c'1^"{sub 8?}" c'1 \bar "||";
         \clef "G^8";c'1^"{sup 8?}" c'1 \bar "||";

don't produce treble clefs with little 8's.  input/test/manual-clef.ly 
does produce a little 8 over a C clef via:

  \property Staff.clefGlyph = #"clefs-C"
  \property Staff.clefOctavation = #7 
  c'4

but I assume we want the \clef shorthand for this to continue working?

-- 
Laura (mailto:[EMAIL PROTECTED] , http://www.laymusic.org )

(Note the email and homepage address changes; please update your
address book, bookmarks, and links.)


_______________________________________________
Gnu-music-discuss mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/gnu-music-discuss

Reply via email to