lilypond-user
[Top][All Lists]
Advanced

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

Re: alternate time sigs


From: Han-Wen Nienhuys
Subject: Re: alternate time sigs
Date: Wed, 07 Dec 2005 00:28:22 +0100
User-agent: Mozilla Thunderbird 1.0.7-1.1.fc4 (X11/20050929)

Kris Shaffer wrote:
To accomplish something like what you referred to, I put this in the header:

tsMarkup = \markup {
  \override #'(baseline-skip . 0.5)
  \number {
    \column { "2" "4" }
    \musicglyph #"scripts.stopped"
    \column { "3" "4" }
  }


there is a + symbol in the number font nowadays, so it should work to do


 \number {
   \column { 2 4 }
   +
   \column { 3 4 }
 }


--
 Han-Wen Nienhuys - address@hidden - http://www.xs4all.nl/~hanwen




reply via email to

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