lilypond-user
[Top][All Lists]
Advanced

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

Re: Please help enable fussy \tempo output


From: Pierre Perol-Schneider
Subject: Re: Please help enable fussy \tempo output
Date: Fri, 23 Sep 2016 06:10:50 +0200

Hi Pete,

How about

%\version "2.19" or ''2.18"
{
  \tempo\markup\normal-text\sans\concat { 
    \bold "Blah blah" \hspace #.8
    "(" \hspace #.1 \raise #.5
    %% optional;
    %\smaller
    \note #"4" #0 \hspace #.3
    "=" \hspace #.3  "50" \hspace #.1 ")"
  }
  %% for midi output ony, if needed:
  \set Score.tempoWholesPerMinute = #(ly:make-moment 50/4)
  c'
}

Cheers,
Pierre

2016-09-23 4:27 GMT+02:00 PMA <address@hidden>:
Hi All again!

I would like to alter the output of LY's \tempo command,
specifically within its "(<NoteVal> = <NumberPerMinute>)"
assignment.

Here's my original --

\tempo \markup \sans "Blah blah" 1 = 50

which o'course outputs a black whole-note glyph with both
the "= 50" and the parentheses in TimesRoman font.

I want to alter the output so that
- the glyph is instead a STEMLESS RED QUARTER-NOTE, and
- the parentheses and the "= 50" are also in \sans font.

Would someone please throw me a clue how to do that?

Thanks in advance.
Pete


_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user


reply via email to

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