]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-outside-beamlets.ly
MusicXML: src-dir rather than srcdir.
[lilypond.git] / input / regression / beam-outside-beamlets.ly
1 \header {
2   texidoc = "Beams may overshoot stems. This is also controlled with @code{break-overshoot}."
3
4 }
5
6 \version "2.11.51"
7 \paper {
8   ragged-right = ##t
9 }
10
11
12
13 {
14   c8[
15     c16
16     c]
17
18   % only works for the right edge, sorry. 
19   \override Beam #'break-overshoot = #'(-0.5 . 0.5) 
20   \set stemLeftBeamCount = #2
21   c8[
22     c16
23     \set stemRightBeamCount = #3
24     c ]  
25 }