]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beamlet-point-toward-beat.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / beamlet-point-toward-beat.ly
1 \version "2.16.0"
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 c'' {
13   \time 6/8
14   a8. a16 a a
15   \set strictBeatBeaming = ##t
16   a8. a16 a a
17 }