]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/automatically-change-durations.ly
Imported Upstream version 2.19.45
[lilypond.git] / Documentation / snippets / automatically-change-durations.ly
index 5f5f7c05e3c38823ad7c49887fc77a11a016803e..de773e60c05557e8000b87ebb3623e2b8b303424 100644 (file)
@@ -1,24 +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.16.0"
+\version "2.18.0"
 
 \header {
   lsrtags = "rhythms"
 
   texidoc = "
-<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.
+@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 }