]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/new/snap-pizzicato-bartok-pizzicato.ly
Merge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / Documentation / snippets / new / snap-pizzicato-bartok-pizzicato.ly
1 \version "2.13.4"
2
3 \header {
4   lsrtags = "expressive-marks, unfretted-strings"
5   texidoc = "
6 A snap-pizzicato (also known as \"Bartok pizzicato\") is a \"strong
7 pizzicato where the string is plucked vertically by snapping and
8 rebounds off the fingerboard of the instrument\" (Wikipedia).  It is
9 denoted by a cicle with a vertical line going from the center upwards
10 outside the circle.
11 "
12   doctitle = "Snap-pizzicato (\"Bartok pizzicato\")"
13 }
14
15 \relative c' {
16   c4\snappizzicato
17   <c' e g>4\snappizzicato
18   <c' e g>4^\snappizzicato
19   <c, e g>4_\snappizzicato
20 }