lilypond-user
[Top][All Lists]
Advanced

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

Re: \set vs \override


From: James Worlton
Subject: Re: \set vs \override
Date: Mon, 23 Nov 2009 22:34:26 -0600

Hi!

On Nov 23, 2009, at 9:26 PM, Nick Payne wrote:

On this subject of set vs override, if I want rehearsal marks to be boxed letters and also want to use the letter I as a rehearsal mark, how can I do that. Each set command overwrites the previous value of the context property, so if I use:

   \set Score.markFormatter = #format-mark-box-letters
   \set Score.markFormatter = #format-mark-alphabet

then I get "I" as a rehearsal mark but the letters aren't boxed, and if I use:

   \set Score.markFormatter = #format-mark-alphabet
   \set Score.markFormatter = #format-mark-box-letters


In 2.13.6 I did a project and used:
\set Score.markFormatter = #format-mark-box-alphabet
and I got the boxes and the letter I (all in one command!)

James Worlton




reply via email to

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