]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/script-collision.ly
* lily/stem.cc (get_default_stem_end_position): use beam_count - 1
[lilypond.git] / input / regression / script-collision.ly
1 \version "1.5.68"
2
3 \header {
4
5     texidoc = "Scripts are put on the utmost head, so they are
6       positioned correctly when there are collisions."
7 }
8
9 \score  {
10 \notes \relative c'' {
11   c4
12   <c d c'-\marcato>
13   < \context Voice = VA { \voiceOne c4^^ }
14     \context Voice = VB { \voiceTwo d4_^} >
15     }
16 \paper { linewidth = -1. }
17     }