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

2016-04-18 Thread David Kastrup
Kieren MacMillan writes: > Hi Phil, > >> \layout { >> \context { >> \Score >> \remove Mark_engraver >> } >> \context { >> \Staff >> \consists Mark_engraver >> } >> } > > Ah, yes… that would work in that one place. > But in this

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

2016-04-18 Thread Kieren MacMillan
Hi Phil, > \layout { > \context { > \Score > \remove Mark_engraver > } > \context { > \Staff > \consists Mark_engraver > } > } Ah, yes… that would work in that one place. But in this particular score, I’ve got lots of other marks that might/would get messed up

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

2016-04-18 Thread Kieren MacMillan
Hi David, > Well, I don't think that time signatures would be able to take text > scripts but you can modify their grob: Lovely solution — many thanks. Cheers, Kieren. Kieren MacMillan, composer ‣ website: www.kierenmacmillan.info ‣ email:

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

2016-04-18 Thread Kieren MacMillan
Hi Abraham, >> Did I miss something? > Other than putting \global in-line with each part... ;-) HA! =) > 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? I, too, am curious about that. > David's

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

2016-04-18 Thread tisimst
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: >

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

2016-04-18 Thread Phil Burfitt
- Original Message - From: Kieren MacMillan To: Lilypond-User Mailing List Sent: Monday, April 18, 2016 4:30 PM Subject: can \markup behave like \mark [on a single staff],or attach to TimeSignature Hello all, I have a score where (e.g.) a 12/8 measure is broken up in

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

2016-04-18 Thread David Kastrup
Kieren MacMillan writes: > Hello all, > > I have a score where (e.g.) a 12/8 measure is broken up in different ways > depending on the staff (see attached screenshot). > > Currently, I’m coding this as a \markup on the first note, and then using > #'X-offset to

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

2016-04-18 Thread Kieren MacMillan
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

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

2016-04-18 Thread tisimst
Kieren, On Mon, Apr 18, 2016 at 9:31 AM, Kieren MacMillan [via Lilypond] < ml-node+s1069038n189712...@n5.nabble.com> wrote: > Hello all, > > I have a score where (e.g.) a 12/8 measure is broken up in different ways > depending on the staff (see attached screenshot). > > Currently, I’m coding

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

2016-04-18 Thread Kieren MacMillan
Hello all, I have a score where (e.g.) a 12/8 measure is broken up in different ways depending on the staff (see attached screenshot). Currently, I’m coding this as a \markup on the first note, and then using #'X-offset to align it to the time signature. But this requires trial-and-error, and