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?

Thanks,
Kieren.
________________________________

Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: [email protected]


_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to