syllabify : prise en compte langues sans espace insécable avant les
[nenuvar.git] / templates / score.ily
blobf6ee22a08efffbd3764e5bb070cf439a2906f351
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 (make-large-markup (*instrument-name*))
11                                  'symbol 'instrumentName))
12                     (make-music 'Music))
13     $(or (*score-extra-music*) (make-music 'Music))
14   >>
15   \layout {
16     system-count = #(*system-count*)
17     indent = #(if (*instrument-name*)
18                   largeindent
19                   (or (*score-indent*) smallindent))
20     ragged-last = #(*score-ragged*)
21   }