]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/collision-manual.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / collision-manual.ly
1 \header {
2   texidoc = "Colliding note-columns may be shifted manually
3 with @code{force-hshift}.  Arrangements of notes after
4 collision-resolution have their main columns (not suspended notes)
5 left-aligned, excluding columns with forced shifts."
6 }
7 \version "2.19.24"
8
9 \new PianoStaff \with { \consists #Span_stem_engraver } <<
10   \new Staff \fixed c' <<
11     \new Voice {
12       \voiceOne f e
13       \crossStaff
14       \once\override NoteColumn.force-hshift = #-0.8
15       f
16       \once\override NoteColumn.force-hshift = #-1.5
17       e
18     }
19     \new Voice {
20       \voiceTwo e f
21       \once\override NoteColumn.force-hshift = #0
22       \crossStaff e
23       \crossStaff f
24     }
25   >>
26   \new Staff {\clef bass g g e f }
27 >>
28