syllabify : prise en compte langues sans espace insécable avant les
[nenuvar.git] / templates / score-tiny.ily
blob6a0c60000b9d898d5af2bf9e160ac39d61d5aa58
1 \score {
2   \new Staff \with { \tinyStaff } <<
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     indent = #(if (*instrument-name*)
17                   largeindent
18                   (or (*score-indent*) smallindent))
19     ragged-last = #(*score-ragged*)
20   }