]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/collision-manual.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / collision-manual.ly
1 \header {
2
3   texidoc = "Collision resolution may be forced manually with @code{force-hshift}. "
4 }
5 \version "2.11.51"
6
7 \paper  {
8   ragged-right = ##t
9 }
10
11 \relative {
12   << {  f
13         \override NoteColumn #'force-hshift = #0.1
14         f } \\
15      {  e  e }
16    >> 
17 }