Am Montag, 3. März 2008 schrieb Timothy C Litwiller:
> no, here is a scan of the upper left corner that he wrote by hand
> http://www.arkansascabinetsolutions.com/the_presence.gif

There are two equivalent possibilities to have a clef at a different position 
than the pre-defined ones:
1) Either manually change the Staff.clef* variable to the values that you want
2) append your own clef definition to the pre-defined ones (internall, when 
you call \clef ..., the same settings as 1) will be applied).

Attached is an example.

Cheers,
Reinhold

-- 
------------------------------------------------------------------
Reinhold Kainhofer, Vienna University of Technology, Austria
email: [EMAIL PROTECTED], http://reinhold.kainhofer.com/
 * Financial and Actuarial Mathematics, TU Wien, http://www.fam.tuwien.ac.at/
 * K Desktop Environment, http://www.kde.org, KOrganizer maintainer
 * Chorvereinigung "Jung-Wien", http://www.jung-wien.at/
\version "2.11.41"
myclef = {
  \set Staff.clefGlyph = #"clefs.neomensural.c"
  \set Staff.clefPosition = #1
  \set Staff.middleCPosition = #1 
}

#(set! supported-clefs (cons '("neomensural-cc" . ("clefs.neomensural.c" 1 0)) supported-clefs))

<<
  \context Staff = "Manual" <<
    \myclef
    \relative c' { <c e>8 <c e>8 <c f>8 <c f>8 }
  >>
  \context Staff = "ClefDef"<<
      \clef "neomensural-cc"
      \relative c' { <c e>8 <c e>8 <c f>8 <c f>8 }
    >>
>>

Attachment: clefs.pdf
Description: Adobe PDF document

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to