X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fautomatically-change-durations.ly;h=de773e60c05557e8000b87ebb3623e2b8b303424;hb=3af0951f9a11677240efa6228683dd4fcea13eaf;hp=5f5f7c05e3c38823ad7c49887fc77a11a016803e;hpb=652ed35a2013489d0a14fede6307cd2595abb2c4;p=lilypond.git diff --git a/Documentation/snippets/automatically-change-durations.ly b/Documentation/snippets/automatically-change-durations.ly index 5f5f7c05e3..de773e60c0 100644 --- a/Documentation/snippets/automatically-change-durations.ly +++ b/Documentation/snippets/automatically-change-durations.ly @@ -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 = " -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 }