From 0ee650dd90daf9fe17d79fe91dfc816af02a86f1 Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Mon, 3 Jun 2013 17:07:59 +0200 Subject: [PATCH] Run scripts/auxiliar/makelsr.py --- ...uoting-another-voice-with-transposition.ly | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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 -- 2.39.5