lilypond-user
[Top][All Lists]
Advanced

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

Re: How do I enter the chord "B(add4)/G#"?


From: John Zaitseff
Subject: Re: How do I enter the chord "B(add4)/G#"?
Date: Thu, 2 Sep 2010 15:22:21 +1000
User-agent: KMail/1.9.10

Thanks to Jan and Christopher for their help!  Just to summarise:

I wrote:
> A very quick and simple question that has me stumped: How do I enter the
> chord "B(add4)/G#" in LilyPond's chord mode? [...] I would have
> thought "b:5.4/gis" would do the trick, but that gives "B(sus4/add3)/G#"
> as output---and I don't know if that is the same as "B(add4)/G#"!

Given Jan's reply that "B(add4)/G#" is <gis b dis e fis>, the correct chord 
name under LilyPond is indeed "b:5.4/gis"---as proved by the very small 
LilyPond fragment below:

  \version "2.12.0"

  k  = { \key e \major \time 4/4 }
  ch = \chordmode { b1 b1:5.4 b1:5.4/gis b1:11 b1:11/gis }
  no = \relative c'' { <b dis fis>1 <b dis e fis>1 <gis b dis e fis>1
       <b dis fis a cis e>1 <gis b dis fis a cis e>1 }

  \score {
      \new Staff <<
          \new ChordNames = "chOne" << { \k \ch } >>
          \new Staff = "One" <<
              \new Voice = "noOne" << { \k \ch } >>
          >>
          \new ChordNames = "chTwo" << { \k \no } >>
          \new Staff = "Two" <<
              \new Voice = "noTwo" << { \k \no } >>
          >>
      >>

      \layout { }
      \midi { }
  }

Once again, thanks for your help!

Yours truly,

John Zaitseff

-- 
John Zaitseff                    ,--_|\    The ZAP Group
Phone:  +61 2 9643 7737         /      \   Sydney, Australia
E-mail: address@hidden   \_,--._*   http://www.zap.org.au/
                                      v



reply via email to

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