]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/automatically-change-durations.ly
Updates CG with sectioning, nodes and menus
[lilypond.git] / Documentation / snippets / automatically-change-durations.ly
index eef6ddc6aa86eccc02fc50e064b823b34c62b76a..5f5f7c05e3c38823ad7c49887fc77a11a016803e 100644 (file)
@@ -4,23 +4,13 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.2"
+\version "2.16.0"
 
 \header {
-%% Translation of GIT committish: 1cda7b7b8219cb97399b8e7b56c1115aaf82c002
-  texidocfr = "
-@code{shiftDurations} permet de modifier la longueur des notes d'un
-morceau.  Cette instruction prend deux arguments@tie{}: un coefficient
-d'Ă©chelonnement (une puissance de deux) et un nombre de points
-d'augmentation (entier positif).
-
-"
-  doctitlefr = "Changement automatique des durĂ©es"
-
   lsrtags = "rhythms"
 
   texidoc = "
-@code{shiftDurations} can be used to change the note lengths of a
+<code>shiftDurations</code> can be used to change the note lengths of a
 piece of music.  It takes two arguments - the scaling factor as a power
 of two, and the number of dots to be added as a positive integer.