lilypond-user
[Top][All Lists]
Advanced

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

Re: how do I move a boxed-molecule?


From: Mats Bengtsson
Subject: Re: how do I move a boxed-molecule?
Date: Mon, 06 Sep 2004 10:17:57 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2) Gecko/20040803

When you tried to set the padding property, what layout object did
you set it on? Since you want to move a rehearsal mark, you have to
set the property on the RehearsalMark object. Also, since the rehearsal
marks are typeset at the score level, you have to set the property
within the Score context (assuming you use version 2.2 or newer):
\override Score.RehearsalMark #'padding = #4

I'm surprised that you didn't find anything in the mailing list
archives, when I search for "padding rehearsal mark", I get a number
of hits, even though most show the syntax of version 2.0 or older.
Also, I hope you have read the section on "Changing defaults" in
the manual.

   /Mats

address@hidden wrote:
I am adding some rehearsal marks, boxed-molecules, but in one place it
is colliding with the number above a multi-measure rest. I have a
multi-measure rest at the beginning of a staff, and I want the rehearsal
mark at the beginning of the multi-measure rest. I tried to use\set
#'padding = #n
but just results in broken code. I couldn't find any answer in the
archives or on google.
Regards,
chip


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