lilypond-user
[Top][All Lists]
Advanced

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

Re: "un-bold" font inside \tempo


From: Bruno Ruviaro
Subject: Re: "un-bold" font inside \tempo
Date: Thu, 16 Jul 2015 18:46:26 -0700

Great! Thank you very much!

B

On Thu, Jul 16, 2015 at 5:08 PM, tisimst <address@hidden> wrote:
Welcome, Bruno! You've come to the right place! I hope you find your use of LilyPond satisfying and beneficial!

To answer your question: 

Use \normal-text { ... } to make its contents the default "roman" weight.

- Abraham


On Thursday, July 16, 2015, Bruno Ruviaro [via Lilypond] <[hidden email]> wrote:
Hi all,

This is my first post on this list, and my first week using Lilypond for a real project. Learning a lot in a compressed amount of time... ;-)

I am trying to get metronome markings with "ca." before the number, but without bold face characters. How can I cancel the bold face font inside a \tempo command?

The snippet below shows what I've got so far. Bar 2 is what I'm getting by using \markup inside \tempo. Bar 3 shows what I would like to get. I'm happy to use Bar 3 solution if that's the only way, but I suppose there is a solution from inside \tempo?

Thanks for any tips!

Bruno

% ===========

\version "2.18.2"

melody = \relative c'' {
  % regular
  \tempo 4=120
  % using markup inside tempo
  % characters are printed in bold face
  c4 d e f
   \tempo \markup {
    \concat {
      \smaller \general-align #Y #DOWN \note #"4" #1
      " = "
      \italic ca.
      \hspace #0.25
      "120"
    }
  }
  c d e f
 
  % not using tempo to avoid bold face
  c^\markup {
    \concat {
      \smaller \general-align #Y #DOWN \note #"4" #1
      " = "
      \italic ca.
      \hspace #0.25
      "120"
    }
  }
  d e f
  c d e f
}

\score {
    \new Staff { \melody }
  \layout { }
}



_______________________________________________
lilypond-user mailing list
[hidden email]
https://lists.gnu.org/mailman/listinfo/lilypond-user



If you reply to this email, your message will be added to the discussion below:
http://lilypond.1069038.n5.nabble.com/un-bold-font-inside-tempo-tp178724.html
To start a new topic under User, email <a href="" href="mailto:address@hidden" target="_blank">39;address@hidden&#39;);" target="_blank">address@hidden
To unsubscribe from Lilypond, click here.
NAML


View this message in context: Re: "un-bold" font inside \tempo
Sent from the User mailing list archive at Nabble.com.

_______________________________________________
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]