lilypond-user
[Top][All Lists]
Advanced

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

Re: valid inputs for \with { } in 2.16.2


From: David Kastrup
Subject: Re: valid inputs for \with { } in 2.16.2
Date: Mon, 10 Jun 2013 20:43:17 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Nikolai Hedler <address@hidden> writes:

> Where can be found the parameters that can be set using \with { }? Can
> I set the rehearsal mark style there, or do I have to use \set
> Score.markFormatter ?

Nobody keeps you from writing

\score {
  \new Score \with { Score.markFormatter = ... }
  { ... }
}

You'll need the respective setting in the context where the engraver is
situated.

-- 
David Kastrup




reply via email to

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