lilypond-user
[Top][All Lists]
Advanced

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

Re: how to resolve note collisons ? [without shouting ;-)]


From: Gilles
Subject: Re: how to resolve note collisons ? [without shouting ;-)]
Date: Sat, 2 Apr 2005 17:25:34 +0200
User-agent: Mutt/1.5.6+20040907i

> I can't solve note collision in the following example ; I send a picture 
> of the collision.

Modify the "basse" \context, as follows:

%-----
   \context Staff = "basse" <<
     \global
     \clef bass
     \context Voice = "basse" { \voiceTwo \basse }
     \context Voice = "choral" { \voiceOne \choraltheme }
   >>
%-----
     
> I tried to use the following instruction  to push a note :
> \once \override NoteColumn  #'force-hshift = #10
> with no result.

With the above, it won't be necessary to try and move that note.


Best,
Gilles




reply via email to

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