]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/collision-dots-up-space-dotted.ly
Doc-fr: update for 2.16.1 (second part)
[lilypond.git] / input / regression / collision-dots-up-space-dotted.ly
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.16.0"
10
11 \paper{ ragged-right=##t }
12
13 \new Staff \relative c' <<
14   { fis4.
15     \override Staff.NoteCollision #'prefer-dotted-right = ##f
16     fis4. }
17   \\
18   { \autoBeamOff e8 e e e e e e }
19 >>