]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/new/compound-time-signatures.ly
New version of LSR upgrade
[lilypond.git] / Documentation / snippets / new / compound-time-signatures.ly
diff --git a/Documentation/snippets/new/compound-time-signatures.ly b/Documentation/snippets/new/compound-time-signatures.ly
deleted file mode 100644 (file)
index de0d73f..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-\version "2.14.0"
-
-\header {
-  lsrtags = "rhythms"
-  texidoc = "
-Odd 20th century time signatures (such as \"5/8\") can often be played
-as compound time signatures (e.g. \"3/8 + 2/8\"), which combine two or
-more inequal metrics. LilyPond can make such music quite easy to read
-and play, by explicitly printing the compound time signatures and
-adapting the automatic beaming behavior. (Graphic measure grouping
-indications can also be added; see the appropriate snippet in this
-database.)
-"
-  doctitle = "Compound time signatures"
-}
-
-\markup {
-  This snippet is deprecated as of 2.15.9 and will be removed in 2.16
-}