Node:Tremolo repeats, Next:, Previous:Manual repeat commands, Up:Repeats



Tremolo repeats

To place tremolo marks between notes, use \repeat with tremolo style:

     \score {
       \context Voice \notes\relative c' {
         \repeat "tremolo" 8 { c16 d16 }
         \repeat "tremolo" 4 { c16 d16 }
         \repeat "tremolo" 2 { c16 d16 }
         \repeat "tremolo" 4 c16
       }
     }
     

[picture of music]

See also

Tremolo beams are Beam objects. Single stem tremolos are StemTremolos. The music expression is TremoloEvent.

Bugs

The single stem tremolo must be entered without { and }.


This page is for LilyPond-2.0.0 (stable-branch).

Report errors to <bug-lilypond@gnu.org>.