Re: scheme markup macros

2005-05-11 Thread Graham Percival
On 11-May-05, at 2:42 AM, Nicolas Sceaux wrote: { \tempoMark \markup Allegro c' } You can not get rid of the explicit "\markup", though. As long as you only want text you can; use a (string?) \version "2.5.23" \layout { \context { \Score \remove "Mark_engraver" } \context { \Staff \consists

Re: scheme markup macros

2005-05-11 Thread Nicolas Sceaux
Graham Percival <[EMAIL PROTECTED]> writes: > Is it possible to define a \markup macro that looks like a lilypond > command? > > This produces the output I want: > > \version "2.5.23" > #(def-markup-command (tempoMark layout props str) (markup?) >(interpret-markup layout props > (markup #

Re: scheme markup macros

2005-05-11 Thread Nicolas Sceaux
Han-Wen Nienhuys <[EMAIL PROTECTED]> writes: > Graham Percival wrote: >> Is it possible to define a \markup macro that looks like a lilypond >> command? >> This produces the output I want: >> \version "2.5.23" >> #(def-markup-command (tempoMark layout props str) (markup?) >> (interpret-markup la

Re: scheme markup macros

2005-05-10 Thread Han-Wen Nienhuys
Graham Percival wrote: Is it possible to define a \markup macro that looks like a lilypond command? This produces the output I want: \version "2.5.23" #(def-markup-command (tempoMark layout props str) (markup?) (interpret-markup layout props (markup #:bold #:large str))) \relative c'' { c

Re: scheme markup macros

2005-05-10 Thread Graham Percival
On 10-May-05, at 5:53 AM, Jonatan Liljedahl wrote: On Mon, 09 May 2005 19:41:46 -0700 Graham Percival <[EMAIL PROTECTED]> wrote: Is it possible to define a \markup macro that looks like a lilypond command? You can include lilypond code with #{ and #}, and also insert arguments therein. See the manu

Re: scheme markup macros

2005-05-10 Thread Jonatan Liljedahl
On Mon, 09 May 2005 19:41:46 -0700 Graham Percival <[EMAIL PROTECTED]> wrote: > Is it possible to define a \markup macro that looks like a lilypond > command? > > This produces the output I want: > > \version "2.5.23" > #(def-markup-command (tempoMark layout props str) (markup?) >(interpret

scheme markup macros

2005-05-09 Thread Graham Percival
Is it possible to define a \markup macro that looks like a lilypond command? This produces the output I want: \version "2.5.23" #(def-markup-command (tempoMark layout props str) (markup?) (interpret-markup layout props (markup #:bold #:large str))) \relative c'' { c4^\markup{ \tempoMark A