lilypond-user
[Top][All Lists]
Advanced

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

Re: tempo marking fuction


From: Ledocq-Boccart
Subject: Re: tempo marking fuction
Date: Thu, 21 Feb 2008 10:46:36 +0100
User-agent: Thunderbird 2.0.0.9 (Windows/20071031)

Hi,

Maybe these links will help!

http://lilypond.org/doc/v2.10/Documentation/user/lilypond/lily-5ec9ac4df8.ly
http://lilypond.org/doc/v2.10/Documentation/user/lilypond/Moving-objects#Moving-objects
http://lilypond.org/doc/v2.10/Documentation/user/lilypond/Saving-typing-with-identifiers-and-functions#Saving-typing-with-identifiers-and-functions
http://lilypond.org/doc/v2.10/Documentation/user/lilypond/Style-sheets#Style-sheets

best regards

Charlie


Anh Hai Trinh a écrit :
Hello,

I want to have a function that can put text tempo marking, e.g. "Allegro".
The manual suggests

tempoMark = #(define-music-function (parser location padding marktext)
                                   (number? string?)
#{
  \once \override Score . RehearsalMark #'padding = $padding
  \once \override Score . RehearsalMark #'no-spacing-rods = ##t
  \mark \markup { \bold $marktext }
#})

<http://lilypond.org/doc/v2.10/Documentation/user/lilypond/Simple-substitution-functions#Simple-substitution-functions>

But that put the text centered on the bar line and that's not right. Is
there a way to do it properly, i.e. left aligned with the bar?

Thanks,
AT


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







reply via email to

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