%drum-info.de - LilyPond Basisdatei zur Erstellung PAS-Standard-konformer Schlagzeug Notation - Version 1.0 \version "2.12.2" \header { tagline = ##f } #(define drumset '( (bassdrum default #f -3) (snare default #f 1) (hihat cross #f 5) (pedalhihat cross #f -5) (closedhihat cross "stopped" 5) (openhihat cross "open" 5) (hightom default #f 3) (lowmidtom default #f 2) (lowtom default #f -1) (ridecymbal cross #f 4) (crashcymbal cross #f 6) (cowbell do #f 3))) \header{ title = \markup \center-column { "Notensatzbeispiel für Schlagzeug" } } \new DrumStaff \with {\consists "Parenthesis_engraver" } << \set DrumStaff.drumStyleTable = #(alist->hash-table drumset) \set DrumStaff.instrumentName = #"1" \numericTimeSignature \time 4/4 \tempo 4=120 \drummode{ \stemUp %---------------Hier beginnt der eigentliche Noten Code---------------------------------- %---------------Hier endet der eigentliche Noten Code---------------------------------- } >>