lilypond-user
[Top][All Lists]
Advanced

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

Re: forcing hshift


From: Mats Bengtsson
Subject: Re: forcing hshift
Date: Tue, 25 Jun 2002 14:59:56 +0200

> > > Q. Is there a way of turning off default
> > > horizontal collision avoidance for one note?

Certainly, just remove the collision engraver:

\score{
  ...
  \paper{
    ...
    \translator{
      StaffContext
      \remove "Collision_engraver"
    }
  }
}

    /Mats





reply via email to

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