On Sat, Aug 15, 2009 at 4:07 PM, Graham
Percival<gra...@percival-music.ca> wrote:
> On Sat, Aug 15, 2009 at 04:41:34PM -0500, Jonathan Kulp wrote:
>> On Sat, Aug 15, 2009 at 4:31 PM, Graham Percival <gra...@percival-music.ca>
>> wrote:
>>     Now the only missing examples are the orchestra one (for which we
>>     might want a different image, anyway), plus any replacement pop or
>>     tablature ones.  All of these can wait.  :)
>>
>> I'd welcome a different orchestral image. (didn't I put a big flashing help
>> signal there asking for one? No one has responded to those things...)
>
> Yes.  Even though people say "oh, I'd like to help, but I don't
> want to use git", and I supply them with a list of 7 or 8 things
> they can do without git -- including simply writing a maoing .ly
> file, which one assumes that lilypond users would be capable of
> doing  -- nothing has happened.  :/

Indeed. Even after you used that atrocity of HTML: blinking text!
Here's an improved chart.ly - someone may submit a better one before
go-live, but this is definitely better than "we need words!"

Andrew
\version "2.12.0"
\include "example-header.ily"


\include "predefined-guitar-fretboards.ly"

global = {
  \time 4/4
  \key g \major
  \partial 4
  \numericTimeSignature
  #(set-global-staff-size 20)
}

melody = \relative c' {
  \global
  d4
  g4 b8( a) g4 fis
  e e e e
  a c8( b) a4 g
  fis a d
}

harmonies = \chordmode {
  \global 
  s4 g1 | c | a:m | d   % 1-3
}

text = \lyricmode {
  My eyes are dim, I can -- not see,
  I have not brought my specs with me!
}

\score {
  <<
    \new ChordNames { \harmonies }
    \new FretBoards { \harmonies }
    \new Staff  { 
      \context Voice = "vocal" { \melody }
    }
    \new Lyrics \lyricsto "vocal" \text
  >>
}

_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to