Re: simultaneous rehersal marks, tempo indication, and text marks

2012-02-27 Thread David Kastrup
Neil Puttock writes: > On 27 February 2012 13:48, Graham Percival wrote: > >> What would be involved in making a clean solution for this?  I >> imagine that a separate TextMark engraver (just like the >> RehearsalMark engraver and MetronomeMark engravers) would do the >> trick, but that's a bunc

Re: simultaneous rehersal marks, tempo indication, and text marks

2012-02-27 Thread Neil Puttock
On 27 February 2012 13:48, Graham Percival wrote: > What would be involved in making a clean solution for this?  I > imagine that a separate TextMark engraver (just like the > RehearsalMark engraver and MetronomeMark engravers) would do the > trick, but that's a bunch of icky C++ code.  Is there

Re: simultaneous rehersal marks, tempo indication, and text marks

2012-02-27 Thread David Kastrup
Graham Percival writes: > At the moment, we can't have text and rehearsal marks at the same > place, i.e. > > \relative c' { > c1 > \mark \default > \mark "play violently" > d > } > > This can be faked by using a \tempo mark: > > \relative c' { > c1 > \mark \default > \tempo "play v

Re: simultaneous rehersal marks, tempo indication, and text marks

2012-02-27 Thread Phil Holmes
- Original Message - From: "Graham Percival" To: Sent: Monday, February 27, 2012 1:48 PM Subject: simultaneous rehersal marks, tempo indication, and text marks At the moment, we can't have text and rehearsal marks at the same place, i.e. \relative c' { c1 \

simultaneous rehersal marks, tempo indication, and text marks

2012-02-27 Thread Graham Percival
At the moment, we can't have text and rehearsal marks at the same place, i.e. \relative c' { c1 \mark \default \mark "play violently" d } This can be faked by using a \tempo mark: \relative c' { c1 \mark \default \tempo "play violently" d } But if you want to display an actual t