lilypond-user
[Top][All Lists]
Advanced

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

Re: Markup extand


From: Mats Bengtsson
Subject: Re: Markup extand
Date: Wed, 07 Mar 2007 23:04:42 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20061113 Debian/1.7.8-1sarge8

See http://lists.gnu.org/archive/html/lilypond-user/2007-02/msg00286.html
for some related information.

  /Mats

yota moteuchi wrote:

In order to add a tempo mark, I use a tweak found on the lilypond documentation website :

tempoMark = #(define-music-function (parser location markp) (string?)
#{
    \once \override Score.RehearsalMark #'self-alignment-X = #left
\once \override Score.RehearsalMark #'extra-spacing-width = #'(+inf.0 . -inf.0)
    \mark \markup { \smaller \italic \bold $markp }
#})

I work perfectly but I don't understand why in the viola part (see example), starting with 12 whole rests, the tempoMark push the first bar away. While it doesn't behave like this elsewhere.

Yota

------------------------------------------------------------------------

------------------------------------------------------------------------

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


--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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