]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-collision-voice-only.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / beam-collision-voice-only.ly
1 \version "2.16.0"
2 \header {
3   texidoc = "Beam collision can be tweaked to only apply to the grobs
4 within the beam's original voice."
5 }
6
7 \relative c' {
8   \time 5/4
9   << { c8[ s c ] } \\ { s8 c' s8 } >>
10   c,[ des' ]
11   \override Staff . Beam #'collision-voice-only = ##t
12   << { c,8[ s c ] } \\ { s8 c' s8 } >>
13   c,[ des'! ]
14 }