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 <u...@openlilylib.org>:

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

Reply via email to