lilypond-user
[Top][All Lists]
Advanced

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

Re: unmetered music question


From: Erik Sandberg
Subject: Re: unmetered music question
Date: Wed, 15 Mar 2006 14:09:14 +0100
User-agent: KMail/1.8.3

On Wednesday 15 March 2006 10.53, Eddy-14 wrote:
> Mats Bengtsson wrote:
> > If you don't want any time signature printed, you can do
> > \override Staff.TimeSignature #'print-function = ##f
>
> What if I don't want a time signature in a part of a piece, and I want it
> back in another part ? Setting it invisible is not a solution, since I
> change it in almost every bar, and it produces spaces at the begining of
> the bars.

The \time commands results in four property settings:
'timeSignatureFraction
'beatLength 
'measureLength
'beatGrouping
If you set those manually instead, but leave 'timeSignatureFraction untouched, 
then I think no time signature is created.

One way to figure out the values, could be to comment out the expression 
starting with:
(define-extra-display-method ContextSpeccedMusic (expr)
in
scm/define-music-display-methods.scm
and then compile a file containing:
\displayLilyMusic { \time 3/4  c } 

-- 
Erik




reply via email to

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