]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beamlet-point-toward-beat.ly
Doc-es: various updates.
[lilypond.git] / input / regression / beamlet-point-toward-beat.ly
index b1a761fdbbb035fc54de6a95ba2bc14da0b33c06..29383578601ffe7acba983cf855e62ef95dae939 100644 (file)
@@ -1,14 +1,17 @@
-\version "2.15.20"
+\version "2.19.21"
 
 \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 {
+  \time 6/8
+  a'8. a16 a a
+  \set strictBeatBeaming = ##t
+  a8. a16 a a
 }