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
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 #
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
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
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
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
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