Update .ly files.
[lilypond.git] / input / regression / collision-dots-up-space-dotted.ly
blob272ea3578ba303cca9c38dc40e8506f86214c145
1 \header {
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."
9 \version "2.12.0"
11 \paper{ ragged-right=##t }
13 \new Staff \relative c' <<
14 { fis4.
15 \override Staff.NoteCollision #'prefer-dotted-right = ##f
16 fis4. }
18 { \autoBeamOff e8 e e e e e e }
19 >>