On Sun, Jul 12, 2020 at 5:15 AM Thomas Morley <thomasmorle...@gmail.com> wrote: > > Am So., 12. Juli 2020 um 11:35 Uhr schrieb Urs Liska <li...@openlilylib.org>: > > > > And now with attachments. > > > > It shows three main items: > > > > * markup centered above one or multiple measures > > * horizontal brackets aligned to (multiple) measures > > * markup centered within a measure > > > > BTW: My recollection of David Nalesnik continuing with the effort > > turned up these links: > > > > https://lists.gnu.org/archive/html/lilypond-devel/2019-11/msg00107.html > > https://codereview.appspot.com/571180043/ > > https://lists.gnu.org/archive/html/lilypond-devel/2019-11/msg00092.html > > > > However, I'm not sure (and don't right now have the time to search for) > > whether this ended up in LilyPond itself. > > Afaict it's in master: > > commit 0b63a1c5aa1340f08b529133a6fd0b11516ec910 > Author: David Nalesnik <david.nales...@gmail.com> > Date: Sat Mar 11 11:25:47 2017 -0600 > > Implement MeasureSpanner > > This patch creates a spanner whose ends are oriented to measure > boundaries, a frequent request from users. The ends of the > spanner may be aligned in various ways to prefatory material. > The spanner may hold text or markup in a centered gap. > > The spanner is begun with the command '\startMeasureSpanner' > and ended with '\stopMeasureSpanner'. > > Provide two regression tests. > > Not sure, if in any relase already... > > Cheers, > Harm
There's also https://github.com/davidnalesnik/lilypond-text-spanner-inner-texts. Best, David