| [ << Contexts and engravers ] | [Top][Contents] | [ Tweaks and overrides >> ] |
| [ < Parentesi analitiche con etichette ] | [ Up: Contexts and engravers ] | [ Impostare l’output MIDI su un canale per voce > ] |
Cambiare automaticamente la direzione del gambo della nota centrale in base alla melodia ¶
LilyPond può modificare la direzione del gambo della nota centrale di un
rigo in modo che segua la melodia: occorre aggiungere l’incisore
Melody_engraver al contesto Voice.
La proprietà di contesto suspendMelodyDecisions può essere usata
per disattivare questo comportamento localmente.
\relative c'' { \time 3/4 a8 b g f b g | \set suspendMelodyDecisions = ##t a b g f b g | \unset suspendMelodyDecisions c b d c b c | } \layout { \context { \Voice \consists "Melody_engraver" \autoBeamOff } }
| [ << Contexts and engravers ] | [Top][Contents] | [ Tweaks and overrides >> ] |
| [ < Parentesi analitiche con etichette ] | [ Up: Contexts and engravers ] | [ Impostare l’output MIDI su un canale per voce > ] |