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.



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

Reply via email to