]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/dot-up-voice-collision.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / dot-up-voice-collision.ly
1 \header {
2
3   texidoc = "in collisions, the stems of outer voice are added to the
4   dot support of the inner voices."
5
6 }
7
8 \version "2.12.0"
9
10 \layout { ragged-right = ##t }
11
12 \new Staff {
13   \key e \major \time 3/4
14   \relative c'' {
15     << { dis4.  } \\
16        { fis,4 } \\ { b4 } >>
17   }
18 }