lilypond-user
[Top][All Lists]
Advanced

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

fret-diagram and chord name


From: MING TSANG
Subject: fret-diagram and chord name
Date: Wed, 14 Jan 2015 22:05:01 +0000 (UTC)

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
}
}
>>
}

Attachment: 2015-01-14_170108.png
Description: PNG image


reply via email to

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