Re: Centering markup between staves

2015-09-25 Thread Robert Clausecker
> Here’s a really nice version which uses the Stanza_number_engraver > (normally used in Lyrics contexts) to place the clavier indication > before the moment for which it applies. Besides, this fortunately > ensures perfect alignment with the dynamic following. > Also, the \general-align markup com

Re: Centering markup between staves

2015-09-25 Thread Robert Clausecker
Thank you! I'm going to try this out! Yours, Robert Clausecker 2015-09-25 3:11 GMT+02:00, Kieren MacMillan : > Hi Robert, > >> Here is a "minimal" example where the \regR appears off-center. This >> does not occur if I cut out the \p, but that \p needs to be there in the >> score. > > Well, Lilyp

Re: Centering markup between staves

2015-09-25 Thread Robert Clausecker
Hello Kieren, Here is a "minimal" example where the \regR appears off-center. This does not occur if I cut out the \p, but that \p needs to be there in the score. regR = \markup \halign #4.5 \normal-text { \upright R \raise #0.7 { \override #'(font-encoding . fetaB

Re: Centering markup between staves

2015-09-25 Thread Michael Gerdau
> >> I hope this also work in more complicated situations. > > This (admittedly extreme) example shows that it doesn’t: > > \version "2.19.27" > regR = \markup \general-align #Y #0 { > \normal-text { R } > \override #'(font-encoding . fetaBraces) \lookup #"brace60" > } > > \score { > \new Pia

Re: Centering markup between staves

2015-09-25 Thread Kieren MacMillan
Hi Simon, >> I wonder how to solve that… > Fix … That’s mine! ;) But it doesn’t completely fix this problem, unfortunately: there’s still the issue of properly extending the brace to fill the inter-staff gap. That might be best done with a

Re: Centering markup between staves

2015-09-25 Thread Simon Albrecht
On 25.09.2015 14:29, Robert Clausecker wrote: Here’s a really nice version which uses the Stanza_number_engraver (normally used in Lyrics contexts) to place the clavier indication before the moment for which it applies. Besides, this fortunately ensures perfect alignment with the dynamic followin

Re: Centering markup between staves

2015-09-25 Thread Simon Albrecht
On 25.09.2015 13:21, Kieren MacMillan wrote: Hi Simon (et al.), I hope this also work in more complicated situations. This (admittedly extreme) example shows that it doesn’t: \version "2.19.27" regR = \markup \general-align #Y #0 { \normal-text { R } \override #'(font-encoding . fetaBrace

Re: Centering markup between staves

2015-09-25 Thread Kieren MacMillan
Hi Simon (et al.), >> I hope this also work in more complicated situations. This (admittedly extreme) example shows that it doesn’t: \version "2.19.27" regR = \markup \general-align #Y #0 { \normal-text { R } \override #'(font-encoding . fetaBraces) \lookup #"brace60" } \score { \new PianoSt

Re: Centering markup between staves

2015-09-25 Thread Kieren MacMillan
Hi Simon, > Here’s a really nice version which uses the Stanza_number_engraver (normally > used in Lyrics contexts) to place the clavier indication before the moment > for which it applies. Besides, this fortunately ensures perfect alignment > with the dynamic following. > Also, the \general-al

Re: Centering markup between staves

2015-09-25 Thread Simon Albrecht
Hello Robert, On 25.09.2015 01:17, Robert Clausecker wrote: Hello all! I'm currently trying to transcribe an organ score [1] which notes register changes between the two staves for the left and right hand. For æsthetic reasons, these annotations should be vertically centred precisely between th

Re: Centering markup between staves

2015-09-24 Thread Stephen MacNeil
or \override TextScript.Y-offset = #0 Stephen ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Centering markup between staves

2015-09-24 Thread Kieren MacMillan
Hi Robert, > Here is a "minimal" example where the \regR appears off-center. This > does not occur if I cut out the \p, but that \p needs to be there in the > score. Well, Lilypond is solving collisions, which leads to the “off-venter”ness. How’s this? \version "2.19.27" regR = \markup \nor

Re: Re: Centering markup between staves

2015-09-24 Thread Robert Clausecker
Am Donnerstag, den 24.09.2015, 19:28 -0400 schrieb Kieren MacMillan: > Hi Robert, > > > The annotations are always more or less off-center. > > I’m surprised your Dynamics context attempt produced off-center results. > Please post a minimal example, so we can help. > > Best, > Kieren. > ___

Re: Centering markup between staves

2015-09-24 Thread Kieren MacMillan
Hi Robert, > The annotations are always more or less off-center. I’m surprised your Dynamics context attempt produced off-center results. Please post a minimal example, so we can help. Best, Kieren. Kieren MacMillan, composer ‣ website: www.kierenmacmillan.info

Centering markup between staves

2015-09-24 Thread Robert Clausecker
Hello all! I'm currently trying to transcribe an organ score [1] which notes register changes between the two staves for the left and right hand. For æsthetic reasons, these annotations should be vertically centred precisely between the two staves. I've unsuccessfully tried to do this by various