lilypond-user
[Top][All Lists]
Advanced

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

Re: Custom key signatures


From: Thomas Scharkowski
Subject: Re: Custom key signatures
Date: Mon, 15 Feb 2010 18:08:12 +0100
User-agent: Thunderbird 2.0.0.23 (X11/20090817)



-------- Original-Nachricht --------


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

Thank you, this is exactly what I was looking for.
Thomas




reply via email to

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