summaryrefslogtreecommitdiff
path: root/Documentation/snippets/new/reverting-default-beam-endings.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/snippets/new/reverting-default-beam-endings.ly')
-rw-r--r--Documentation/snippets/new/reverting-default-beam-endings.ly21
1 files changed, 0 insertions, 21 deletions
diff --git a/Documentation/snippets/new/reverting-default-beam-endings.ly b/Documentation/snippets/new/reverting-default-beam-endings.ly
deleted file mode 100644
index d771c60161..0000000000
--- a/Documentation/snippets/new/reverting-default-beam-endings.ly
+++ /dev/null
@@ -1,21 +0,0 @@
-\version "2.14.0"
-
-\header {
- lsrtags = "rhythms"
- texidoc = "
-To typeset beams grouped @code{3-4-3-2} one need only change the
-beat structure:
-"
- doctitle = "Reverting default beam endings"
-}
-
-\relative c'' {
- \time 12/8
-
- % Default beaming
- a8 a a a a a a a a a a a
-
- % Set new values for beam endings
- \set Score.beatStructure = #'(3 4 3 2)
- a8 a a a a a a a a a a a
-}