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: [EMAIL PROTECTED]
        WWW: http://www.s3.kth.se/~mabe
=============================================



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

Reply via email to