]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/automatically-change-durations.ly
Doc: removing a left over html tag in a snippet
[lilypond.git] / Documentation / snippets / automatically-change-durations.ly
index 72f05c0337c0f79e85c8647a7cbb64bd89aadc2c..7a20ddb0f003f1720eaee5c17c9a9d0af9352937 100644 (file)
@@ -4,13 +4,13 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.0"
+\version "2.14.2"
 
 \header {
   lsrtags = "rhythms"
 
   texidoc = "
-<code>shiftDurations</code> can be used to change the note lengths of a
+@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.
 
@@ -18,6 +18,7 @@ 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 }