lilypond-user
[Top][All Lists]
Advanced

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

Re: how to create a book from multiple .ly files


From: Kieren MacMillan
Subject: Re: how to create a book from multiple .ly files
Date: Wed, 5 Feb 2020 10:57:36 -0500

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: address@hidden




reply via email to

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