lilypond-user
[Top][All Lists]
Advanced

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

Re: Centering markup between staves


From: Simon Albrecht
Subject: Re: Centering markup between staves
Date: Fri, 25 Sep 2015 14:22:41 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0

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

\score {
  \new PianoStaff <<
    \new Staff \relative c' {
      c4 d e,,, f''' |
      g a b c |
    }
    \new Dynamics \with {
      \override DynamicText.self-alignment-Y = 0
      \consists Stanza_number_engraver
    } {
      \set stanza = \regR s1\p
    }
    \new Staff \relative c {
      c4 d e f |
      g a b c |
    }
  >>
}

I wonder how to solve that…

Fix <http://sourceforge.net/p/testlilyissues/issues/1127/>…
And, in the meantime, \tweak Y-offset.

Yours, Simon



reply via email to

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