Roman Numeral rehearsal marks?

2018-10-24 Thread N. Andrew Walsh
Hi List, is there any other available format for rehearsal marks? My client wants Roman numerals, and the workaround I've been using: <>^\markup { \raise #4 \right-align \abs-fontsize #16 \bold { "IV" } } doesn't work if the voice containing it is resting at that point (or, conversely, I don't k

Re: Roman Numeral rehearsal marks?

2018-10-24 Thread Pierre-Luc Gauthier
Hi Andrew, You could try : { \mark \markup \box "IV" c'4 } HTH Le mer. 24 oct. 2018 à 09:41, N. Andrew Walsh a écrit : > > Hi List, > > is there any other available format for rehearsal marks? My client wants > Roman numerals, and the workaround I've been using: > > <>^\markup { \raise #4 \r

Re: Roman Numeral rehearsal marks?

2018-10-24 Thread Ben
On 10/24/2018 9:40 AM, N. Andrew Walsh wrote: Hi List, is there any other available format for rehearsal marks? My client wants Roman numerals, and the workaround I've been using: <>^\markup { \raise #4 \right-align \abs-fontsize #16 \bold { "IV" } } doesn't work if the voice containing it i

Re: Roman Numeral rehearsal marks?

2018-10-24 Thread Ben
On 10/24/2018 9:40 AM, N. Andrew Walsh wrote: Hi List, is there any other available format for rehearsal marks? My client wants Roman numerals, and the workaround I've been using: <>^\markup { \raise #4 \right-align \abs-fontsize #16 \bold { "IV" } } doesn't work if the voice containing it i

Re: Roman Numeral rehearsal marks?

2018-10-24 Thread David Nalesnik
On Wed, Oct 24, 2018 at 8:41 AM N. Andrew Walsh wrote: > > Hi List, > > is there any other available format for rehearsal marks? My client wants > Roman numerals, and the workaround I've been using: > > <>^\markup { \raise #4 \right-align \abs-fontsize #16 \bold { "IV" } } > > doesn't work if the

Re: Roman Numeral rehearsal marks?

2018-10-24 Thread Ben
On 10/24/2018 10:39 AM, David Nalesnik wrote: On Wed, Oct 24, 2018 at 8:41 AM N. Andrew Walsh wrote: Hi List, is there any other available format for rehearsal marks? My client wants Roman numerals, and the workaround I've been using: <>^\markup { \raise #4 \right-align \abs-fontsize #16 \bo

Re: Roman Numeral rehearsal marks?

2018-10-24 Thread Ben
On 10/24/2018 9:40 AM, N. Andrew Walsh wrote: Hi List, is there any other available format for rehearsal marks? My client wants Roman numerals, and the workaround I've been using: <>^\markup { \raise #4 \right-align \abs-fontsize #16 \bold { "IV" } } doesn't work if the voice containing it i

Re: Roman Numeral rehearsal marks?

2018-10-24 Thread Thomas Morley
Am Mi., 24. Okt. 2018 um 16:59 Uhr schrieb Ben : > > On 10/24/2018 10:39 AM, David Nalesnik wrote: > Based on my reading of scm/translation.functions.scm, I have no idea > why the following should not work: > > \version "2.19.82" > > \relative c'' { > \set Score.markFormatter = #(format-mark-gen

Re: Roman Numeral rehearsal marks?

2018-10-24 Thread Thomas Morley
Am Mi., 24. Okt. 2018 um 17:02 Uhr schrieb Ben : > This should be what you need (see attached) We do have 'number-format', so one could do: #(define-public (format-roman-mark-numbers mark context) (make-bold-markup (number-format 'roman-upper mark))) #(define-public (format-boxed-roman-mark-n

Re: Roman Numeral rehearsal marks?

2018-10-24 Thread N. Andrew Walsh
Hi Thomas, Ben for some reason, neither of your codes seem to work: I always get arabic numerals in a box if I use \mark \default. I think something is overriding that setting elsewhere in my config files; I'll try to track it down. The MWE Ben sent works just as I want it to on its own, but not i

Re: Roman Numeral rehearsal marks?

2018-10-24 Thread N. Andrew Walsh
PS- update: I figured out the problem, so now it's resolved (and in the process dropped an \include that was loading a whole bunch of libraries I turned out not to need, saving on compile time as well). Thanks again! On Wed, Oct 24, 2018 at 6:39 PM N. Andrew Walsh wrote: > Hi Thomas, Ben > > fo

Re: Roman Numeral rehearsal marks?

2019-03-06 Thread N. Andrew Walsh
Hi List, also on this issue (I still have Roman numerals, which works fine for me): is there a way to format the size/weight of the "\mark \default" character? Mine aren't much larger than regular text markups, and I'd like to have some control over the presentation. Cheers, A On Wed, Oct 24, 2

Re: Roman Numeral rehearsal marks?

2019-03-06 Thread Aaron Hill
On 2019-03-06 2:37 am, N. Andrew Walsh wrote: Hi List, also on this issue (I still have Roman numerals, which works fine for me): is there a way to format the size/weight of the "\mark \default" character? Mine aren't much larger than regular text markups, and I'd like to have some control ov

Re: Roman Numeral rehearsal marks?

2019-03-06 Thread Aaron Hill
On 2019-03-06 2:48 am, Aaron Hill wrote: On 2019-03-06 2:37 am, N. Andrew Walsh wrote: Hi List, also on this issue (I still have Roman numerals, which works fine for me): is there a way to format the size/weight of the "\mark \default" character? Mine aren't much larger than regular text mark

Re: Roman Numeral rehearsal marks?

2019-03-06 Thread N. Andrew Walsh
Hi Aaron On Wed, Mar 6, 2019 at 11:51 AM Aaron Hill wrote: > > > > \mark produces RehearsalMark grobs. These are usually at the \Score > > level, so you can either \override where you use \mark, or you can do > > it within \layout: > > > > > > \version "2.19.82" > > \layout { \context { \S