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: Kieren MacMillan
Subject: Re: can \markup behave like \mark [on a single staff], or attach to TimeSignature
Date: Mon, 18 Apr 2016 12:07:17 -0400

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: address@hidden




reply via email to

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