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