lilypond-user
[Top][All Lists]
Advanced

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

chord name


From: MING TSANG
Subject: chord name
Date: Sun, 1 Jun 2014 03:34:08 -0700 (PDT)

lilyponders:
I am transcribe a score hardcopy and I encounter lily does not generate as the score hardcopy.
questions:
(1)  are they the same?
(2)  how can I make it show as the score hardcopy?
(3)  Is there a sample chord name sample?

Below is a sample code:
\version "2.19.7"
\language "english"
chordz = \chordmode {
bf2:2      % score hardcopy show Bf2 : lily code as bf2:2 ->generate as Bfsus2 ?are they the same?
f2:sus    % score hardcopy show Fsus :  lily code as f2:sus ->generate as F ?are they the same?
f2           % score hardcopy show F2 : lily code as f2 ->generate as F ?are they the same?
ef:min7  % score hardcopy show EfM7 : lily code as ef:min7 ->generate as Efm7 ?are they the same?
}
\score {
<<
\new ChordNames \chordz
\new Staff { \chordz }
>>
\layout { }
}


reply via email to

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