File:Northern Hyperblast (Kataklysm).svg
Summary
Description |
English: Example of Kataklysm's famous drumming style called "Northern Hyperblast". This file shows an excerpt from the song The Road to Devastation from their 2006 album In the Arms of Devastation. |
Date | |
Source | Own work |
Author | Zykure |
Other versions | File:Northern Hyperblast (Kataklysm).mid (MIDI version of this musical sheet) |
LilyPond source
Category:GNU LilyPond images#(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) (ridecymbala cross #f 4) (ridecymbalb cross #f 2) (crashcymbal cross #f 6) (crashcymbala cross #f 6) (crashcymbalb cross #f 8) (splashcymbal cross #f 7) (cowbell do #f 3))) \version "2.12.3" \paper { indent = #0 ragged-right = ##f print-page-number = ##f oddHeaderMarkup = "" evenHeaderMarkup = "" oddFooterMarkup = "" evenFooterMarkup = "" } \layout { \context { \Score \override MetronomeMark #'padding = #'0 \override Beam #'damping = #+inf.0 \remove "Bar_number_engraver" } \context { \DrumStaff \override TimeSignature #'style = #'numbered } } up = \drummode { {\repeat unfold 8 cymca8 } {\repeat unfold 8 cymca8 } {\repeat unfold 8 cymca8 } {\repeat unfold 4 cymca8 } cymcb4 cymca8 cymcb8 } down = \drummode { {\repeat unfold 4 { <bassdrum snare>16 snare16 snare16 snare16 } } {\repeat unfold 4 { <bassdrum snare>16 snare16 snare16 snare16 } } {\repeat unfold 4 { <bassdrum snare>16 snare16 snare16 snare16 } } {\repeat unfold 4 { <bassdrum snare>16 snare16 snare16 snare16 } } } drumContents = { << %\set DrumStaff.instrument = #"Drums" %\tempo 4=160 %\time 4/4 \new DrumVoice { \voiceOne \up } \new DrumVoice { \voiceTwo \down } >> } \score { \new DrumStaff { \set DrumStaff.drumStyleTable = #(alist->hash-table drumset) \drumContents } \layout { } \midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 140 4) } } }
Licensing
I, the copyright holder of this work, hereby publish it under the following licenses:
![]() |
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled GNU Free Documentation License. |
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported, 2.5 Generic, 2.0 Generic and 1.0 Generic license.
- You are free:
- to share – to copy, distribute and transmit the work
- to remix – to adapt the work
- Under the following conditions:
- attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
- share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
You may select the license of your choice.