mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-05-15 12:29:22 +02:00
Quite a few errors fixed
This commit is contained in:
parent
17615a7236
commit
0220f74640
4 changed files with 181 additions and 154 deletions
|
@ -2,8 +2,6 @@
|
|||
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\include "./config.ily"
|
||||
\include "./notes.bass.ily"
|
||||
\include "./notes.tenor.ily"
|
||||
|
@ -12,56 +10,72 @@
|
|||
\score {
|
||||
\new StaffGroup <<
|
||||
\new PipeBandDrumStaff = "side" {
|
||||
\set PipeBandDrumStaff.instrumentName = \markup{\instrumentSide}
|
||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{\shortInstrumentSide}
|
||||
|
||||
\global
|
||||
<<
|
||||
{
|
||||
\line \break
|
||||
\sideglobal
|
||||
\set PipeBandDrumStaff.instrumentName = \markup \column {\instrumentSide}
|
||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{\shortInstrumentSide}
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
\mark \markup { \normalsize {Intro } }
|
||||
\emptyline
|
||||
\bar "|."
|
||||
|
||||
\mark \markup { \normalsize {Tune } }
|
||||
\line \break
|
||||
\line \break
|
||||
\bar "|."
|
||||
|
||||
\part \line \break
|
||||
|
||||
\part \line \break
|
||||
\line \break
|
||||
\bar "|."
|
||||
}%End of Format
|
||||
{
|
||||
\snareA
|
||||
s8
|
||||
\snareA
|
||||
s8
|
||||
|
||||
}%Format
|
||||
|
||||
\new DrumVoice = "side" {
|
||||
\intro
|
||||
\snareA s8
|
||||
\snareA s8
|
||||
|
||||
\snareBA
|
||||
\snareBB
|
||||
}
|
||||
|
||||
}%Pipes
|
||||
>>
|
||||
}
|
||||
\new PipeBandDrumStaff = "bass" {
|
||||
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentBass }
|
||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentBass}
|
||||
|
||||
\bassAA
|
||||
\bassAB
|
||||
|
||||
s8
|
||||
\bassAA
|
||||
s8
|
||||
\bassAB
|
||||
}
|
||||
}
|
||||
\new PipeBandDrumStaff = "tenor" {
|
||||
\tenorglobal
|
||||
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentTenor }
|
||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentTenor }
|
||||
|
||||
|
||||
\emptyline
|
||||
|
||||
\tenorA
|
||||
\tenorA
|
||||
|
||||
s8
|
||||
\tenorBA
|
||||
s8
|
||||
|
||||
s8 \tenorBA
|
||||
\tenorBB
|
||||
}
|
||||
\new PipeBandDrumStaff = "bass" {
|
||||
\bassglobal
|
||||
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentBass }
|
||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentBass}
|
||||
|
||||
\emptyline
|
||||
|
||||
\bassAA
|
||||
\bassAB
|
||||
|
||||
s8 \bassAA
|
||||
\bassAB
|
||||
}
|
||||
>>
|
||||
\layout {
|
||||
\context {
|
||||
\PipeBandDrumStaff
|
||||
\RemoveEmptyStaves
|
||||
\override VerticalAxisGroup.remove-first = ##t
|
||||
}
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
|
|
|
@ -3,9 +3,6 @@
|
|||
\include "bagpipe.ly"
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\include "bagpipe.ly"
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\include "./config.ily"
|
||||
\include "./notes.bass.ily"
|
||||
\include "./notes.tenor.ily"
|
||||
|
@ -15,102 +12,106 @@
|
|||
%\include "./notes.lyrics.ily"
|
||||
\score {
|
||||
<<
|
||||
\new PipeBandDrumStaff = "intro" {
|
||||
\new PipeBandDrumStaff = "intro" {
|
||||
\global
|
||||
\sideglobal
|
||||
\set PipeBandDrumStaff.instrumentName = \markup \column {\instrumentSide}
|
||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{\shortInstrumentSide}
|
||||
|
||||
\intro
|
||||
}
|
||||
\new StaffGroup <<
|
||||
\new Staff {
|
||||
\global
|
||||
\pipeglobal
|
||||
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentPipes }
|
||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentPipes }
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
\emptyline
|
||||
\line \break
|
||||
\line \break
|
||||
\bar "|."
|
||||
|
||||
\part \line \break
|
||||
\line \break
|
||||
\bar "|."
|
||||
}%Format
|
||||
|
||||
\new Voice = "pipes" {
|
||||
\emptyline
|
||||
|
||||
\pipesA \pipesA
|
||||
|
||||
s8 \pipesBA
|
||||
\pipesBB
|
||||
|
||||
}%Pipes
|
||||
>>
|
||||
}
|
||||
% \new Staff = "song" {
|
||||
% \lyricsglobal
|
||||
% \new Voice = "lyrics" {
|
||||
%
|
||||
\new StaffGroup <<
|
||||
\new Staff {
|
||||
\global
|
||||
\pipeglobal
|
||||
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentPipes }
|
||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentPipes }
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
\mark \markup { \normalsize {Intro } }
|
||||
\emptyline
|
||||
\bar "|."
|
||||
|
||||
\mark \markup { \normalsize {Tune } }
|
||||
\line \break
|
||||
\line \break
|
||||
\bar "|."
|
||||
|
||||
\part \line \break
|
||||
\line \break
|
||||
\bar "|."
|
||||
}%Format
|
||||
|
||||
\new Voice = "pipes" {
|
||||
\emptyline
|
||||
|
||||
\pipesA \pipesA
|
||||
|
||||
s8 \pipesBA
|
||||
\pipesBB
|
||||
|
||||
}%Pipes
|
||||
>>
|
||||
}
|
||||
% \new Staff = "song" {
|
||||
% \lyricsglobal
|
||||
% \new Voice = "lyrics" {
|
||||
%
|
||||
% }
|
||||
% }
|
||||
% }
|
||||
% \new Lyrics = "verse1" {
|
||||
% \lyricsglobal
|
||||
% \lyricsto "lyrics" {
|
||||
% \verseA
|
||||
% }
|
||||
% }
|
||||
% \new Staff = "seconds" {
|
||||
% \pipessecndglobal
|
||||
% \set Staff.instrumentName = \markup{ \instrumentPipes \instrumentSecnd }
|
||||
% \set Staff.shortInstrumentName = \markup{ \shortInstrumentPipes \shortInstrumentTrd}
|
||||
%
|
||||
%
|
||||
% }
|
||||
\new PipeBandDrumStaff = "side" {
|
||||
\sideglobal
|
||||
\set PipeBandDrumStaff.instrumentName = \markup \column {\instrumentSide}
|
||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{\shortInstrumentSide}
|
||||
|
||||
\emptyline
|
||||
\snareA s8
|
||||
\snareA s8
|
||||
|
||||
\snareBA
|
||||
\snareBB
|
||||
}
|
||||
\new PipeBandDrumStaff = "tenor" {
|
||||
\tenorglobal
|
||||
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentTenor }
|
||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentTenor }
|
||||
|
||||
\emptyline
|
||||
|
||||
\tenorA
|
||||
\tenorA
|
||||
|
||||
s8 \tenorBA
|
||||
\tenorBB
|
||||
}
|
||||
\new PipeBandDrumStaff = "bass" {
|
||||
\bassglobal
|
||||
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentBass }
|
||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentBass}
|
||||
|
||||
\emptyline
|
||||
|
||||
\bassAA
|
||||
\bassAB
|
||||
|
||||
s8 \bassAA
|
||||
\bassAB
|
||||
}
|
||||
>>
|
||||
>>
|
||||
\layout {
|
||||
% \new Lyrics = "verse1" {
|
||||
% \lyricsglobal
|
||||
% \lyricsto "lyrics" {
|
||||
% \verseA
|
||||
% }
|
||||
% }
|
||||
% \new Staff = "seconds" {
|
||||
% \pipessecndglobal
|
||||
% \set Staff.instrumentName = \markup{ \instrumentPipes \instrumentSecnd }
|
||||
% \set Staff.shortInstrumentName = \markup{ \shortInstrumentPipes \shortInstrumentTrd}
|
||||
%
|
||||
%
|
||||
% }
|
||||
\new PipeBandDrumStaff = "side" {
|
||||
\sideglobal
|
||||
\set PipeBandDrumStaff.instrumentName = \markup \column {\instrumentSide}
|
||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{\shortInstrumentSide}
|
||||
|
||||
\emptyline
|
||||
\snareA s8
|
||||
\snareA s8
|
||||
|
||||
\snareBA
|
||||
\snareBB
|
||||
}
|
||||
\new PipeBandDrumStaff = "tenor" {
|
||||
\tenorglobal
|
||||
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentTenor }
|
||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentTenor }
|
||||
|
||||
\emptyline
|
||||
|
||||
\tenorA
|
||||
\tenorA
|
||||
|
||||
s8 \tenorBA
|
||||
\tenorBB
|
||||
}
|
||||
\new PipeBandDrumStaff = "bass" {
|
||||
\bassglobal
|
||||
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentBass }
|
||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentBass}
|
||||
|
||||
\emptyline
|
||||
|
||||
\bassAA
|
||||
\bassAB
|
||||
|
||||
s8 \bassAA
|
||||
\bassAB
|
||||
}
|
||||
>>
|
||||
>> \layout {
|
||||
\context {
|
||||
\PipeBandDrumStaff
|
||||
\RemoveEmptyStaves
|
||||
|
|
|
@ -13,15 +13,20 @@
|
|||
<<
|
||||
{
|
||||
\mark \markup { \normalsize {Intro } }
|
||||
\line
|
||||
\line \bar ".|:-|."
|
||||
\break
|
||||
\mark \markup { \normalsize {Tune } }
|
||||
\repeat volta 2 { \line } \break \part \line \break \bar "||" \part \line \bar "|."
|
||||
\repeat volta 2 { \line }
|
||||
\break
|
||||
\part \line \bar "||"
|
||||
\break
|
||||
\part \line \bar "|."
|
||||
}
|
||||
{
|
||||
\intro
|
||||
\snareA s8
|
||||
\snareBA \snareBB
|
||||
\snareBA s8
|
||||
\snareBB
|
||||
}
|
||||
>>
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue