]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beamlet-point-toward-beat.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / beamlet-point-toward-beat.ly
diff --git a/input/regression/beamlet-point-toward-beat.ly b/input/regression/beamlet-point-toward-beat.ly
new file mode 100644 (file)
index 0000000..014e556
--- /dev/null
@@ -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
+}