Re: override Stem.stem-end-position

2014-03-19 Thread Karim Haddad
> To be honest I have nothing in mind right now... > BTW how was your 2.14 code ? It was strictly the same but including this line that i had to comment: \override Stem #'stem-end-position = #14 ...because in 2.18 it outputs this : warning: cannot find property type-check for `stem-end-positio

Re: override Stem.stem-end-position

2014-03-19 Thread Pierre Perol-Schneider
2014-03-19 12:55 GMT+01:00 Karim Haddad : > But this is sure a "dirty" trick to do ... > Hum sure that's bad enough to make Mrs Lily complaining... but I like it ! :) > If you find a better tweak please do tell me. And even better if there is > a way to restore the stem-end-position, without

Re: override Stem.stem-end-position

2014-03-19 Thread Karim Haddad
Sorry,for this again. Found a way around that : it is to force the unbeamed notes (like c4 c2 etc ...) with beaming, like doing so ... \times 5/4 { e''4 [ \glissando g'4 [ \glissando } ... But this is sure a "dirty" trick to do ... If you find a better tweak please do tell me. And even bette

Re: override Stem.stem-end-position

2014-03-19 Thread Karim Haddad
THanx again Pierre, Here is an example : \version "2.18" \new Staff { \override Staff.TimeSignature #'transparent =##t \override Staff.Clef #'transparent =##t \override Staff.Accidental #'transparent =##t

Re: override Stem.stem-end-position

2014-03-19 Thread Pierre Perol-Schneider
Hi Karim, #ly:stem::calc-stem-end-position should do the job. For more details please give us a minimal example of what you'd like to do. Cheers, Pierre ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilyp