Re: Padding doesn't work

2006-09-24 Thread Graham Percival
Han-Wen Nienhuys wrote: Mats Bengtsson schreef: OnionRingOfDoom wrote: Ok, thanks for the quick help there! Someone should fix the doc so that it's a little easier to find that info though... Please see http://lilypond.org/web/devel/participating/documentation-adding That doesn't apply

Re: Padding doesn't work

2006-09-23 Thread Han-Wen Nienhuys
Mats Bengtsson schreef: OnionRingOfDoom wrote: Ok, thanks for the quick help there! Someone should fix the doc so that it's a little easier to find that info though... Please see http://lilypond.org/web/devel/participating/documentation-adding That doesn't apply here, though, as it's in

Re: Padding doesn't work

2006-09-21 Thread Mats Bengtsson
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 t

Re: Padding doesn't work

2006-09-21 Thread Mats Bengtsson
OnionRingOfDoom wrote: Ok, thanks for the quick help there! Someone should fix the doc so that it's a little easier to find that info though... Please see http://lilypond.org/web/devel/participating/documentation-adding /Mats -- = Mats

Re: Padding doesn't work

2006-09-21 Thread OnionRingOfDoom
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

Re: Padding doesn't work

2006-09-21 Thread OnionRingOfDoom
Ok, thanks for the quick help there! Someone should fix the doc so that it's a little easier to find that info though... -- View this message in context: http://www.nabble.com/Padding-doesn%27t-work-tf2315711.html#a6440590 Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.

Re: Padding doesn't work

2006-09-21 Thread Kieren MacMillan
Hello, OROD! how do I know what to substitute for Voice? Finding the info is a *little* circuitous, but... 1. Look in the docs at (e.g.) RehearsalMark: 2. Near the top of the page, it says: "Re

Padding doesn't work

2006-09-21 Thread OnionRingOfDoom
I've tried to add padding to several objects, but it doesn't seem to work. My code is as follows: \once \override RehersalMark #'staff-padding = #2.0 \mark \default | and \override OttavaBracket #'padding = #2.5 Both these code snippets do absolutly nothing. It's also rather unclear to me in