neuro wrote:
> may I write the various files elsewhere, one for each line, like
> c_major.ly c_minor.ly g_major.ly g_minor.ly f_major.ly f_minor.ly ...
> [ (7 sharps + 7 flats + no incidentas)*2 = 30 files ]
You could do that, but I do not see why you should want to do that.
I am sorry, but I do not understand your question.
For making piano lessons, I do something like
lesson = \notes { \key C \major c d e f g a b c' }
\score {
\notes {
\transpose c'' \lesson
\transpose g' \lesson
\transpose d'' \lesson
\transpose a' \lesson
\transpose e'' \lesson
\transpose b' \lesson
\transpose fis'' \lesson
...
}
}
-Rune
_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user