lilypond-user
[Top][All Lists]
Advanced

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

Re: fret-diagram and chord name


From: Kevin Tough
Subject: Re: fret-diagram and chord name
Date: Mon, 26 Jan 2015 05:13:18 +0100

Hi, I'm just starting with Lilypond and am using 2.18.2 so I'll just
comment on the chord name. I think you should check the notes used at
the place of the chord name. If they are e gs b then you have a normal f
chord and even though you write it as ef1:sus. If you drop the gs to a
"fs" then Lilypond will insert an esus2,  if I'm not mistaken. Make the
gs an a and you have a sus4. Lots of luck with the rest of your code.

Namaste,
Kevin Tough

On Mon, 2015-01-26 at 02:43 +0000, MING TSANG wrote:
> Hi, Lilyponder:
> There is no reponse to the following email sent Jan 14.  I am hoping
> someone will answer this time.
> Immanuel,
> Ming
> 
> 
> 
> On Wednesday, January 14, 2015 5:05 PM, MING TSANG
> <address@hidden> wrote:
> 
> 
> 
> dear lilyponders:
> I run the following .ly file and got the following warning error.
> 1.  how can the warning message be removed?
> Starting lilypond-windows.exe 2.19.15 [test_unfailing-love.ly]...
> Processing
> `C:/Users/Tsang/Dropbox/Lyndon/choir/unfailing-love/test_unfailing-love.ly'
> Parsing...
> Interpreting music...
> C:/Users/Tsang/Dropbox/Lyndon/choir/unfailing-love/test_unfailing-love.ly:19:3:
>  warning: No string for pitch #<Pitch aes' > (given frets (15 13 11))
> 
> af1:2.3.5 df1:maj7/a \break%m01-02
> 
> C:/Users/Tsang/Dropbox/Lyndon/choir/unfailing-love/test_unfailing-love.ly:20:3:
>  warning: No string for pitch #<Pitch aes' > (given frets (15 13 11))
> 
> af1:2.3.5 df1:maj7/a \break%m03-04
> 
> [8]
> C:/Users/Tsang/Dropbox/Lyndon/choir/unfailing-love/test_unfailing-love.ly:23:3:
>  warning: No string for pitch #<Pitch des' > (given frets (8 6 4))
> 
> df1:2.3.5 ef1:sus \break%m17-18
> 
> C:/Users/Tsang/Dropbox/Lyndon/choir/unfailing-love/test_unfailing-love.ly:24:7:
>  warning: No string for pitch #<Pitch g' > (given frets (13 13 11))
> af2 
> af2/g f2:m7 af2/c \break %m19-20
> 
> [16]
> Preprocessing graphical objects...
> Finding the ideal number of pages...
> Fitting music on 1 page...
> Drawing systems...
> Layout output to `test_unfailing-love.ps'...
> Converting to `./test_unfailing-love.pdf'...
> Success: compilation successfully completed
> 
> Completed successfully in 1.6".
> 
> 
> 2.  ef1:sus  does not show "sus" part. Is it the right code?
> 
> 
> 
> 
> <><><><><><><><><><>
> \version "2.19.15"
> 
> \language "english"
> global = {
> \key af \major
> \numericTimeSignature
> \time 4/4
> 
> }
> chExceptionMusic = {
> 
> 
> <c d e g>1-\markup \super "(add2)"
> 
> 
> }
> chExceptions = #(append (sequential-music-to-chord-exceptions
> chExceptionMusic #t) ignatzekExceptions)
> chordNames = \chordmode {
> \global
> \set chordNameExceptions = #chExceptions
> af1:2.3.5 df1:maj7/a \break%m01-02
> af1:2.3.5 df1:maj7/a \break%m03-04
> af1 df4 af4/c bf1:m7 \break%m05-07
> 
> df1:2.3.5       ef1:sus   \break%m17-18
> af2 af2/g f2:m7 af2/c \break %m19-20
> 
> }
> 
> 
> \score {
> <<
> \new ChordNames \chordNames
> \new FretBoards {
> \chordmode {
> \chordNames
> }
> }
> >>
> 
> }
> 
> 
> 
> 
> 
> _______________________________________________
> 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]