lilypond-user
[Top][All Lists]
Advanced

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

Re: smaller distance between first Staff and TimeSig


From: Kieren MacMillan
Subject: Re: smaller distance between first Staff and TimeSig
Date: Thu, 19 Mar 2009 22:45:53 -0400

Hi Stefan,

that sounds good, but I'm not sure if I understood You right. Do You
mean a Staff-context without notes, but with Time-Signatures? Could
You give me please a very short example?

Hope this helps!
Kieren.

%%%%%%%%%
\version "2.12.2"

filler = \repeat "unfold" 48 { c'4 }

\layout
{
        \context
        {
                \Score
                \override TimeSignature #'style = #'()
        }
        \context
        {
                \Staff
                \override TimeSignature #'stencil = ##f
        }
}

global =
{
        \time 4/4 s1
        \time 5/4 s4*5
        \time 3/4 s4*3
        \time 4/4 s1*3
}

\score
{
        \new GrandStaff
        <<
                \new Staff \with
                        {
                                \revert TimeSignature #'stencil
                                \override TimeSignature #'font-size = #3
                                \override TimeSignature #'X-extent = #'(0 . 0)
                                \override TimeSignature #'Y-offset = #6
                        }
                        << \global \filler >>
                \new Staff << \global \filler >>
                \new Staff << \global \filler >>
        >>
}




reply via email to

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