Re: Clef modifier vertical position

2017-01-11 Thread Kieren MacMillan
Hi Andrew, > In particular it addresses the issue I have where I simultaneously have a > clef "treble^8" in the other staff, and this does not alter the position of > the modifier for that clef, which I was having problems with until > enlightened by you. > > I never knew you apply layout

Re: Clef modifier vertical position

2017-01-10 Thread Noeck
Hi Andrew, Am 11.01.2017 um 04:29 schrieb Andrew Bernard: > I never knew you apply layout modifications to things like \clef "F_8". I was also excited. But in my test, it does not: \version "2.19.50" \layout { \context { \Staff \clef "F_8" \override ClefModifier.staff-padding =

Re: Clef modifier vertical position

2017-01-10 Thread Andrew Bernard
Hi Pierre, This is so completely brilliant. Thanks! In particular it addresses the issue I have where I simultaneously have a clef "treble^8" in the other staff, and this does not alter the position of the modifier for that clef, which I was having problems with until enlightened by you. I

Re: Clef modifier vertical position

2017-01-09 Thread Pierre Perol-Schneider
+1, I'd use extra-offset too. You could also do: \version "2.18.2" \layout { \context { \Staff \clef "F_8" \override ClefModifier.staff-padding = #'() %\override ClefModifier.padding = #.6 } } { c } Cheers, Pierre 2017-01-10 6:28 GMT+01:00 Urs Liska :

Re: Clef modifier vertical position

2017-01-09 Thread Urs Liska
Am 10. Januar 2017 04:26:01 MEZ schrieb Andrew Bernard : >I am using clefs of type "bass_8". We would like to have the 8 directly >under the clef glyph rather than under the staff. Using the >clef-alignments >property of ClefModifier, there does not seem to be the

Re: Clef modifier vertical position

2017-01-09 Thread tisimst
ing the clef-alignments > property of ClefModifier, there does not seem to be the ability to move the > numeral up or down, only sideways, Any suggestions anybody? > > Andrew > I know it's not ideal, but extra-offset has worked for me. HTH, Abraham -- View this message in context: http://lily

Clef modifier vertical position

2017-01-09 Thread Andrew Bernard
I am using clefs of type "bass_8". We would like to have the 8 directly under the clef glyph rather than under the staff. Using the clef-alignments property of ClefModifier, there does not seem to be the ability to move the numeral up or down, only sideways, Any suggestions anybody? Andrew