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.
> ________________________________
>
> Kieren MacMillan, composer
> ‣ website: www.kierenmacmillan.info
> ‣ email: i...@kierenmacmillan.info
>


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 . fetaBraces)
            \lookup #"brace60"
        }
    }

    \score {
        \new PianoStaff <<
                \new Staff \relative c' {
                        c4 d e f |
                        g a b c |
                }
                \new Dynamics {
                        s1-\regR\p
                }
                \new Staff \relative c {
                        c4 d e f |
                        g a b c |
                }
        >>
    }
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to