syllabify : prise en compte langues sans espace insécable avant les
[nenuvar.git] / templates / score-one-line.ily
blob2520a307a2cb72b199800cbf457fa3ecccb6071c
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     indent = #(if (*instrument-name*)
17                   largeindent
18                   (or (*score-indent*) smallindent))
19     ragged-last = #(*score-ragged*)
20     \context {
21       \Score
22       \override NonMusicalPaperColumn #'line-break-permission = ##f
23       \override NonMusicalPaperColumn #'page-break-permission = ##f
24     }
25   }