James E. Bailey wrote:
Just out of curiousity, is there way to do either the clef or the time signature for real?
Not that I know of!

  /Mats
\version "2.11.52"
{
   \override Staff.Clef #'stencil = #ly:text-interface::print
\override Staff.Clef #'text = \markup {\musicglyph #"clefs.G" \hspace #-1.7 \musicglyph #"clefs.G"}
   \override Staff.TimeSignature #'stencil = #ly:text-interface::print
\override Staff.TimeSignature #'text = \markup { \musicglyph #"timesig.neomensural64" \hspace #-1.0 \lower #1.0 { \musicglyph #"three" } }
   \time 6/4
   R1.
}



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

--
=============================================
        Mats Bengtsson
        Signal Processing
        School of Electrical Engineering
        Royal Institute of Technology (KTH)
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: [EMAIL PROTECTED]
        WWW: http://www.s3.kth.se/~mabe
=============================================



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

Reply via email to