]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beamlet-point-toward-beat.ly
Add option for strictBeatBeaming
[lilypond.git] / input / regression / beamlet-point-toward-beat.ly
index b1a761fdbbb035fc54de6a95ba2bc14da0b33c06..fa0c15a360fe16ad26b26c64efb0ea0146670fe0 100644 (file)
@@ -1,14 +1,17 @@
-\version "2.15.20"
+\version "2.15.27"
 
 \header {
   texidoc = "
-Beamlets should point in the direction of the beat to which they
-belong.
+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' {
-b16. b32 b32 b16.
-b16.[ b32 b   b b b16.]
+\relative c'' {
+  \time 6/8
+  a8. a16 a a
+  \set strictBeatBeaming = ##t
+  a8. a16 a a
 }