lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

combined time signature


From: James E. Bailey
Subject: combined time signature
Date: Thu, 17 Jul 2008 13:52:14 +0200

Just out of curiousity, is there way to do either the clef or the time signature for real?
\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.
}





reply via email to

[Prev in Thread] Current Thread [Next in Thread]