manually shifting notes

2006-03-27 Thread jamason
Hi, i'm using 2.6.4. have been looking through the manual, but seem to be missing the information i need. I want to manually shift a note horizontally. can someone help me with the syntax, or point me in the right direction in the manual. Thanks, James. _

Re: RE : manually shifting notes

2006-03-25 Thread Cameron Horsburgh
MX wrote: > Hi James, > > You can use the following command before the note you want to shift, > here with an amount of 0.8 (what units ?): > > \once \override NoteColumn #'force-hshift = #0.8 > Unless otherwise specified units are staff space widths. Cam. _

RE : manually shifting notes

2006-03-25 Thread MX
Hi James, You can use the following command before the note you want to shift, here with an amount of 0.8 (what units ?): \once \override NoteColumn #'force-hshift = #0.8 The amount can be negative to shift to the left. The command doesn't always give some result. M.X. _