lilypond-user
[Top][All Lists]
Advanced

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

effect of \transposition on \quoteDuring


From: Paul Scott
Subject: effect of \transposition on \quoteDuring
Date: Wed, 25 May 2011 01:46:32 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.15) Gecko/20110402 Icedove/3.1.9

Hi,

Why does the presence of \transposition change the effects of the following pairs of lines? Or how do I get the results I want when I add the desired \transposition command?

\version "2.13.61"

notesA = \relative c'' {
  \transposition c'
  c1 d e f g
}
\addQuote "inA" \notesA
\addQuote "inAd" \transpose c c, \notesA
notesB = \relative c'  {
  \transposition c'
  d1 \quoteDuring #"inAd" { s1*2 }
}

notesC = \relative c'' { c1 d e f g }
\addQuote "inC" \notesC
\addQuote "inCd" \transpose c c, \notesC

notesD = \relative c'  {
  d1 \quoteDuring #"inCd" { s1*2 }
}

\score{
<<
    \new Staff \notesA
    \new Staff \notesB
    \new Staff \notesC
    \new Staff \notesD
>>
}


TIA,

Paul Scott






reply via email to

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