Unnecessary `ten.' indication
[opera_libre.git] / parts.ly
blob079d7c7e3934cbb681b758ae95605fed127e3e94
1 %------------------------------------------------------------------%
2 % Opéra Libre -- parts.ly %
3 % %
4 % (c) Valentin Villenave, 2008, 2009 %
5 %------------------------------------------------------------------%
8 \version "2.12"
10 %%%%%%%%%%%%%%%%%%%%%%%% Common Inclusions %%%%%%%%%%%%%%%%%%%%%%%%%
12 \include "italiano.ly"
14 \include "./definitions/music-functions.ly"
15 \include "./definitions/text-functions.ly"
16 \include "./definitions/graphics.ly"
17 \include "./definitions/settings.ly"
19 \include "./texte/nomenclature.ly"
20 \include "./texte/decoupage.ly"
21 \include "./texte/didascalies.ly"
23 \include "./master/mesures.ly"
25 %%%%%%%%%%%%%%%%%%%%%%%% Layout declarations %%%%%%%%%%%%%%%%%%%%%%%
27 \layout {
28 \includePartsLayout
31 PianoDeuxMains=
32 #(define-music-function (parser location droite gauche) (ly:music? ly:music?)
34 \new PianoStaff <<
35 \new Staff = "md" { \clef treble $droite }
36 \new Staff = "mg" { \clef bass $gauche }
38 #})
40 PercuDeuxMains=
41 #(define-music-function (parser location droite gauche) (ly:music? ly:music?)
43 \new PianoStaff <<
44 \new Staff = "percuDroite" { \clef treble $droite }
45 \new Staff = "percuGauche" { \clef bass $gauche }
47 #})
50 %%%%%%%%%%%%%%%%%%%%%%%%%% Part selection %%%%%%%%%%%%%%%%%%%%%%%%%%
51 \include "./master/common.ly"
53 \header {
54 scoretype = "Altos"
57 \paper { #(define page-breaking ly:page-turn-breaking) }
60 \include "./master/titling.ly"
61 \include "./master/instruments.ly"