mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-05-15 12:29:22 +02:00
New Tunes
----------------------------------------------------- Mairi's Wedding Lochanside My Land PM JK Cairns Cabar Feidh (Reel, Hornpipe, Jig, Strathspey) La Baum Rowan Tree Wings Molly Connell
This commit is contained in:
parent
9f6b002762
commit
560b5621b7
82 changed files with 2747 additions and 236 deletions
|
@ -7,7 +7,7 @@ confTempo = {
|
|||
\tempo 4 = 80
|
||||
}
|
||||
%% Format
|
||||
part = { \partial 8 s8 }
|
||||
part = { \partial 8 \grace{s4.} s8 }
|
||||
measure = { \grace {s1} s1 | }
|
||||
halfline = { \repeat unfold 4 \measure }
|
||||
line = { \repeat unfold 2 { \halfline } }
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
% Bass
|
||||
\version "2.18.2"
|
||||
composerBass = ""
|
||||
arrangerBass = ""
|
||||
bassglobal = {}
|
||||
% Music
|
||||
bassA = \drummode {
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
% Lyrics
|
||||
\version "2.18.2"
|
||||
composerLyrics = ""
|
||||
arrangerLyrics = ""
|
||||
lyricsglobal = {}
|
||||
% Music
|
||||
lyricsA = \drummode {
|
||||
|
|
|
@ -2,9 +2,10 @@
|
|||
% Pipes
|
||||
\version "2.18.2"
|
||||
composerPipes = ""
|
||||
arrangerPipes = ""
|
||||
pipeglobal = {
|
||||
\bagpipeKey
|
||||
}
|
||||
}
|
||||
% Music
|
||||
pipesA = {
|
||||
}
|
||||
|
|
|
@ -2,9 +2,11 @@
|
|||
% Pipes (Seconds)
|
||||
\version "2.18.2"
|
||||
composerPipesSecnd = ""
|
||||
arrangerPipesSecnd = ""
|
||||
pipessecndglobal = {
|
||||
\bagpipeKey
|
||||
}
|
||||
}
|
||||
% Music
|
||||
pipessecndA = {
|
||||
|
||||
}
|
||||
|
|
|
@ -2,9 +2,11 @@
|
|||
% Pipes (Thirds)
|
||||
\version "2.18.2"
|
||||
composerPipesthrd = ""
|
||||
arrangerPipesthrd = ""
|
||||
pipesthrdglobal = {
|
||||
\bagpipeKey
|
||||
}
|
||||
}
|
||||
% Music
|
||||
pipesthrdA = {
|
||||
|
||||
}
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
% Side
|
||||
\version "2.18.2"
|
||||
composerSide = ""
|
||||
arrangerSide = ""
|
||||
sideglobal = {}
|
||||
% Music
|
||||
\snareA = \drummode {
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
% Tenor
|
||||
\version "2.18.2"
|
||||
composerTenor = ""
|
||||
arrangerTenor = ""
|
||||
tenorglobal = {}
|
||||
% Music
|
||||
tenorA = \drummode {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue