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

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

Re: [PATCH] Add support to omit clefs!


From: Mats Bengtsson
Subject: Re: [PATCH] Add support to omit clefs!
Date: Wed, 03 Jan 2001 23:30:29 +0100

> Return-Path: sendmail
> Received: from fencepost.gnu.org (address@hidden [199.232.76.164])
>       by elixir.e.kth.se (8.9.3/8.9.3) with ESMTP id IAA06166
>       for <address@hidden>; 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 <address@hidden>; Fri, 29 Dec 2000 02:33:48 -0500
> Received: from linus.st-andrews.ac.uk (address@hidden [138.251.30.53])
>       by spey.st-andrews.ac.uk (8.9.1a/8.9.1) with ESMTP id HAA06633
>       for <address@hidden>; Fri, 29 Dec 2000 07:33:18 GMT
> Received: from maths.st-andrews.ac.uk (address@hidden [138.251.32.10])
>       by linus.st-andrews.ac.uk (8.9.1a/8.9.1) with ESMTP id HAA02915
>       for <address@hidden>; Fri, 29 Dec 2000 07:32:47 GMT
> Received: from hindleyhome.st-andrews.ac.uk (address@hidden [138.251.8.14])
>       by maths.st-andrews.ac.uk (8.9.1a/8.9.1) with ESMTP id HAA09390
>       for <address@hidden>; Fri, 29 Dec 2000 07:33:25 GMT
> Received: (from address@hidden)
>       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 <address@hidden>
> MIME-Version: 1.0
> Content-Type: text/plain; charset=us-ascii
> Content-Transfer-Encoding: 7bit
> Message-ID: <address@hidden>
> To: Lilypond Discuss <address@hidden>
> Subject: Re: [PATCH] Add support to omit clefs!
> In-Reply-To: <address@hidden>
> References: <address@hidden>
>       <address@hidden>
> 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: address@hidden
> Errors-To: address@hidden
> X-BeenThere: address@hidden
> X-Mailman-Version: 2.0
> Precedence: bulk
> List-Help: <mailto:address@hidden>
> List-Post: <mailto:address@hidden>
> List-Subscribe: <http://mail.gnu.org/mailman/listinfo/gnu-music-discuss>,
>       <mailto:address@hidden>
> 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:address@hidden>
> 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 <address@hidden> 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



reply via email to

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