X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-collision-voice-only.ly;fp=input%2Fregression%2Fbeam-collision-voice-only.ly;h=82b5e979c9a20b0ba0754f562021f96634625901;hb=941dff9d2a67080e0dd8474f1e70f0c72ace6424;hp=0000000000000000000000000000000000000000;hpb=5a22d6233a39d3164e1ca043244794c268be4ad0;p=lilypond.git diff --git a/input/regression/beam-collision-voice-only.ly b/input/regression/beam-collision-voice-only.ly new file mode 100644 index 0000000000..82b5e979c9 --- /dev/null +++ b/input/regression/beam-collision-voice-only.ly @@ -0,0 +1,14 @@ +\version "2.14.0" +\header { + texidoc = "Beam collision can be tweaked to only apply to the grobs +within the beam's original voice." +} + +\relative c' { + \time 5/4 + << { c8[ s c ] } \\ { s8 c' s8 } >> + c,[ des' ] + \override Staff . Beam #'collision-voice-only = ##t + << { c,8[ s c ] } \\ { s8 c' s8 } >> + c,[ des'! ] +}