1. I tried to make an optical music recognition with lilypond output some
long ago.
I finished the lilypond part. I cannot remember even how I did it.
These are the input file and the output file for a bass line.
1. Intenté hacer un programa de reconocimiento de música pero lo dejé.
Sí que terminé
1-
Your solution is wonderful. Thanks a lot.
I'm trying to learn scheme-lilypond. Though I can program other languages, I
still need to understand the objects of lilypond-scheme, "music" and "mus",
to know the flow of commands applied: (display mus)
2-
I knew your later version of chordsToSe
I get { { f' f' f' f' } { bflat' bflat' bflat' bflat' } { f' f' f' f' } }
and I would like to get { f' f' f' f' bflat' bflat' bflat' bflat' f'
f' f' f' }
This is the code:
\version "2.14.2"
\include "english.ly"
musacor= \chordmode {
f1:7bf:7f:7
}