lilypond-user
[Top][All Lists]
Advanced

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

Re: Rehearsal mark tweak


From: Mats Bengtsson
Subject: Re: Rehearsal mark tweak
Date: Thu, 01 Dec 2005 14:06:02 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050511

If you read the documentation of the \column markup command, you will
learn that "property |baseline-skip| determines the space between each markup".

So, you can do something like
\markup{\override #'(baseline-skip . 4) \column { Allegro  \small TUTTI } }

(by the way, the \line isn't necessary).

  /Mats

liang seng wrote:

Hi, I have a question regarding the \mark command. Here is the file:
\version "2.7.18"
{
\override Score.RehearsalMark #'padding = #2
\mark \markup { \column { Allegro  \line { \small TUTTI } } } R1 }

As you can see, the Allegro and TUTTI marking are too close to each other. How can I lengthen the distance between the Allegro marking and the TUTTI marking without cheating? By that I mean adding a word after \line and changing its colour to white, so there will be three lines but only two visible.

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

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