On Mon, Apr 18, 2016 at 10:10 AM, Kieren MacMillan [via Lilypond] <
ml-node+s1069038n189714...@n5.nabble.com> 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: 
http://lilypond.1069038.n5.nabble.com/can-markup-behave-like-mark-on-a-single-staff-or-attach-to-TimeSignature-tp189712p189719.html
Sent from the User mailing list archive at Nabble.com.
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to