mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-05-17 05:19:21 +02:00
workable right now
This commit is contained in:
commit
792d8f563e
195 changed files with 7013 additions and 0 deletions
14
music/hornpipes/the_walrus/config.ily
Normal file
14
music/hornpipes/the_walrus/config.ily
Normal file
|
@ -0,0 +1,14 @@
|
|||
\version "2.19.0"
|
||||
%% Globals
|
||||
global = {
|
||||
\time 2/4
|
||||
}
|
||||
|
||||
%% Format
|
||||
part = { \partial 8 s8 }
|
||||
halfline = { \repeat unfold 4 { s1 | } }
|
||||
line = { \repeat unfold 2 { \halfline } }
|
||||
|
||||
%% Headers
|
||||
title = "The Walrus"
|
||||
meter = "Hornpipe"
|
6
music/hornpipes/the_walrus/notes.side.ily
Normal file
6
music/hornpipes/the_walrus/notes.side.ily
Normal file
|
@ -0,0 +1,6 @@
|
|||
% <<TimeSig>> <<Title>>
|
||||
% Side
|
||||
\version "2.18.2"
|
||||
composerSide = ""
|
||||
\snareA = \drummode {
|
||||
}
|
20
music/hornpipes/the_walrus/side.ly
Normal file
20
music/hornpipes/the_walrus/side.ly
Normal file
|
@ -0,0 +1,20 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "config.ily"
|
||||
\include "notes.side.ily"
|
||||
|
||||
\score {
|
||||
\new PipeBandDrumStaff {
|
||||
\global
|
||||
<<
|
||||
{ }
|
||||
{ }
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentSide
|
||||
composer = \composerSide
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue