]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/quoting-another-voice-with-transposition.ly
Add reg test (issue 4046)
[lilypond.git] / Documentation / snippets / quoting-another-voice-with-transposition.ly
index a4b403cee4715adebc48d6fb9544beed1221a391..82f02f0f0df6d43d32d0aeaaaeb3dbc6a70da399 100644 (file)
@@ -1,10 +1,9 @@
-% 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
+%% DO NOT EDIT this file manually; it is automatically
+%% 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.18.0"
 
 \header {
 \version "2.18.0"
 
 \header {
 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
 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, the quoted pitches will stay
-unchanged.
+@code{\\transpose}.  In this case, all the pitches (including the
+quoted ones) are transposed.
+
 "
   doctitle = "Quoting another voice with transposition"
 } % begin verbatim
 
 "
   doctitle = "Quoting another voice with transposition"
 } % begin verbatim
 
-
 \addQuote clarinet {
   \transposition bes
   \repeat unfold 8 { d'16 d' d'8 }
 \addQuote clarinet {
   \transposition bes
   \repeat unfold 8 { d'16 d' d'8 }