]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beamlet-point-toward-beat.ly
Doc-es: various updates.
[lilypond.git] / input / regression / beamlet-point-toward-beat.ly
1 \version "2.19.21"
2
3 \header {
4   texidoc = "
5 Beamlets can be set to point in the direction of the beat to which they
6 belong.  The first beam avoids sticking out flags (the default);
7 the 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 }