Re: Horizontally shifting notes (erratic behaviour)

2011-07-17 Thread Phil Holmes
- Original Message - From: "Hilary Snaden" To: Sent: Saturday, July 16, 2011 11:57 PM Subject: Horizontally shifting notes (erratic behaviour) It looks as though I spoke too soon. After applying various of \override Voice.NoteColumn #'force-hshift \override NoteColumn #'force-hshift

Re: Horizontally shifting notes

2011-07-15 Thread Janek Warchoł
2011/7/15 Nick Payne : > On 15/07/11 22:05, Hilary Snaden wrote: >> >> I need to shift a few notes in a lower voice to the right. >> These don't work: >> >> \override NoteColumn #'force-hshift = #1 >> \voiceOne \stemDown \voiceOn[n[n]] >> >> Is there a way which works? > > Try using > > \override N

Re: Horizontally shifting notes

2011-07-15 Thread Éditions IN NOMINE
Sorry, I meant \override *Voice*.NoteColumn #'force-hshift = #1 ? JM Éditions IN NOMINE a écrit : Hi ! \override* Score*.NoteColumn #'force-hshift = #1 ? Cheers JMarc Hilary Snaden a écrit : I need to shift a few notes in a lower voice to the right. These don't work: \override NoteColu

Re: Horizontally shifting notes

2011-07-15 Thread Éditions IN NOMINE
Hi ! \override* Score*.NoteColumn #'force-hshift = #1 ? Cheers JMarc Hilary Snaden a écrit : I need to shift a few notes in a lower voice to the right. These don't work: \override NoteColumn #'force-hshift = #1 \voiceOne \stemDown \voiceOn[n[n]] Is there a way which works?

Re: Horizontally shifting notes

2011-07-15 Thread Nick Payne
On 15/07/11 22:05, Hilary Snaden wrote: I need to shift a few notes in a lower voice to the right. These don't work: \override NoteColumn #'force-hshift = #1 \voiceOne \stemDown \voiceOn[n[n]] Is there a way which works? Try using \override NoteColumn #'force-hshift = #-0.01 or some othe