lilypond-user
[Top][All Lists]
Advanced

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

Re: structured small files


From: Rune Zedeler
Subject: Re: structured small files
Date: Sun, 15 Dec 2002 15:28:46 +0100

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



reply via email to

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