]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/new/changing-the-time-signature-without-affecting-the-beaming.ly
resolve merge
[lilypond.git] / Documentation / snippets / new / changing-the-time-signature-without-affecting-the-beaming.ly
diff --git a/Documentation/snippets/new/changing-the-time-signature-without-affecting-the-beaming.ly b/Documentation/snippets/new/changing-the-time-signature-without-affecting-the-beaming.ly
new file mode 100644 (file)
index 0000000..d2bc6c9
--- /dev/null
@@ -0,0 +1,19 @@
+\version "2.14.0"
+
+\header {
+  lsrtags = "rhythms"
+  texidoc = "
+The @code{\\time} command sets the properties
+@code{timeSignatureFraction}, @code{beatLength}, @code{beatGrouping}
+and @code{measureLength} in the @code{Timing} context, which is
+normally aliased to @code{Score}. Changing the value of
+@code{timeSignatureFraction} causes the new time signature symbol to be
+printed without changing any of the other properties:
+
+"
+  doctitle = "Changing the time signature without affecting the beaming"
+}
+
+\markup {
+  This snippet is deprecated as of 2.13.5 and will be removed in 2.14
+}