mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-12-22 16:23:31 +01:00
Fixed layout, not yet written
This commit is contained in:
parent
3ff81eedb3
commit
164b8225bd
6 changed files with 49 additions and 14 deletions
|
@ -6,7 +6,7 @@
|
||||||
\score {
|
\score {
|
||||||
\new PipeBandDrumStaff {
|
\new PipeBandDrumStaff {
|
||||||
\global
|
\global
|
||||||
\tenorglobal
|
\bassglobal
|
||||||
<<
|
<<
|
||||||
{\repeat volta 2 { \part \line }
|
{\repeat volta 2 { \part \line }
|
||||||
\break
|
\break
|
||||||
|
|
|
@ -14,8 +14,31 @@
|
||||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{\shortInstrumentSide}
|
\set PipeBandDrumStaff.shortInstrumentName = \markup{\shortInstrumentSide}
|
||||||
|
|
||||||
<<
|
<<
|
||||||
{ }%Format
|
{
|
||||||
{ }%Music
|
\repeat volta 2 { \part \line }
|
||||||
|
\break
|
||||||
|
\repeat volta 2 { \part \halfline}
|
||||||
|
\alternative{ {\halfline} {\halfline}}
|
||||||
|
\break
|
||||||
|
\repeat volta 2 { \part \halfline}
|
||||||
|
\alternative{ {\halfline} {\halfline}}
|
||||||
|
\break
|
||||||
|
\repeat volta 2 { \part \halfline}
|
||||||
|
\alternative{ {\halfline} {\halfline}}
|
||||||
|
}%Format
|
||||||
|
{
|
||||||
|
\snareAA
|
||||||
|
\snareAB s8
|
||||||
|
|
||||||
|
\snareBA
|
||||||
|
\snareBBA s8
|
||||||
|
\snareAB s8
|
||||||
|
|
||||||
|
\snareCA
|
||||||
|
\snareCBA s8
|
||||||
|
\snareBBA
|
||||||
|
|
||||||
|
}%Music
|
||||||
>>
|
>>
|
||||||
}
|
}
|
||||||
\new PipeBandDrumStaff = "bass" {
|
\new PipeBandDrumStaff = "bass" {
|
||||||
|
|
|
@ -2,5 +2,6 @@
|
||||||
% Tenor
|
% Tenor
|
||||||
\version "2.18.2"
|
\version "2.18.2"
|
||||||
composerTenor = ""
|
composerTenor = ""
|
||||||
|
tenorglobal = {}
|
||||||
tenorA = \drummode {
|
tenorA = \drummode {
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,8 +6,20 @@
|
||||||
\score {
|
\score {
|
||||||
\new PipeBandDrumStaff {
|
\new PipeBandDrumStaff {
|
||||||
\global
|
\global
|
||||||
|
\tenorglobal
|
||||||
<<
|
<<
|
||||||
{}
|
{
|
||||||
|
\repeat volta 2 { \part \line }
|
||||||
|
\break
|
||||||
|
\repeat volta 2 { \part \halfline}
|
||||||
|
\alternative{ {\halfline} {\halfline}}
|
||||||
|
\break
|
||||||
|
\repeat volta 2 { \part \halfline}
|
||||||
|
\alternative{ {\halfline} {\halfline}}
|
||||||
|
\break
|
||||||
|
\repeat volta 2 { \part \halfline}
|
||||||
|
\alternative{ {\halfline} {\halfline}}
|
||||||
|
}
|
||||||
{}
|
{}
|
||||||
>>
|
>>
|
||||||
}
|
}
|
||||||
|
@ -17,4 +29,4 @@
|
||||||
instrument = \instrumentTenor
|
instrument = \instrumentTenor
|
||||||
composer = \composerTenor
|
composer = \composerTenor
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
\version "2.18.2"
|
\version "2.18.2"
|
||||||
|
|
||||||
\include "lilydrum.ly"
|
|
||||||
|
|
||||||
\header {
|
\header {
|
||||||
title = "Standards"
|
title = "Standards"
|
||||||
instrument = "Bass"
|
instrument = "Bass"
|
||||||
|
@ -20,6 +18,7 @@
|
||||||
title = "2/4 Standard"
|
title = "2/4 Standard"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
\break
|
||||||
\score {
|
\score {
|
||||||
\new PipeBandDrumStaff {
|
\new PipeBandDrumStaff {
|
||||||
\time 3/4
|
\time 3/4
|
||||||
|
@ -34,6 +33,7 @@
|
||||||
title = "3/4 Standard"
|
title = "3/4 Standard"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
\break
|
||||||
\score {
|
\score {
|
||||||
\new PipeBandDrumStaff {
|
\new PipeBandDrumStaff {
|
||||||
\time 4/4
|
\time 4/4
|
||||||
|
@ -48,6 +48,7 @@
|
||||||
title = "4/4 Standard"
|
title = "4/4 Standard"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
\break
|
||||||
\score {
|
\score {
|
||||||
\new PipeBandDrumStaff {
|
\new PipeBandDrumStaff {
|
||||||
\time 6/8
|
\time 6/8
|
||||||
|
@ -61,4 +62,4 @@
|
||||||
\header {
|
\header {
|
||||||
title = "6/8 Standard"
|
title = "6/8 Standard"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
\version "2.18.2"
|
\version "2.18.2"
|
||||||
|
|
||||||
\include "lilydrum.ly"
|
|
||||||
|
|
||||||
\header {
|
\header {
|
||||||
instrument = "Tenor"
|
instrument = "Tenor"
|
||||||
title = "Standards"
|
title = "Standards"
|
||||||
|
@ -41,7 +39,7 @@
|
||||||
title = "2/4 Standards"
|
title = "2/4 Standards"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
\break
|
||||||
\score {
|
\score {
|
||||||
\new PipeBandDrumStaff {
|
\new PipeBandDrumStaff {
|
||||||
\time 3/4
|
\time 3/4
|
||||||
|
@ -68,7 +66,7 @@
|
||||||
title = "3/4 Standards"
|
title = "3/4 Standards"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
\break
|
||||||
\score {
|
\score {
|
||||||
\new PipeBandDrumStaff {
|
\new PipeBandDrumStaff {
|
||||||
\time 4/4
|
\time 4/4
|
||||||
|
@ -95,7 +93,7 @@
|
||||||
title = "4/4 Standards"
|
title = "4/4 Standards"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
\break
|
||||||
\score {
|
\score {
|
||||||
\new PipeBandDrumStaff {
|
\new PipeBandDrumStaff {
|
||||||
\time 6/8
|
\time 6/8
|
||||||
|
|
Loading…
Reference in a new issue