Re: [SPAM] Re: Move (monophonic) note horizontally

2014-04-25 Thread Urs Liska

Am 25.04.2014 10:53, schrieb Phil Burfitt:

Does NoteHead.extra-spacing-width work?


No, I had tried that already, and it didn't have any effect (surprisingly)

Urs

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: [SPAM] Re: Move (monophonic) note horizontally

2014-04-25 Thread Urs Liska


Thanks, that was it!

Strange that I tried around with a couple of things and missed the right 
one ...


Urs


Am 25.04.2014 09:50, schrieb Pierre Perol-Schneider:

2014-04-24 12:11 GMT+02:00 Urs Liska :


Hi,



Hi Urs ,

I'm trying to shift a note horizontally to accomodate ugly spacing

(attachment 1).



Try this :


\version "2.17.3"

<<

\new Staff = "RH"

\with { \omit Clef }

{

\time 5/4

c''2

}

\new Staff = "LH"

\with { \omit Clef }

{

\time 5/4

\clef F

\stemUp

r16

\once\override NoteColumn.X-offset = #10 % or #-1 in your case

a,! \change Staff = "RH" \once\stemDown c'!

\change Staff = "LH" b! s4

}





%%%


HTH,

~Pierre



___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user




___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user