syllabify : prise en compte langues sans espace insécable avant les
[nenuvar.git] / templates / score-silence.ily
blobf9adac2614e46aaa4f8fcb40a2a0f8202a4b48d4
1 \score {
2   \newTinyStaff <<
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   >>
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 RehearsalMark #'font-size = #0
23       \override MetronomeMark #'font-size = #-1
24       %%\override SpacingSpanner #'common-shortest-duration = #(ly:make-moment 1 0)
25     }
26     \context { \Staff \remove "Page_turn_engraver" }
27     \context {
28       \Score
29       \override NonMusicalPaperColumn #'line-break-permission = ##f
30       \override NonMusicalPaperColumn #'page-break-permission = ##f
31     }
32   }