X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeamlet-point-toward-beat.ly;fp=input%2Fregression%2Fbeamlet-point-toward-beat.ly;h=014e556b8968853c97b2f29b4f40ccd751d98172;hb=32a34dcef0c0041c6d62677487a380b5c8b85712;hp=0000000000000000000000000000000000000000;hpb=f41973ff763d5972a85995b6d40c864281ec6714;p=lilypond.git diff --git a/input/regression/beamlet-point-toward-beat.ly b/input/regression/beamlet-point-toward-beat.ly new file mode 100644 index 0000000000..014e556b89 --- /dev/null +++ b/input/regression/beamlet-point-toward-beat.ly @@ -0,0 +1,17 @@ +\version "2.16.0" + +\header { + texidoc = " +Beamlets can be set to point in the direction of the beat to which they +belong. The first beam avoids sticking out flags (the default); +the second beam strictly follows the beat. +" +} + + +\relative c'' { + \time 6/8 + a8. a16 a a + \set strictBeatBeaming = ##t + a8. a16 a a +}