lilypond-user
[Top][All Lists]
Advanced

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

Re: Replace clef symbol


From: James
Subject: Re: Replace clef symbol
Date: Sun, 14 Sep 2014 05:45:37 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.1

On 13/09/14 20:31, Jakob Schöttl wrote:
> Hello,
> 
> I'd like to have a staff in violin clef but not with a violin clef
> symbol but a tabulature symbol. Only another SYMBOL should be displayed!
> 
> This is for a tabulature for diatonic harmonica. And I have to write it
> in normal violin clef because I use Python with Abjad which can only
> output notes in violin clef today.
> 
> I found out how do hide the violin clef:
> 
> \version "2.19.7"
> {
>    %\omit Staff.Clef % like CSS display:none
>    %\hide Staff.Clef % like CSS visibility:hidden
>    c1 \break c
> }
> 
> 
> But how can I display one of this tabulature symbols instead in a normal
> staff:
> 
> \version "2.19.7"
> \new TabStaff { \clef tab s \clef moderntab }
> 
> ?Thanks!
> 
> -- Jakob
> 

I'm not sure about 'moderntab' (that seems to be something special and
not a 'glyph') but if you look at these snippets:

http://lsr.di.unimi.it/LSR/Item?id=401

and this

http://lsr.di.unimi.it/LSR/Item?id=174

and the glyph list

http://lilypond.org/doc/v2.19/Documentation/notation/the-feta-font#clef-glyphs

This will probably help.

James




reply via email to

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