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 { }
}
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to