lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Re: Centering markup between staves


From: Robert Clausecker
Subject: Re: Re: Centering markup between staves
Date: Fri, 25 Sep 2015 00:23:01 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

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: address@hidden
>


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 |
                }
        >>
    }

reply via email to

[Prev in Thread] Current Thread [Next in Thread]