From: David Kastrup Date: Mon, 3 Jun 2013 15:07:59 +0000 (+0200) Subject: Run scripts/auxiliar/makelsr.py X-Git-Tag: release/2.17.20-1~19 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0ee650dd90daf9fe17d79fe91dfc816af02a86f1;p=lilypond.git Run scripts/auxiliar/makelsr.py --- diff --git a/Documentation/snippets/quoting-another-voice-with-transposition.ly b/Documentation/snippets/quoting-another-voice-with-transposition.ly index ad8061229d..df7517fd79 100644 --- a/Documentation/snippets/quoting-another-voice-with-transposition.ly +++ b/Documentation/snippets/quoting-another-voice-with-transposition.ly @@ -1,10 +1,11 @@ -%% DO NOT EDIT this file manually; it is automatically -%% generated from LSR http://lsr.dsi.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" +% DO NOT EDIT this file manually; it is automatically +% generated from Documentation/snippets/new +% Make any changes in Documentation/snippets/new/ +% and then run scripts/auxiliar/makelsr.py +% +% This file is in the public domain. +%% Note: this file works from version 2.17.13 +\version "2.17.13" \header { lsrtags = "pitches, staff-notation" @@ -13,9 +14,8 @@ Quotations take into account the transposition of both source and target. In this example, all instruments play sounding middle C; the target is an instrument in F. The target part may be transposed using -@code{\\transpose}. In this case, all the pitches (including the -quoted ones) are transposed. - +@code{\\transpose}. In this case, the quoted pitches will stay +unchanged. " doctitle = "Quoting another voice with transposition" } % begin verbatim