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] <
ml-node+s1069038n178724...@n5.nabble.com> 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] <http:///user/SendEmail.jtp?type=node&node=178724&i=0>
> 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 ml-node+s1069038n...@n5.nabble.com
> <javascript:_e(%7B%7D,'cvml','ml-node%2bs1069038n...@n5.nabble.com');>
> To unsubscribe from Lilypond, click here
> <http://lilypond.1069038.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=2&code=dGlzaW1zdC5saWx5cG9uZEBnbWFpbC5jb218Mnw4MzU3Njg3MDU=>
> .
> NAML
> <http://lilypond.1069038.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>
--
View this message in context:
http://lilypond.1069038.n5.nabble.com/un-bold-font-inside-tempo-tp178724p178725.html
Sent from the User mailing list archive at Nabble.com.
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user