lilypond-user
[Top][All Lists]
Advanced

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

Several midifiles together


From: philippe hezaine
Subject: Several midifiles together
Date: Sat, 29 Apr 2006 11:14:03 +0200
User-agent: Mozilla Thunderbird 1.0.7-1.1.fc4 (X11/20050929)

 Hi
version 2.8.1-4 (Fedora 4)

After reading in the list, I have built a template for put several midifiles in one file .mid
(see below)
Is it possible, in a similar way, ie. with the identifiers upperun, upperdeux ... and then score, to make a template for the layout ? (with indent for the first system
of each piece, for instance)
I know an another way for make it, but, to my limited knowledge, the typesetting for files is different and I must treat the issues with separate files where copy and paste aren't so easy.
Otherwise, I don't find good solutions for layout with this template.
Is it possible ? Any help ?  (Please, tell me if it run for you)
   Thanks

\version "2.8.1"

    \header {
      title = "Midis-out together"
   }

           % FICHIER MIDIS REUNIS
           % musique no1
 upperun = \relative c'' {
      \clef treble
      \key c \major
      \time 3/4
   \repeat volta 2 {}  ...etc
  }
lowerun = \relative c {
      \clef bass  ...etc }

                  % musique no2
upperdeux =
    \relative c'' { ...   \tempo 4 = 100   ...etc }
lowerdeux = \relative c { ... }

             % musique no3

 uppertrois =
    \relative c'' { ... }

 lowertrois = \relative c { ... }

           %-------------------

    \score {
   \unfoldRepeats

        { %faire une seule séquence des différents morceaux
<< % musique no1 \context Staff=upper \upperun
   \context Staff=lower  \lowerun

      >> % fin de musique no1

        << % musique no2
\context Staff=upper \upperdeux
        \context Staff=lower \lowerdeux

      >> % fin de musique no2

        << % musique no3
\context Staff=upper \uppertrois
        \context Staff=lower \lowertrois

      >> % fin de musique no3
} %fin de la sequence \midi { \tempo 4 = 140 % pour le début }
    } % fin du score






reply via email to

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