syllabify : prise en compte langues sans espace insécable avant les
[nenuvar.git] / templates / score-nation-clavier2.ily
blobffb8b5079faa5420a34bcbe810be196d6db8e98d
1 \score {
2   <<
3     \new Staff << \staffSize #-3 \global \includeNotes "dessus1" >>
4     \new PianoStaff \with {
5       instrumentName = \markup\larger $(or (*instrument-name*) "")
6     } <<
7       \new Staff \with { \consists "Metronome_mark_engraver" } <<
8         \global \includeNotes "dessus2"
9       >>
10       \new Staff <<
11         $(or (*score-extra-music*) (make-music 'Music))
12         \global \keepWithTag #'chiffree \includeNotes "basse"
13         \keepWithTag #'chiffree \includeFigures "chiffres"
14       >>
15     >>
16   >>
17   \layout {
18     indent = #(if (*instrument-name*)
19                   largeindent
20                   (or (*score-indent*) smallindent))
21     ragged-last = #(*score-ragged*)
22     \context { \Score \remove "Metronome_mark_engraver" }
23   }