lilypond-user
[Top][All Lists]
Advanced

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

Re: transpose chords?


From: Gerry Prosser
Subject: Re: transpose chords?
Date: Mon, 25 Jun 2012 12:04:36 +0100

I think you need to put a \transpose inside the chordnames{}, too

On 25 June 2012 11:40, MING TSANG <address@hidden> wrote:
Here is the sample code.
%%%%%%%%%%%%%%%%%%start
\version "2.14.2"
global = {\key g \major   \time 4/4  \tempo 4 = 72}
 sopranoA = \relative c''
 { \global
          \repeat volta 3 {
 \bar "|:" a4 b4 a4 b4 |
  c2 c2 | g2 r2  
         }
          \alternative {
 {  c8 b8 g8 g8~ g8 a8 b8 b8(~ | b8 a4.~ a2~ | a1^\markup {"D.S. al Fine"}) }
  { g2  r2^\markup {"Fine"} }
           }
\bar "||"  \label #'lastPage
}


 harmonies = {
      \chordmode {
                    g2 d2: e1:m    c1 
                     d1 g2 d2 e1 d2
                    d1
              }
      }




     
     
  \score {

\new ChoirStaff <<
       
<<
    \context ChordNames {
      \harmonies
          }
>>    
 
    \new Staff <<     %\transpose g d
      \new Voice = "soprano" << {                     
        \global
       { \sopranoA     }
                                }
      >>

    >>
>>
\layout { }
}

\markup { \line {"<< transpose g d >>"}}
  \score {

\new ChoirStaff <<
       
<<
    \context ChordNames {
      \harmonies
          }
>>    
 
    \new Staff <<     \transpose g d
      \new Voice = "soprano" << {                     
        \global
       { \sopranoA     }
                                }
      >>

    >>
>>
\layout { }
}
%%%%%%%%%%%%%%%end
 
Blessing in+,

From: Ramana Kumar <address@hidden>
To: MING TSANG <address@hidden>
Cc: lilypond-usermailinglist <address@hidden>
Sent: Monday, June 25, 2012 1:22:15 AM
Subject: Re: transpose chords?

Please send a code example so we can see exactly what you are doing.
On Jun 25, 2012 1:59 AM, "MING TSANG" <address@hidden> wrote:
Hi, lily user:

I use \transpose g d on a melody song.  The transpose is fine, but I notice the chord is not transposed.   How to do transpose of chord together with transpose of melody?
 
Blessing in+,
Ming.

_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user




_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user



reply via email to

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