]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/new/strict-beat-beaming.ly
Imported Upstream version 2.19.45
[lilypond.git] / Documentation / snippets / new / strict-beat-beaming.ly
diff --git a/Documentation/snippets/new/strict-beat-beaming.ly b/Documentation/snippets/new/strict-beat-beaming.ly
deleted file mode 100644 (file)
index e614469..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-\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.
-"
-
-  doctitle = "Strict beat beaming"
-
-  lsrtags = "rhythms"
-}
-
-
-\relative c'' {
-  \time 6/8
-  a8. a16 a a
-  \set strictBeatBeaming = ##t
-  a8. a16 a a
-}