Hi Dario,

> i wrote some training exercises for the piano; I have a .ly file for each one

Good!

> because these exercises share the same structure (a musical pattern that is 
> translated to other keys) I put the music content (notes) on a separated .ly 
> file

Good!

> I read the documentation but I don't understand how to do to collect all the 
> exercises in a single book, with text parts between them. 

\include "firstscore.ly"
\include "secondscore.ly"
...
 
\score {
  <<
    [first score]
  >>
}

\markup { "Text part" }

\score {
  <<
    [second score]
  >>
}

\markup { "Text part" }

…
________________________________

Kieren MacMillan, composer (he/him/his)
‣ website: www.kierenmacmillan.info
‣ email: i...@kierenmacmillan.info


Reply via email to