lilypond-user
[Top][All Lists]
Advanced

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

Re: Custom key signatures


From: -Eluze
Subject: Re: Custom key signatures
Date: Mon, 15 Feb 2010 08:30:07 -0800 (PST)


Thomas Scharkowski wrote:
> 
> Hi,
> 
> I would like to write the following key signatures:
> 
> 1) 5/8 (2+3)
> 
> 
hi

if you don't want to play around with scheme (and only need a workaround for
once or twice) you can use

  \override Staff.TimeSignature #'stencil = #ly:text-interface::print
  \override Staff.TimeSignature #'text =
    \markup {
      \override #'( baseline-skip . 0 )
      \number
      \line {
        \column { "5" "8" }
        \vcenter { "(" 
          \hspace #-1 "2 + 3" 
          \hspace #-1 
          ")"
        }
      }
    }

hth
-- 
View this message in context: 
http://old.nabble.com/Custom-key-signatures-tp27593957p27596308.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.





reply via email to

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