]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/automatically-change-durations.ly
Issue 5167/1: Reorganize markup commands to use object properties
[lilypond.git] / Documentation / snippets / automatically-change-durations.ly
index eef6ddc6aa86eccc02fc50e064b823b34c62b76a..de773e60c05557e8000b87ebb3623e2b8b303424 100644 (file)
@@ -1,34 +1,23 @@
 %% DO NOT EDIT this file manually; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
+%% generated from LSR http://lsr.di.unimi.it
 %% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.2"
+\version "2.18.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
-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.
+@code{shiftDurations} 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.
 
 "
   doctitle = "Automatically change durations"
 } % begin verbatim
 
-
 \paper { indent = 0 }
 
 music = \relative c'' { a1 b2 c4 d8 r }