syllabify : prise en compte langues sans espace insécable avant les
[nenuvar.git] / templates / score-basse-continue-voix.ily
blobd0b8317b3dc36a9f7b4f379e8d357e0256f7d611
1 \score {
2   \new StaffGroupNoBar <<
3     \new Staff \with { \haraKiriFirst \tinyStaff } \withLyrics <<
4       \keepWithTag #(*tag-global*) \global
5       \keepWithTag #'basse \includeNotes "voix"
6     >> \keepWithTag #'basse \includeLyrics "paroles"
7     \new Staff <<
8       \keepWithTag #(*tag-global*) \global
9       \keepWithTag #(*tag-notes*) \includeNotes #(*note-filename*)
10       \clef #(*clef*)
11       $(if (*instrument-name*)
12                       (make-music 'ContextSpeccedMusic
13                                   'context-type 'Staff
14                                   'element (make-music 'PropertySet
15                                                        'value (markup #:large (*instrument-name*))
16                                                        'symbol 'instrumentName))
17                       (make-music 'Music))
18       $(or (*score-extra-music*) (make-music 'Music))
19       \keepWithTag #(*tag-notes*) \includeFigures "chiffres"
20     >>
21   >>
22   \layout {
23     indent = #(if (*instrument-name*)
24                   largeindent
25                   (or (*score-indent*) smallindent))
26     ragged-last = #(*score-ragged*) }