lilypond-user
[Top][All Lists]
Advanced

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

Re: Custom markup


From: Mats Bengtsson
Subject: Re: Custom markup
Date: Mon, 18 Jul 2005 21:27:00 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050319

One useful trick here is to increase the value of the
staff-padding property of the TextScript object. This property
determines the minimum distance from the script to the staff lines,
so as long as you set this value large enough so that no note gets
too close to the text scripts, they will all be vertically aligned.
For the syntax, I don't see any alternative, but is it really that
hard to press an extra '_' key every now and then?

   /Mats

Sven Axelsson wrote:
I want to create a simple text markup that should be placed
*at a fixed height* below the notes. I haven't figured out how yet - so many properties.

I have this now

tc = \markup { \column { "T" "C" } }

and using it like this

\relative c' { c4_\tc g'_\tc b_\tc }

which is OK, except for the mark shifting up and down a little
depending on the notes. How can I fix that?

And ideally I'd like the command to be c\tc and not c_\tc as
of now. Is that possible?

Thanks


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