mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-05-15 20:39:20 +02:00
Fixed a few scores from previous fix
This commit is contained in:
parent
c222ebaea3
commit
17615a7236
34 changed files with 475 additions and 245 deletions
|
@ -2,18 +2,8 @@
|
|||
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\include "config.ily"
|
||||
\include "notes.bass.ily"
|
||||
\include "./config.ily"
|
||||
\include "./notes.bass.ily"
|
||||
|
||||
\score {
|
||||
\new PipeBandDrumStaff {
|
||||
|
@ -22,10 +12,12 @@
|
|||
<<
|
||||
\new NullVoice = "format"
|
||||
{
|
||||
|
||||
\part
|
||||
\line
|
||||
\bar "|."
|
||||
}%Format
|
||||
\new DrumVoice {
|
||||
|
||||
\bassA s4
|
||||
}
|
||||
>>
|
||||
}
|
||||
|
|
17
other/jonge_prins_van_friesland/config.ily
Normal file
17
other/jonge_prins_van_friesland/config.ily
Normal file
|
@ -0,0 +1,17 @@
|
|||
\version "2.19.0"
|
||||
%% Globals
|
||||
global = {
|
||||
\time 2/2
|
||||
}
|
||||
confTempo = {
|
||||
\tempo 2 = 80
|
||||
}
|
||||
%% Format
|
||||
part = { \partial 4 s4 }
|
||||
measure = { \grace {s1} s1 | }
|
||||
halfline = { \repeat unfold 4 \measure }
|
||||
line = { \repeat unfold 2 { \halfline } }
|
||||
|
||||
%% Headers
|
||||
title = "De Jonge Prins van Friesland"
|
||||
meter = "Mars"
|
|
@ -2,20 +2,10 @@
|
|||
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\include "config.ily"
|
||||
\include "notes.bass.ily"
|
||||
\include "notes.tenor.ily"
|
||||
\include "notes.side.ily"
|
||||
\include "./config.ily"
|
||||
\include "./notes.bass.ily"
|
||||
\include "./notes.tenor.ily"
|
||||
\include "./notes.side.ily"
|
||||
|
||||
\score {
|
||||
\new StaffGroup <<
|
||||
|
|
|
@ -3,28 +3,13 @@
|
|||
\include "bagpipe.ly"
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\include "bagpipe.ly"
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\include "bagpipe.ly"
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\include "bagpipe.ly"
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\include "bagpipe.ly"
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\include "bagpipe.ly"
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\include "config.ily"
|
||||
\include "notes.bass.ily"
|
||||
\include "notes.tenor.ily"
|
||||
\include "notes.side.ily"
|
||||
\include "notes.pipes.ily"
|
||||
%\include "notes.pipes.seconds.ily"
|
||||
%\include "notes.lyrics.ily"
|
||||
\include "./config.ily"
|
||||
\include "./notes.bass.ily"
|
||||
\include "./notes.tenor.ily"
|
||||
\include "./notes.side.ily"
|
||||
\include "./notes.pipes.ily"
|
||||
%\include "./notes.pipes.seconds.ily"
|
||||
%\include "./notes.lyrics.ily"
|
||||
|
||||
\score {
|
||||
\new StaffGroup <<
|
||||
|
|
27
other/jonge_prins_van_friesland/notes.bass.ily
Normal file
27
other/jonge_prins_van_friesland/notes.bass.ily
Normal file
|
@ -0,0 +1,27 @@
|
|||
% 2/2 De Jonge Prins van Friesland
|
||||
% Bass
|
||||
\version "2.18.2"
|
||||
composerBass = ""
|
||||
bassglobal = {}
|
||||
% Music
|
||||
bassA = \drummode {
|
||||
r4 |
|
||||
d4 g d g |
|
||||
d4 r g r |
|
||||
d4 g d g |
|
||||
d4. g8 d4
|
||||
|
||||
r4|
|
||||
d4 g d g |
|
||||
d4 r g r |
|
||||
d4 g d g |
|
||||
d2.
|
||||
}
|
||||
|
||||
simpleBassA = \drummode {
|
||||
r4 |
|
||||
\repeat percent 4 {
|
||||
d2 g2 |
|
||||
d2 r2
|
||||
}
|
||||
}
|
10
other/jonge_prins_van_friesland/notes.pipes.ily
Normal file
10
other/jonge_prins_van_friesland/notes.pipes.ily
Normal file
|
@ -0,0 +1,10 @@
|
|||
% <<TimeSig>> <<Title>>
|
||||
% Pipes
|
||||
\version "2.18.2"
|
||||
composerPipes = ""
|
||||
pipeglobal = {
|
||||
\bagpipeKey
|
||||
}
|
||||
% Music
|
||||
pipesA = {
|
||||
}
|
33
other/jonge_prins_van_friesland/notes.side.ily
Normal file
33
other/jonge_prins_van_friesland/notes.side.ily
Normal file
|
@ -0,0 +1,33 @@
|
|||
% 2/2 De Jonge Prins van Friesland
|
||||
% Side
|
||||
\version "2.18.2"
|
||||
composerSide = ""
|
||||
sideglobal = {}
|
||||
% Music
|
||||
snareA = \drummode {
|
||||
g4 |
|
||||
\flam d4 g \flam d g |
|
||||
d8 g d g \flam d4 d8 g |
|
||||
\flam d4 g d g |
|
||||
d2:32( d4)
|
||||
|
||||
g4 |
|
||||
\flam d4 g \flam d g |
|
||||
d8 g d g \flam d4 d8 g |
|
||||
\flam d4 g d g |
|
||||
d2.:32\fermata
|
||||
}
|
||||
|
||||
snareOrigA = \drummode {
|
||||
r4 |
|
||||
sn4 4 4 4 |
|
||||
sn2:32( 4) 4 |
|
||||
sn4 r4 sn4 r4 |
|
||||
sn4 4 4
|
||||
|
||||
sn4 |
|
||||
sn4 4 4 4 |
|
||||
sn2:32( 4) 4 |
|
||||
sn4 r4 sn4 r4
|
||||
sn2.:32\fermata
|
||||
}
|
19
other/jonge_prins_van_friesland/notes.tenor.ily
Normal file
19
other/jonge_prins_van_friesland/notes.tenor.ily
Normal file
|
@ -0,0 +1,19 @@
|
|||
% 2/2 De Jonge Prins van Friesland
|
||||
% Tenor
|
||||
\version "2.18.2"
|
||||
composerTenor = ""
|
||||
tenorglobal = {}
|
||||
% Music
|
||||
tenorA = \drummode {
|
||||
g4 |
|
||||
d4\up g\up d\up g\up |
|
||||
d8 g d g d4 r4 |
|
||||
\flourish d2 \flourish g2 |
|
||||
r2\blfy r4
|
||||
|
||||
g4 |
|
||||
d4\up g\up d\up g\up |
|
||||
d8 g d g d4 r4 |
|
||||
\flourish d2 \flourish g2 |
|
||||
d2.^\splitTheFeather
|
||||
}
|
|
@ -2,18 +2,8 @@
|
|||
|
||||
\include "bagpipe.ly"
|
||||
|
||||
\include "bagpipe.ly"
|
||||
|
||||
\include "bagpipe.ly"
|
||||
|
||||
\include "bagpipe.ly"
|
||||
|
||||
\include "bagpipe.ly"
|
||||
|
||||
\include "bagpipe.ly"
|
||||
|
||||
\include "config.ily"
|
||||
\include "notes.pipes.ily"
|
||||
\include "./config.ily"
|
||||
\include "./notes.pipes.ily"
|
||||
|
||||
\score {
|
||||
\new Staff {
|
||||
|
|
|
@ -2,37 +2,44 @@
|
|||
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\include "config.ily"
|
||||
\include "notes.side.ily"
|
||||
\include "./config.ily"
|
||||
\include "./notes.side.ily"
|
||||
|
||||
\score {
|
||||
\new PipeBandDrumStaff {
|
||||
\global
|
||||
\sideglobal
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
|
||||
}%Format
|
||||
|
||||
\new DrumVoice = "side" {
|
||||
|
||||
}
|
||||
>>
|
||||
}
|
||||
\new StaffGroup <<
|
||||
\new PipeBandDrumStaff = "side" {
|
||||
\global
|
||||
\sideglobal
|
||||
\set PipeBandDrumStaff.instrumentName = \markup{\instrumentSide}
|
||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{\shortInstrumentSide}
|
||||
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
\part
|
||||
\line
|
||||
\bar "|."
|
||||
}%End of Format
|
||||
\new DrumVoice = "side" {
|
||||
\snareA s4
|
||||
}%End of side
|
||||
>>
|
||||
}
|
||||
\new PipeBandDrumStaff = "trom" {
|
||||
\global
|
||||
\sideglobal
|
||||
\set PipeBandDrumStaff.instrumentName = \markup{Trom}
|
||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{T.}
|
||||
|
||||
\new DrumVoice = "trom" {
|
||||
\snareOrigA s4
|
||||
}%End of side
|
||||
}
|
||||
>>
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentSide
|
||||
composer = \composerSide
|
||||
arranger = \arrangerSide
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,28 +1,9 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "bagpipe.ly"
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\include "bagpipe.ly"
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\include "bagpipe.ly"
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\include "config.ily"
|
||||
\include "notes.tenor.ily"
|
||||
\include "./config.ily"
|
||||
\include "./notes.tenor.ily"
|
||||
|
||||
\score {
|
||||
\new PipeBandDrumStaff {
|
||||
|
@ -30,11 +11,14 @@
|
|||
\tenorglobal
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
|
||||
\part
|
||||
\line
|
||||
\bar "|."
|
||||
|
||||
}%Format
|
||||
|
||||
\new DrumVoice = "tenor" {
|
||||
|
||||
\tenorA s4
|
||||
}
|
||||
>>
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue