1\header {
2
3  texidoc = "For collisions where the upper note is dotted and in a
4  space, the upper is moved to right.  This behavior can be tuned by
5  prefer-dotted-right."
6
7  }
8
9\version "2.19.21"
10
11\paper{ ragged-right=##t }
12
13\new Staff \relative <<
14  { fis'4.
15    \override Staff.NoteCollision.prefer-dotted-right = ##f
16    fis4. }
17  \\
18  { \autoBeamOff e8 e e e e e e }
19>>
20