lilypond-user
[Top][All Lists]
Advanced

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

Re: Padding doesn't work


From: Mats Bengtsson
Subject: Re: Padding doesn't work
Date: Fri, 22 Sep 2006 08:18:03 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.7) Gecko/20060911 Red Hat/1.0.5-0.1.el4 SeaMonkey/1.0.5

If you check the printouts from LilyPond (or the .log file if you are on
Windows and just double clicked on the .ly file), you will see something like:
...
Interpreting music...
test.ly:1:0: warning: not a grob name, `RehersalMark'
...

This warning message simply tells you that you misspelled the name of the
graphical object ("grob"). Try
\once \override Score.RehearsalMark #'padding = #2.5
instead.

  /Mats


OnionRingOfDoom wrote:

Kieren MacMillan wrote:
Therefore, you need to use Score.RehearsalMark instead of just RehearsalMark (unless you happen to be *in* the Score context, which doesn't happen very often).


Hmm, it solved the ottavaBracket problem, but the rehersal marks still arn't
moving. My code is now as follows:

\once \override Score.RehersalMark #'padding = #2.5
\mark \default |


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