[prev in list] [next in list] [prev in thread] [next in thread] 

List:       lilypond-user
Subject:    transposition not \relative in \transpose(d) music?
From:       Bernhard Ott <bernhard.ott () gmx ! net>
Date:       2011-03-30 1:09:51
Message-ID: 4D9282DF.4060902 () gmx ! net
[Download RAW message or body]

Dear all,
is it correct that the values of \transposition are not handled in a 
relative manner within transposed sections?

So if I have music written in concert pitch in and want to use it for 
let's say clarinet in b, I have to

.) \transpose c' d'
.) use \transposition c' ? (please see att. files; my problem was 
related to producing correct cuenote-pitches)

Is this supposed to be the way to do it (of course I tapped into the 
"it-has-to-be-\transposition bes -trap" and it took me quite a while  
find the trick) ?

BTW, thanks for all your work/effort/patience to make lilypond and this 
list the way they are!

Bernhard



["cue_transp_problem.ly" (text/lilypond-source)]

\version "2.13.55"

cuenotes = \relative c' {
	R1
	c4 c c c
	}
\addQuote "cue" { \cuenotes }
\addQuote "transpcue" { \transposition bes \cuenotes }
music =  \relative c' {
	c4 c c c
	\new Voice 
	{ \cueDuring #"cue"  #DOWN  { R1 \break} }
} 
musicII =  \transpose c' d' \relative c' {
    c4 c c c
    \new Voice 
	{  \cueDuring #"cue"  #DOWN  { R1 \break} }
} 

musicIII =  \transpose c' d'  \relative c' {
    \transposition c'
    c4 c c c
    \new Voice 
	{  \cueDuring #"cue"  #DOWN  { R1 \break} }
}
musicIV =  \relative c' {
	c4 c c c
	\new Voice 
	{ \cueDuring #"transpcue"  #DOWN  { R1 \break} }
} 
musicV =  \transpose c' d'  \relative c' {
    \transposition c'
    c4 c c c
    \new Voice 
	{  \cueDuring #"transpcue"  #DOWN  { R1 \break} }
}
\score {
<< 
\new Staff \music
\new Staff \musicII
\new Staff \musicIII
\new Staff \musicIV
\new Staff \musicV
>>    	
}

["cue_transp_problem.pdf" (application/pdf)]

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic