lilypond-user
[Top][All Lists]
Advanced

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

Re: Where is define-line-markup defined/documented?


From: Mark Knoop
Subject: Re: Where is define-line-markup defined/documented?
Date: Thu, 4 Sep 2014 13:04:19 +0100

At 12:48 on 04 Sep 2014, James wrote:
>On 04/09/14 12:38, Richard Shann wrote:
>> The snippet http://lsr.di.unimi.it/LSR/Item?id=750
>> for changing the markup used for chord names makes use of Scheme
>> procedures like define-line-markup, define-small-markup ...
>
>I don't see these referenced anywhere in git or in this snippet.
>
>Are you sure you have the correct name?

I think Richard means "make-line-markup" etc (rather than "define"). I
too have wondered about these scheme functions - they seem to be
magically generated somewhere. They can mostly be guessed from the
similar \markup commands:

\markup \small "text" == #(make-small-markup "text)

etc.

-- 
Mark Knoop



reply via email to

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