Great! Thank you very much!

B

On Thu, Jul 16, 2015 at 5:08 PM, tisimst <tisimst.lilyp...@gmail.com> 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]
> <http:///user/SendEmail.jtp?type=node&node=178725&i=0>> 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 <a
>> href="javascript:_e(%7B%7D,&#39;cvml&#39;,&#
>> 39;ml-node%2bs1069038n...@n5.nabble.com&#39;);"
>> target="_blank">ml-node+s1069038n3h2@...
>> To unsubscribe from Lilypond, click here.
>> 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: Re: "un-bold" font inside \tempo
> <http://lilypond.1069038.n5.nabble.com/un-bold-font-inside-tempo-tp178724p178725.html>
> Sent from the User mailing list archive
> <http://lilypond.1069038.n5.nabble.com/User-f3.html> at Nabble.com.
>
> _______________________________________________
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to