lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Move (monophonic) note horizontally


From: Pierre Perol-Schneider
Subject: Re: Move (monophonic) note horizontally
Date: Fri, 25 Apr 2014 09:50:50 +0200

2014-04-24 12:11 GMT+02:00 Urs Liska <address@hidden>:
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

 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]