Re: Replace clef symbol

2014-09-14 Thread Jakob Schöttl
Thank you all :) Cool solutions, and I was able to implement each one in my Python/Abjad program. I like the last solution, Thomas, because it's essentially only two commands: - The normal \clef command - The override for the middleCPosition I also like the add-new-clef function, but here I

Re: Replace clef symbol

2014-09-14 Thread Jakob Schöttl
clef-settings = { \set Staff.middleCPosition = #-6 \set Staff.middleCClefPosition = #-6 } Cool solution, but what is the set middleCClefPosition for? It seems to make no difference. By the way, is the dash ("-") ok in variable names? It works, but the doc says The name of a variab

Re: Replace clef symbol

2014-09-14 Thread Thomas Morley
2014-09-13 21:31 GMT+02:00 Jakob Schöttl : > 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 b

Re: Replace clef symbol

2014-09-14 Thread Pierre Perol-Schneider
Hi Jakob, 2014-09-13 21:31 GMT+02:00 Jakob Schöttl : > 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 } > Try : \version "2.19.7" \score { { a' } \layout { \context { \St

Re: Replace clef symbol

2014-09-13 Thread James
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 be

Replace clef symbol

2014-09-13 Thread Jakob Schöttl
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 outp