lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: \transposedQuoteDuring


From: David Kastrup
Subject: Re: \transposedQuoteDuring
Date: Wed, 01 May 2019 16:13:59 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Pierre-Luc Gauthier <address@hidden> writes:

> Hi there,
>
> Is there a way to transpose a quotation, say, an octave higher ?
>
> m.e.g.:
>
> \version "2.19.83"
>
> quoted = {c'4 d' e' f' g'}
> \addQuote "quoted" \quoted
>
> quoting = \quoteDuring "quoted" {s1}
>
> \new Staff \with {instrumentName = "Quoted"} \quoted
> \new Staff \with {instrumentName = "Quoting"} \quoting

Well, it's a bit of a cheat but...

\version "2.19.83"

quoted = {c'4 d' e' f' g'}
\addQuote "quoted" \quoted

quoting = \quoteDuring "quoted" {s1}

\new Staff \with {instrumentName = "Quoted"} \quoted
\new Staff \with {instrumentName = "Quoting"}
  { \new Voice \with { \transposition c } \quoting }

-- 
David Kastrup



reply via email to

[Prev in Thread] Current Thread [Next in Thread]