Re: How To Shift String Numbers?

2005-08-08 Thread Mats Bengtsson
To just move things vertically, it is in general a better idea to use the property called padding, see the section on "Common Tweaks" in the manual. /Mats VSD wrote: use the extra-offset property of the StringNumber object, it allows to move it both vertically and horizontally. e.g: %

Re: How To Shift String Numbers?

2005-08-07 Thread VSD
use the extra-offset property of the StringNumber object, it allows to move it both vertically and horizontally. e.g: %%% \version "2.6.0" \score { { \set fingeringOrientations = #'(up) \set stringNumberOrientations = #'(down) \set Staff.instrument = "C Major" \clef treble

How To Shift String Numbers?

2005-08-06 Thread Randy Keeling
Greetings, I just started to use Lilypond today and I have run into a problem (surprise). To start learning, I started to enter some scales. I have been able to solve most of my problems except how to shift a string number (Guitar notation). Below is what I have done: %-