]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/halfopenvertical.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / halfopenvertical.ly
1 \version "2.19.43"
2
3 \header {
4
5   texidoc = "The halfopenvertical articulation is available."
6
7 }
8 #(define mydrums '(
9          (hihat         cross #f                 5)
10          (openhihat     cross "open"             5)
11          (closedhihat   cross "stopped"          5)
12          (halfopenhihat cross "halfopenvertical" 5)))
13
14 \new DrumStaff <<
15   \set DrumStaff.drumStyleTable = #(alist->hash-table mydrums)
16
17   \drummode { hh4 hhc hho hhho }
18 >>
19