3 texidoc
= "Concave beaming works for chords as well as monophonic
8 morgenliedBeam
= \relative c'' \new Voice
{
16 rachmaninovBeams
= \relative c' \new Voice
{
20 <c' e c'>8[ <g c g'> <c f> <ees
, ees
'>] ~
21 <ees ees
'>8[ <c c'> <des des'> <d d'>]
28 nonHorizontalBeams
= {
36 % cut & paste from beam-concave.ly
38 #(define
(<> x y
) (not
(= x y
)))
40 \override Staff
.Beam
#'positions
=
41 #(ly
:make-simple-closure
42 (ly
:make-simple-closure
44 (list chain-grob-member-functions `
(,cons
0 0))
45 (check-slope-callbacks
=))))
47 mustNotB
eHorizontal
= {
48 \override Staff
.Beam
#'positions
=
49 #(ly
:make-simple-closure
50 (ly
:make-simple-closure
52 (list chain-grob-member-functions `
(,cons
0 0))
53 (check-slope-callbacks
<>))))