syllabify : prise en compte langues sans espace insécable avant les
[nenuvar.git] / templates / score-basse-continue2.ily
bloba83c6b9c1ea041cedc4ffba2ea389b927d40a626
1 \score {
2   \new Staff <<
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     \new FiguredBass \keepWithTag #(*tag-notes*) \includeFigures "chiffres"
15   >>
16   \layout {
17     indent = #(if (*instrument-name*)
18                   largeindent
19                   (or (*score-indent*) smallindent))
20     ragged-last = #(*score-ragged*)
21   }