Améliorations en matière d’annotations éditoriales
- Les incipits peuvent désormais adopter différents types de
contexte.
\score { << \new Staff \with { instrumentName = "MensuralStaff" } { \incipit { c'4 d' } c'4 d' e' f' g'1 } \new Staff \with { instrumentName = "KievanStaff" } { \incipit \new KievanStaff { c'4 d' } c'4 d' e' f' g'1 } \new Staff \with { instrumentName = "TabStaff" } { \incipit \new TabStaff \with { \magnifyStaff 0.5 \override InstrumentName.font-size = 6 } { c'4 d' } c'4 d' e' f' g'1 } >> \layout { indent = 5\cm incipit-width = 2\cm } }
- Du matériau optionnel peut être indiqué par des crochets englobant la
portée à l’aide de
\startOptionalMaterial
et\stopOptionalMaterial
. - Le
FingerGlideSpanner
permet maintenant de connecter des objetsStringNumber
etStrokeFinger
.{ \set strokeFingerOrientations = #'(down) b2 \glide -\rightHandFinger #1 \glide -2 \glide \5 e'-\rightHandFinger #1 -2 \5 }
- Les objets graphiques
NoteName
sont désormais centrés horizontalement par défaut.