lilypond-user
[Top][All Lists]
Advanced

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

Re: reducing space taken up by TimeSignature


From: Mats Bengtsson
Subject: Re: reducing space taken up by TimeSignature
Date: Fri, 16 Jun 2006 10:14:54 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.13) Gecko/20060417

One alternative is to do:
       \override TimeSignature #'X-extent = #'(0 . 0)


  /Mats

Kieren MacMillan wrote:

Hello, all --

What is the best way to reduce the space taken up by a TimeSignature?
e.g., to reduce or eliminate the space "under" each TS in the attached example

I tried setting #'space-alist [e.g. first-note, etc.], but got lots of errors... =(

Thanks,
Kieren.

_____________________________________________

%%%  CODE SNIPPET BEGINS
\version "2.8.4"

\layout
{
    \context
    {
        \Staff
        \revert TimeSignature #'stencil
        \override TimeSignature #'font-size = #2
        \override TimeSignature #'extra-offset = #'(0 . 7)
    }
}

\relative c'
{
    c4 c c c
    \time 3/4 c c c
    \time 3/2 c c c c c c
    \time 4/4 c c c c
}
%%%  CODE SNIPPET ENDS


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


--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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