]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/changing-the-time-signature-without-affecting-the-beaming.ly
Doc: NR A.6: Add sM1double to `Default Notehead glyphs'.
[lilypond.git] / Documentation / snippets / changing-the-time-signature-without-affecting-the-beaming.ly
index 744e983ee51e504cfc84371ef7d37a5908146400..26b3ebec3c4f6eb377f7f0cc15af5fdaf2c93256 100644 (file)
@@ -1,14 +1,13 @@
-%% Do not edit this file; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
-%% This file is in the public domain.
-\version "2.13.4"
+% Do not edit this file; it is automatically
+% generated from Documentation/snippets/new
+% This file is in the public domain.
+%% Note: this file works from version 2.13.5
+\version "2.13.10"
 
 \header {
-  lsrtags = "rhythms"
-
-%% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca
+%% Translation of GIT committish: 45fc8488655f9ea122d1ec6e3328892618bd6971
   texidoces = "
-La instrucción @code{\time} establece las propiedades
+La instrucción @code{\\time} establece las propiedades
 @code{timeSignatureFraction}, @code{beatLength}, @code{beatGrouping} y
 @code{measureLength} en el contexto @code{Timing}, que normalmente
 tiene el alias @code{Score}.  La modificación del valor de
@@ -47,6 +46,7 @@ métrique :
 "
   doctitlefr = "Changement de métrique sans affecter les règles de ligature"
 
+  lsrtags = "rhythms"
   texidoc = "
 The @code{\\time} command sets the properties
 @code{timeSignatureFraction}, @code{beatLength}, @code{beatGrouping}
@@ -59,17 +59,7 @@ printed without changing any of the other properties:
   doctitle = "Changing the time signature without affecting the beaming"
 } % begin verbatim
 
-\relative c'' {
-  \time 3/4
-  a16 a a a a a a a a a a a
 
-  % Change time signature symbol but keep 3/4 beaming
-  % due to unchanged underlying time signature
-  \set Score.timeSignatureFraction = #'(12 . 16)
-  a16 a a a a a a a a a a a
-
-  \time 12/16
-  % Lose 3/4 beaming now \time has been changed
-  a16 a a a a a a a a a a a
+\markup {
+  This snippet is deprecated as of 2.13.5 and will be removed in 2.14
 }
-