Kim Bastin writes:

> Thanks Jan. Indeed, it would not be wanted for single-line parts, but
> for piano scores or full scores.

For piano, try something like

<<
    \new Staff \with {
        \override TimeSignature #'style = ##f
        \override TimeSignature #'font-size = #5
    } \relative c' { c1 c }
    \new PianoStaff \with {
        \consists Time_signature_engraver
        \override TimeSignature #'style = ##f
        \override TimeSignature #'font-size = #5
        % hmm; should be centered by default.
        \override TimeSignature #'extra-offset = #'(0 . -18)
    }
    <<
        \new Staff \with { \remove Time_signature_engraver }
        \relative c' {
            e1
            \time 3/4\break
            e
        }
        \new Staff \with { \remove Time_signature_engraver }    
        \relative c { \clef bass g1 g }
    >>
>>

-- 
Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org


_______________________________________________
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to