X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fnew%2Fquoting-another-voice-with-transposition.ly;h=115680d06a211496e81193b014858c1c1b493bad;hb=def21b306e2b8fa2d5630fab0878e9922e197f0c;hp=5b23bf07545157cacdd6f305cb4a7e59f8ba7450;hpb=855e680d327f49088fb2f9f3ca4dbf0875c43bc0;p=lilypond.git diff --git a/input/new/quoting-another-voice-with-transposition.ly b/input/new/quoting-another-voice-with-transposition.ly index 5b23bf0754..115680d06a 100644 --- a/input/new/quoting-another-voice-with-transposition.ly +++ b/input/new/quoting-another-voice-with-transposition.ly @@ -1,17 +1,18 @@ -\version "2.11.10" +\version "2.11.57" \header { - doctitle = "Quoting another voice with transposition" lsrtags = "pitches,staff-notation" texidoc = "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." +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. +" + doctitle = "Quoting another voice with transposition" } \addQuote clarinet { \transposition bes - \repeat unfold 8 { d'16 d'16 d'8 } + \repeat unfold 8 { d'16 d' d'8 } } \addQuote sax { @@ -29,7 +30,7 @@ quoteTest = { } { - \set Staff.instrumentName = \markup \center-align { "Horn" "in F" } + \set Staff.instrumentName = \markup \center-column { Horn \line { in F } } \quoteTest \transpose c' d' << \quoteTest s4_"up a tone" >> }