Next: , Previous: Feathered beams, Up: Contemporary notation


8.4.7 Improvisation

Improvisation is sometimes denoted with slashed note heads. Such note heads can be created by adding a Pitch_squash_engraver to the Voice context. Then, the following command

\set squashedPosition = #0
\override NoteHead #'style = #'slash

switches on the slashes.

There are shortcuts \improvisationOn (and an accompanying \improvisationOff) for this command sequence. They are used in the following example

     
     \new Voice \with {
       \consists Pitch_squash_engraver
     } \transpose c c' {
       e8 e g a a16(bes)(a8) g \improvisationOn
       e8
       ~e2~e8 f4 fis8
       ~fis2 \improvisationOff a16(bes) a8 g e
     }

[image of music]



Next: , Previous: Feathered beams, Up: Contemporary notation

Cette page documente LilyPond-2.11.28 (branche de développement).

Rapporter toute anomalie en français à lilypond-user-fr@gnu.org ou en anglais à http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs

Your suggestions for the documentation are welcome.