syllabify : prise en compte langues sans espace insécable avant les
[nenuvar.git] / Charpentier / MusiqueSacree / H36_43_O / ORex / score.ily
blobfd760b1a9c972afec9ddf164b6f7ab125fcaaf7c
1 \score {
2   \new StaffGroupNoBar <<
3     \new StaffGroupNoBracket <<
4       \new Staff <<
5         \origVersion {
6           \override Staff.InstrumentName #'self-alignment-Y = #UP
7           \instrumentName \markup \center-column {
8             \fontsize #2 "Sixième O"
9             après
10             \line \italic { Joseph est bien marié }
11           }
12         }
13         \global \includeNotes "dessus1" >>
14       \new Staff << \global \includeNotes "dessus2" >>
15     >>
16     \new Staff \withLyrics <<
17       \override Staff.InstrumentName #'self-alignment-X = #RIGHT
18       \origVersion \instrumentName "Mr Chopelet"
19       \global \includeNotes "voix"
20     >> \includeLyrics "paroles"
21     \new Staff <<
22       \global \includeNotes "basse"
23       \new FiguredBass \includeFigures "chiffres"
24     >>
25   >>
26   \layout {
27     indent = #(if (eqv? (ly:get-option 'ancient-style) #t)
28                   (* 30 mm)
29                   smallindent)
30   }
31   \midi { }