lilypond-user
[Top][All Lists]
Advanced

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

Re: Column shift for 2nd interval


From: Pierre Perol-Schneider
Subject: Re: Column shift for 2nd interval
Date: Tue, 8 Apr 2014 09:39:37 +0200

2014-04-07 13:34 GMT+02:00 Benjamin Fluehr <address@hidden>:
 
What is the easiest way to do this? (Note that I have entire scores on which I'd like this effect).

Right now I don't see how to create an automated scheme code to do the job.
I'm afraid you'll have to do it manually :

%%%%%%%%%%%%%%%%%%%%%%
\new Voice = "bass" {

  \voiceTwo

  e2

  \once\override NoteColumn.force-hshift =#.2

  f

}

%%%%%%%%%%%%%%%%%%%%%%


HTH,

~Pierre


reply via email to

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