]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/dot-up-voice-collision.ly
Doc-es: various updates.
[lilypond.git] / input / regression / dot-up-voice-collision.ly
1 \header {
2
3   texidoc = "in collisions, the dots of outer voices avoid
4   stems and flags of the inner voices."
5
6 }
7
8 \version "2.19.21"
9
10 \layout { ragged-right = ##t }
11
12 \new Staff {
13   \key e \major \time 3/4
14   \relative {
15     << { dis''4.  } \\
16        { fis,4 } \\ { b8 } >>
17   }
18 }