lilypond-user
[Top][All Lists]
Advanced

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

time-signature with notes like (3/"quarter symbol")


From: padovani
Subject: time-signature with notes like (3/"quarter symbol")
Date: Sat, 26 Jan 2008 11:12:22 -0200
User-agent: Thunderbird 2.0.0.9 (Windows/20071031)

Hi, I'm trying to write time signatures with note symbols instead of "whole" fractions...
I'm trying to do that with markups but it doesn't like it...

that is the code I tried:

tsMarkup =\markup {\note #"4." #1.0}

{
 \override Staff.TimeSignature #'stencil = #ly:text-interface::print
 \override Staff.TimeSignature #'text = #tsMarkup
 \time 3/2
 c'2
}



any sugestion?




reply via email to

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