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 >>
        >>
}


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

Reply via email to