lilypond-user
[Top][All Lists]
Advanced

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

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


From: Urs Liska
Subject: Re: [SPAM] Re: Move (monophonic) note horizontally
Date: Fri, 25 Apr 2014 10:51:59 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.4.0


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 <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



_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user





reply via email to

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