lilypond-user
[Top][All Lists]
Advanced

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

Re: Stand alone guitar chord diagrams


From: SoundsFromSound
Subject: Re: Stand alone guitar chord diagrams
Date: Sun, 13 Oct 2013 01:55:36 -0700 (PDT)

Or do you mean something like this, with notes as well?

\version "2.17.24"

global = {
  \time 4/4
  \key c \major
  }

chordNames = \chordmode {
  \global
  c1 g1 e1 d1
  
}

melody = \relative c'' {
  \global
  c4 d e f
  g g f g
  e g a g 
  d d d d
}


\score {
  <<
    \new ChordNames \chordNames
    \new FretBoards \chordNames
    \new Staff { \melody }
    
  >>
 
}





Federico Bruni-5 wrote
> 2013/10/12 Kevin Tough &lt;

> kevin@

> &gt;
> 
>> In my course documentation I will need a flexible means to generate
>> chord diagrams. I would be greatly surprised that Lilypond could be used
>> for this but perhaps someone has experience with this and would make a
>> suggestion as to what I might use. I'm running Linux and would prefer
>> something open source.
>>
> 
> Something like this (very simple)?
> 
> \version "2.16.2"
> 
> \markup {
>   \fill-line { \bold "Major chords in first position" }
> }
> \markup {
>   \fret-diagram #"6-x;5-3;4-2;3-o;2-1;1-o;"
>   \fret-diagram #"6-x;5-o;4-o;3-2;2-3;1-2;"
>   \fret-diagram #"6-o;5-2;4-2;3-1;2-o;1-o;"
> }
> 
> _______________________________________________
> lilypond-user mailing list

> lilypond-user@

> https://lists.gnu.org/mailman/listinfo/lilypond-user





-----
composer | sound designer 
 LilyPond Tutorials (for beginners) --> http://bit.ly/bcl-lilypond
--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Stand-alone-guitar-chord-diagrams-tp152190p152224.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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