mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-12-22 16:23:31 +01:00
Small tweaks that have been stashed for a while
This commit is contained in:
parent
c603cc46a2
commit
63fd10dedc
4 changed files with 129 additions and 8 deletions
|
@ -41,7 +41,7 @@ snareBA = \drummode {
|
||||||
\tutti {
|
\tutti {
|
||||||
d8.:32)(-> g16:64)(-> g16:64 d8:32)(-> g16) |
|
d8.:32)(-> g16:64)(-> g16:64 d8:32)(-> g16) |
|
||||||
|
|
||||||
\flam d16. g32 d16. \flam d32 d16. \flam g32 d32 g d g |
|
\flam d16. g32 d16. \flam g32 d16. \flam g32 d32 g d g |
|
||||||
d8->
|
d8->
|
||||||
} \triplet { d16 \< d g } \triplet { d16 g g } d8-> \!
|
} \triplet { d16 \< d g } \triplet { d16 g g } d8-> \!
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
% <<TimeSig>> <<Title>>
|
% 2/4 MacKenzie Highlanders
|
||||||
% Pipes
|
% Pipes
|
||||||
\version "2.18.2"
|
\version "2.18.2"
|
||||||
composerPipes = ""
|
composerPipes = ""
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
% 2/4 The Walrus
|
% 2/4 The Walrus
|
||||||
% Side
|
% Side
|
||||||
\version "2.18.2"
|
\version "2.18.2"
|
||||||
composerSide = "E.T. de Boone, v0.8, 2016"
|
composerSide = "E.T. de Boone, v1.0, 2016"
|
||||||
sideglobal = {
|
sideglobal = {
|
||||||
\eighthBeaming
|
\eighthBeaming
|
||||||
}
|
}
|
||||||
|
@ -66,11 +66,11 @@ snareBBB = \drummode {
|
||||||
|
|
||||||
snareCA = \drummode {
|
snareCA = \drummode {
|
||||||
d16 g |
|
d16 g |
|
||||||
\flam d16[ \> \drag g8 \! g16]
|
\flam d16[ \> \drag g8 g16]
|
||||||
d8:32( g16) \flam g16 \<
|
d8:32( g16)\< \flam g16
|
||||||
|
|
|
|
||||||
r16 \flam d8\! g16
|
r16 \flam d8\! g16
|
||||||
d32 g d g d16. g32
|
d32 d g d g16. g32
|
||||||
|
|
|
|
||||||
\flam d16 g32 g d16 \flam g16
|
\flam d16 g32 g d16 \flam g16
|
||||||
d32 g d g d16 g->
|
d32 g d g d16 g->
|
||||||
|
@ -79,8 +79,8 @@ snareCA = \drummode {
|
||||||
g16:64 g16:64)(-> d)-> g16 |
|
g16:64 g16:64)(-> d)-> g16 |
|
||||||
}
|
}
|
||||||
snareCBA = \drummode {
|
snareCBA = \drummode {
|
||||||
\flam d16[ \> \drag g8 \! g16]
|
\flam d16[ \> \drag g8 g16]
|
||||||
d8:32( g16) \flam g16 \<
|
d8:32( g16)\< \flam g16
|
||||||
|
|
|
|
||||||
r16 \flam d8\! g16
|
r16 \flam d8\! g16
|
||||||
\triplet { d16 g16 d16 } \flam g16. g32
|
\triplet { d16 g16 d16 } \flam g16. g32
|
||||||
|
|
121
hornpipes/the_walrus/pipes+side.ly
Normal file
121
hornpipes/the_walrus/pipes+side.ly
Normal file
|
@ -0,0 +1,121 @@
|
||||||
|
\version "2.19.0"
|
||||||
|
|
||||||
|
\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"
|
||||||
|
|
||||||
|
\layout {
|
||||||
|
indent = 5.0
|
||||||
|
short-indent = 2.0
|
||||||
|
}
|
||||||
|
|
||||||
|
\score {
|
||||||
|
\new StaffGroup <<
|
||||||
|
\new Staff \with {
|
||||||
|
instrumentName = \markup{ \instrumentPipes }
|
||||||
|
shortInstrumentName = \markup{ \shortInstrumentPipes }
|
||||||
|
} {
|
||||||
|
\global
|
||||||
|
\pipeglobal
|
||||||
|
<<
|
||||||
|
{
|
||||||
|
\repeat volta 2 { \part \line } \break
|
||||||
|
|
||||||
|
\repeat volta 2 { \part \halfline}
|
||||||
|
\alternative{ {\halfline} {\halfline}} \break
|
||||||
|
\bar "||"
|
||||||
|
|
||||||
|
\pageBreak
|
||||||
|
|
||||||
|
\repeat volta 2 { \part \halfline}
|
||||||
|
\alternative{ {\halfline} {\halfline}} \break
|
||||||
|
\bar "||"
|
||||||
|
|
||||||
|
\repeat volta 2 { \part \halfline}
|
||||||
|
\alternative{ {\halfline} {\halfline}}
|
||||||
|
\bar "|."
|
||||||
|
}%Format
|
||||||
|
{
|
||||||
|
\pipesA s8
|
||||||
|
|
||||||
|
\pipesBA
|
||||||
|
\pipesBBA s8
|
||||||
|
\pipesBBB s8
|
||||||
|
|
||||||
|
\pipesCA
|
||||||
|
\pipesCBA s8
|
||||||
|
\pipesCBB s8
|
||||||
|
|
||||||
|
\pipesDA
|
||||||
|
\pipesDBA s8
|
||||||
|
\pipesDBB
|
||||||
|
}%Pipes
|
||||||
|
>>
|
||||||
|
}
|
||||||
|
\new PipeBandDrumStaff = "side" \with {
|
||||||
|
instrumentName = \markup { \instrumentSide }
|
||||||
|
shortInstrumentName = \markup{ \shortInstrumentSide }
|
||||||
|
} {
|
||||||
|
|
||||||
|
\snareAA
|
||||||
|
\snareAB s8
|
||||||
|
|
||||||
|
\snareBA
|
||||||
|
\snareBBA s8
|
||||||
|
\snareBBB s8
|
||||||
|
|
||||||
|
\snareCA
|
||||||
|
\snareCBA s8
|
||||||
|
\snareCBB s8
|
||||||
|
|
||||||
|
\snareDA
|
||||||
|
\snareDBA s8
|
||||||
|
\snareDBB s8
|
||||||
|
}
|
||||||
|
%{ \new PipeBandDrumStaff = "tenor" \with {
|
||||||
|
instrumentName = \markup{ \instrumentTenor }
|
||||||
|
shortInstrumentName = \markup{ \shortInstrumentTenor }
|
||||||
|
} {
|
||||||
|
\tenorglobal
|
||||||
|
|
||||||
|
} %}
|
||||||
|
%{
|
||||||
|
\new PipeBandDrumStaff = "bass" \with {
|
||||||
|
instrumentName = \markup{ \instrumentBass }
|
||||||
|
shortInstrumentName = \markup{ \shortInstrumentBass }
|
||||||
|
} {
|
||||||
|
\bassglobal
|
||||||
|
|
||||||
|
\bassAA
|
||||||
|
\bassAB s8
|
||||||
|
|
||||||
|
\bassBA
|
||||||
|
\bassBBA s8
|
||||||
|
\bassAB s8
|
||||||
|
}
|
||||||
|
%}
|
||||||
|
>>
|
||||||
|
\header {
|
||||||
|
title = \title
|
||||||
|
meter = \meter
|
||||||
|
% composer = \markup \large {
|
||||||
|
% \column \right-align {
|
||||||
|
% $(if (not (string=? "" composerPipes)) { \markup {\line { \composerPipes ":" }}} )
|
||||||
|
% $(if (not (string=? "" composerSide)) { \markup {\line { \composerSide ":" }}} )
|
||||||
|
% $(if (not (string=? "" composerTenor)) { \markup {\line { \composerTenor ":" }}} )
|
||||||
|
% $(if (not (string=? "" composerBass)) { \markup {\line { \composerBass ":" }}} )
|
||||||
|
% }
|
||||||
|
% \column \right-align {
|
||||||
|
% $(if (not (string=? "" composerPipes)) { \markup {\line { \instrumentPipes }}} )
|
||||||
|
% $(if (not (string=? "" composerSide)) { \markup {\line { \instrumentSide }}} )
|
||||||
|
% $(if (not (string=? "" composerTenor)) { \markup {\line { \instrumentTenor }}} )
|
||||||
|
% $(if (not (string=? "" composerBass)) { \markup {\line { \instrumentBass }}} )
|
||||||
|
% }
|
||||||
|
% }
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue