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