lilypond-user
[Top][All Lists]
Advanced

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

Re: remove time signature engr. inside music expression


From: Mats Bengtsson
Subject: Re: remove time signature engr. inside music expression
Date: Fri, 27 Oct 2006 08:44:42 +0200
User-agent: Thunderbird 1.5.0.7 (X11/20060909)

The generic method to remove an object such a s a time signature from the printed output (in contrast to just making it invisible but still reserving some space, that you get
from #'transparent = ##t) is
\override TimeSignature #'stencil = ##f

  /Mats

Alexander Rose wrote:
Hi,

Am 26.10.2006 um 18:41 schrieb Mehmet Okonsar:

Can we remove the Time Signature Engraver of the staff INSIDE a music
expression?

You can use: \override Staff.TimeSignature #'break-visibility = #(vector #f #f #f)

Example attached.

From the manual: http://lilypond.org/doc/v2.9/Documentation/user/lilypond-internals/TimeSignature.html#TimeSignature
"break-visibility (vector):
    #(#t #t #t)

A vector of 3 booleans, #(end-of-line unbroken begin-of-line). #t means visible, #f means killed. "

See also: http://lilypond.org/doc/v2.9/Documentation/user/lilypond/The-_005coverride-command.html#The-_005coverride-command

Alex

------------------------------------------------------------------------

_______________________________________________
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]