mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-05-15 12:29:22 +02:00
Merge branch 'tunekeys'
This commit is contained in:
commit
72139f6b3f
172 changed files with 521 additions and 336 deletions
|
@ -3,8 +3,8 @@
|
|||
\version "2.18.2"
|
||||
composerPipes = ""
|
||||
pipeglobal = {
|
||||
\bagpipeKey
|
||||
}
|
||||
\key d \major
|
||||
}
|
||||
% Music
|
||||
pipesA = {
|
||||
\thrwd d4 \slurd d4 \dble e4 |
|
||||
|
|
|
@ -2,10 +2,11 @@
|
|||
%% Globals
|
||||
global = {
|
||||
\time 2/4
|
||||
}
|
||||
\key a \mixolydian
|
||||
}
|
||||
confTempo = {
|
||||
\tempo 4 = 80
|
||||
}
|
||||
}
|
||||
%% Format
|
||||
measure = { \grace {s1} s2 | }
|
||||
halfline = { \repeat unfold 4 \measure }
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
\version "2.18.2"
|
||||
composerPipes = "Calixa Lavallée"
|
||||
pipeglobal = {
|
||||
\bagpipeKey
|
||||
}
|
||||
\key a \mixolydian
|
||||
}
|
||||
% Music
|
||||
pipesA = {
|
||||
\grg c4 \grg e8. [ \gra e16 ] |
|
||||
|
|
32
other/o_canada/pipes.bes.ly
Normal file
32
other/o_canada/pipes.bes.ly
Normal file
|
@ -0,0 +1,32 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "bagpipe.ly"
|
||||
|
||||
\include "./config.ily"
|
||||
\include "./notes.pipes.ily"
|
||||
|
||||
\score {
|
||||
\transpose f d \new Staff {
|
||||
\global
|
||||
\pipeglobal
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
\repeat unfold 7 {
|
||||
\repeat unfold 4 \measure
|
||||
\break
|
||||
}
|
||||
\bar "|."
|
||||
}%Format
|
||||
|
||||
\new Voice = "pipes" {
|
||||
\pipesA
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
}
|
||||
}
|
|
@ -3,8 +3,8 @@
|
|||
\version "2.18.2"
|
||||
composerPipes = ""
|
||||
pipeglobal = {
|
||||
\bagpipeKey
|
||||
}
|
||||
\key d \major
|
||||
}
|
||||
% Music
|
||||
pipesA = {
|
||||
\grg a4 |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue