1\version "2.19.21"
2
3\header {
4  texidoc = "
5Beamlets can be set to point in the direction of the beat to which they
6belong.  The first beam avoids sticking out flags (the default);
7the second beam strictly follows the beat.
8"
9}
10
11
12\relative {
13  \time 6/8
14  a'8. a16 a a
15  \set strictBeatBeaming = ##t
16  a8. a16 a a
17}
18