> Return-Path: sendmail
> Received: from fencepost.gnu.org ([EMAIL PROTECTED] 
>[199.232.76.164])
>       by elixir.e.kth.se (8.9.3/8.9.3) with ESMTP id IAA06166
>       for <[EMAIL PROTECTED]>; Fri, 29 Dec 2000 08:44:33 +0100 (MET)
> Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org)
>       by fencepost.gnu.org with esmtp (Exim 3.16 #1 (Debian))
>       id 14Bu57-0005OI-00; Fri, 29 Dec 2000 02:36:05 -0500
> Received: from spey.st-and.ac.uk ([138.251.61.4] helo=spey.st-andrews.ac.uk)
>       by fencepost.gnu.org with esmtp (Exim 3.16 #1 (Debian))
>       id 14Bu2u-0005M5-00
>       for <[EMAIL PROTECTED]>; Fri, 29 Dec 2000 02:33:48 -0500
> Received: from linus.st-andrews.ac.uk (root@linus [138.251.30.53])
>       by spey.st-andrews.ac.uk (8.9.1a/8.9.1) with ESMTP id HAA06633
>       for <[EMAIL PROTECTED]>; Fri, 29 Dec 2000 07:33:18 GMT
> Received: from maths.st-andrews.ac.uk (root@maths [138.251.32.10])
>       by linus.st-andrews.ac.uk (8.9.1a/8.9.1) with ESMTP id HAA02915
>       for <[EMAIL PROTECTED]>; Fri, 29 Dec 2000 07:32:47 GMT
> Received: from hindleyhome.st-andrews.ac.uk (root@dialup14 [138.251.8.14])
>       by maths.st-andrews.ac.uk (8.9.1a/8.9.1) with ESMTP id HAA09390
>       for <[EMAIL PROTECTED]>; Fri, 29 Dec 2000 07:33:25 GMT
> Received: (from mark@localhost)
>       by hindleyhome.st-andrews.ac.uk (8.9.3/8.9.3/Debian 8.9.3-21) id SAA02214;
>       Thu, 28 Dec 2000 18:29:27 GMT
> From: Mark Hindley <[EMAIL PROTECTED]>
> MIME-Version: 1.0
> Content-Type: text/plain; charset=us-ascii
> Content-Transfer-Encoding: 7bit
> Message-ID: <[EMAIL PROTECTED]>
> To: Lilypond Discuss <[EMAIL PROTECTED]>
> Subject: Re: [PATCH] Add support to omit clefs!
> In-Reply-To: <[EMAIL PROTECTED]>
> References: <[EMAIL PROTECTED]>
>       <[EMAIL PROTECTED]>
> X-Mailer: VM 6.72 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid
> Content-Transfer-Encoding: 7bit
> Content-Transfer-Encoding: 7bit
> Content-Transfer-Encoding: 7bit
> Sender: [EMAIL PROTECTED]
> Errors-To: [EMAIL PROTECTED]
> X-BeenThere: [EMAIL PROTECTED]
> X-Mailman-Version: 2.0
> Precedence: bulk
> List-Help: <mailto:[EMAIL PROTECTED]?subject=help>
> List-Post: <mailto:[EMAIL PROTECTED]>
> List-Subscribe: <http://mail.gnu.org/mailman/listinfo/gnu-music-discuss>,
>       <mailto:[EMAIL PROTECTED]?subject=subscribe>
> List-Id: Discussion list for LilyPond and the GNU Music Project 
><gnu-music-discuss.gnu.org>
> List-Unsubscribe: <http://mail.gnu.org/mailman/listinfo/gnu-music-discuss>,
>       <mailto:[EMAIL PROTECTED]?subject=unsubscribe>
> List-Archive: <http://mail.gnu.org/pipermail/gnu-music-discuss/>
> Date: Thu, 28 Dec 2000 18:29:26 +0000 (GMT)
> 
> Jan Nieuwenhuizen writes:
>  > Mats Bengtsson <[EMAIL PROTECTED]> writes:
>  > 
>  > > > Thanks, applied.
>  > > 
>  > > Isn't it possible to get the same effect by 
>  > > setting some visibility property to false.
>  > 
> 
> Sorry, I have been offline for a while.
> 
> I couldn't find a visibility way of getting what I required, hence the
> patch. 
> 
> The object was an empty staff with time sig in the write place and a
> space for the clef to be added manually. Anyone able to do this with invisibility?

What I actually meant was to set the transparent property, see
the following example. If this achieves what you want, I suggest
that we remove the "none" clef again.

\score{
  \notes\relative c'{\time 3/4; c1}
  \paper{
    \translator{\ScoreContext
      Clef \override #'transparent = ##t
    }
  }
}


  /Mats

_______________________________________________
Gnu-music-discuss mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/gnu-music-discuss

Reply via email to