lilypond-user
[Top][All Lists]
Advanced

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

Re: More ponderings on Chordmode


From: Peter Gentry
Subject: Re: More ponderings on Chordmode
Date: Sat, 6 Feb 2016 11:05:30 -0000

Message: 5
Date: Sat, 6 Feb 2016 11:27:16 +0100
From: "address@hidden" <address@hidden>
To: address@hidden
Subject: Re: More ponderings on Chordmode
Message-ID: <address@hidden>
Content-Type: text/plain; charset=windows-1252; format=flowed

Just to be sure. You removed the \chordnames part and added the \chords.
When I did this I got a guitar (well, it didn't sound like a guitar, but 
it was not a piano) both for the melody and the chords.

I think it would be beneficial if you attached the .ly file so we can 
see what you have done...

// Anders

I have tried a couple of different instrument names. The chord sound does vary 
but still very much piano like.

Here is the file

\version "2.19.25"
\include "predefined-ukulele-fretboards.ly"
\storePredefinedDiagram #default-fret-table \chordmode {c:dim7}
                        #ukulele-tuning 
                       "5-3;3-2;2-1;o;"

myChordsTransposed = \chordmode {
  e1:7 |
  s1 |
  a2 g |
  c2:dim7 a:7 |
  d1 |
  s1 |
  s2 s4 g |
}
\score {
<<
\chords {
  \set ChordNames.midiInstrument = #"banjo"
    \myChordsTransposed
}
  \new FretBoards {
    \set Staff.stringTunings = #ukulele-tuning
    \myChordsTransposed
  }

  \relative c'' 
  \new Staff {
    \set Staff.midiInstrument = "acoustic guitar (nylon)"

\transpose c b {
      \key ees\major
      r1 |
      r1 |
      r2 r2 |
      r2 r2 |
      g4^\markup{\musicglyph #"scripts.segno"} g8. f16 ees8. bes16 ees8. f16 |
      g4 g ees2 |
      g4 g bes aes8. aes16 |
      g4 f f2 |
   }
}
>>
\layout {}
\midi {}
}regards
Peter Gentry 





reply via email to

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