syllabify : prise en compte langues sans espace insécable avant les
[nenuvar.git] / templates / score-basse-voix.ily
blobb02fc6daa550be80a489f3bee030f7c9c55529f0
1 \score {
2   \new StaffGroupNoBar <<
3     \newTinyHaraKiriStaffB \withLyrics <<
4       \global \keepWithTag #'basse \includeNotes "voix"
5     >> \keepWithTag #'basse \includeLyrics "paroles"
6     \new Staff <<
7       \keepWithTag #(*tag-global*) \global
8       \keepWithTag #(*tag-notes*) \includeNotes #(*note-filename*)
9       \clef #(*clef*)
10       $(if (*instrument-name*)
11                       (make-music 'ContextSpeccedMusic
12                                   'context-type 'Staff
13                                   'element (make-music 'PropertySet
14                                                        'value (markup #:large (*instrument-name*))
15                                                        'symbol 'instrumentName))
16                       (make-music 'Music))
17       $(or (*score-extra-music*) (make-music 'Music))
18     >>
19   >>
20   \layout {
21     indent = #(if (*instrument-name*)
22                   largeindent
23                   (or (*score-indent*) smallindent))
24     ragged-last = #(*score-ragged*) }