bug-gnu-music
[Top][All Lists]
Advanced

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

Re: Patch for 1.4.1


From: Han-Wen Nienhuys
Subject: Re: Patch for 1.4.1
Date: Sun, 20 May 2001 21:25:53 +0200

address@hidden writes:
> address@hidden lilypond
> +This method makes the grobs invisible but they still take the normal space. 
> +To remove all traces of the grob, you can redefine the function
> +typesetting them:
> address@hidden
> +\score {
> +  \notes\relative c'' {
> +    \key c \minor
> +    \time 6/4
> +    as bes c bes c d \break
> +    \property Staff.KeySignature \override #'molecule-callback = #'()
> +    as bes c bes c d 
> +  }
> +  \paper{linewidth=5.0\cm indent=0}
> +}
> address@hidden lilypond


actually, to remove all traces, you should use \turnOff. If a grob
redefines extent callbacks (ie. doesn't use Grob::molecule_extent),
then setting molecule-callbacks doesn't affect the size.

> -MY_PATCH_LEVEL=mb1
> +MY_PATCH_LEVEL=mb2

ok, applied.

-- 

Han-Wen Nienhuys   |   address@hidden    | http://www.cs.uu.nl/~hanwen/




reply via email to

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