lilypond-user
[Top][All Lists]
Advanced

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

Re: can \markup behave like \mark [on a single staff], or attach to Time


From: tisimst
Subject: Re: can \markup behave like \mark [on a single staff], or attach to TimeSignature
Date: Mon, 18 Apr 2016 10:19:17 -0700 (MST)

On Mon, Apr 18, 2016 at 10:10 AM, Kieren MacMillan [via Lilypond] <[hidden email]> wrote:
Hi Abraham,

> Give this one a try: http://lsr.di.unimi.it/LSR/Item?id=433

I don’t think TextScript has break-alignment possibilities:
http://lilypond.org/doc/v2.19/Documentation/internals/textscript

And as a RehearsalMark, that will fail to do what I’m hoping (which is different markings for each Staff):

\version "2.19.39"

global = {
  \time 12/8 s8*12
}

partone = {
  \mark "[3+3+3+3]"
  c''4. 4. 4. 4.  
}

parttwo = {
  \mark "[4+3+2+3]"
  c''2 4. 4 4.  
}

\score {
  <<
    \new Staff \partone
    \new Staff \parttwo
  >>
}

Did I miss something?

Other than putting \global in-line with each part... ;-)

On a more serious note, I wonder if it is possible to re-assign the TextScript parent? Or, add the TextScript as a child of the TimeSignature? David's solution is nice, but it makes the first NoteColumn move out due to the increased stencil's X-extent from the markup. Setting the X-width to be the same as the original would fix that, though.

Best,
Abraham 


View this message in context: Re: can \markup behave like \mark [on a single staff], or attach to TimeSignature
Sent from the User mailing list archive at Nabble.com.

reply via email to

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