lilypond-user
[Top][All Lists]
Advanced

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

Re: \transpose and \quoteDuring


From: Paul Scott
Subject: Re: \transpose and \quoteDuring
Date: Mon, 17 Apr 2017 08:56:20 -0700
User-agent: NeoMutt/20161126 (1.7.1)

On Mon, Apr 17, 2017 at 05:49:36PM +0200, address@hidden wrote:
> It appears \transpose has no effect on \quoteDuring. \transposition can be
> abused to fix it, but that doesn't affect midi playback. How can I work
> around this?
> 

Add another quote for each transposition.  See additions below:

> ```
> \version "2.18.2"
> 
> foo = {c' d' e' f'}

> \addQuote foo \foo

\addQuote fooUp \transpose c c' \foo

> <<
>   \new Staff \quoteDuring foo s1
>   \new Staff \transpose c c' \quoteDuring foo s1

    \new \quoteDuring fooUp s1
    
>   \new Staff \foo
>   \new Staff \transpose c c' \foo
> >>
> ```

HTH

Paul





reply via email to

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