lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Roman Numeral rehearsal marks?


From: Ben
Subject: Re: Roman Numeral rehearsal marks?
Date: Wed, 24 Oct 2018 09:55:14 -0400
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1

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 is resting at that point (or, conversely, I don't know how to ensure that the \markup is always placed on the topmost stave of a system and no others). 

Is there a better way to do this? MWE:

\version "2.19.80"

\relative c'' {
  
  a1
  
  | %2
  <>^\markup { \right-align \abs-fontsize #16 \bold { "IV" } }
  a
  
  | %3
  b
  
}

Cheers,

A


Hello,

I haven't used this code in a while, but I believe this should get you started in the right direction. I saved it off the list a while back...

\version "2.19.82"

\relative c' {
  \set Score.markFormatter = #(lambda (mark context) (fancy-format #f "address@hidden"
mark))

  \mark \default
  a b c d

  \mark \default
  a b c d
}



reply via email to

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