mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-05-17 21:39:17 +02:00
Changed setup for five scores
Morag of Dunvegan Farewell to Camraw The Mist Covered Mountains Molly Connell Lady MacKenzie of Fairburn Note that Fairburn also has the tune itself. Fullscore prints nicely!
This commit is contained in:
parent
637d6fbdcc
commit
81255889cf
54 changed files with 829 additions and 651 deletions
|
@ -1,11 +1,11 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "morag_of_dunvegan.format.ly"
|
||||
\include "morag_of_dunvegan.notes.bass.ly"
|
||||
\include "config.ily"
|
||||
\include "notes.bass.ily"
|
||||
|
||||
\score {
|
||||
\new PipeBandDrumStaff {
|
||||
\time 6/8
|
||||
\global
|
||||
<<
|
||||
{\formatA \formatB}
|
||||
{\bassA \bassB}
|
||||
|
@ -14,7 +14,6 @@
|
|||
\header {
|
||||
title = "Morag of Dunvegan"
|
||||
meter = "Slow Air"
|
||||
composer = ""
|
||||
instrument = "Bass"
|
||||
}
|
||||
}
|
9
airs/morag_of_dunvegan/config.ily
Executable file
9
airs/morag_of_dunvegan/config.ily
Executable file
|
@ -0,0 +1,9 @@
|
|||
\version "2.19.0"
|
||||
%% Globals
|
||||
global = {
|
||||
\time 6/8
|
||||
}
|
||||
|
||||
%% Format
|
||||
formatA = { \repeat volta 2 { \repeat unfold 8 { s4. s4. } } \break }
|
||||
formatB = { \repeat volta 2 { \repeat unfold 8 { s4. s4. } } \break }
|
|
@ -1,9 +1,9 @@
|
|||
\version "2.19.0"
|
||||
|
||||
\include "morag_of_dunvegan.format.ly"
|
||||
\include "morag_of_dunvegan.notes.bass.ly"
|
||||
\include "morag_of_dunvegan.notes.tenor.ly"
|
||||
\include "morag_of_dunvegan.notes.side.ly"
|
||||
\include "config.ily"
|
||||
\include "notes.bass.ily"
|
||||
\include "notes.tenor.ily"
|
||||
\include "notes.side.ily"
|
||||
|
||||
\score {
|
||||
\new StaffGroup <<
|
||||
|
@ -11,7 +11,7 @@
|
|||
\set PipeBandDrumStaff.instrumentName = #"Side "
|
||||
\set PipeBandDrumStaff.shortInstrumentName = #"S.D. "
|
||||
|
||||
\time 6/8
|
||||
\global
|
||||
<<
|
||||
{ \formatA \formatB }
|
||||
{ \snareA \snareB }
|
|
@ -1,4 +0,0 @@
|
|||
\version "2.19.0"
|
||||
|
||||
formatA = { \repeat volta 2 { \repeat unfold 8 { s4. s4. } } }
|
||||
formatB = { \repeat volta 2 { \repeat unfold 8 { s4. s4. } } }
|
|
@ -1,11 +1,11 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "morag_of_dunvegan.format.ly"
|
||||
\include "morag_of_dunvegan.notes.side.ly"
|
||||
\include "config.ily"
|
||||
\include "notes.side.ily"
|
||||
|
||||
\score {
|
||||
\new PipeBandDrumStaff {
|
||||
\time 6/8
|
||||
\global
|
||||
<<
|
||||
{\formatA \formatB}
|
||||
{\snareA \snareB}
|
||||
|
@ -14,7 +14,6 @@
|
|||
\header {
|
||||
title = "Morag of Dunvegan"
|
||||
meter = "Slow Air"
|
||||
composer = ""
|
||||
instrument = "Side"
|
||||
}
|
||||
}
|
|
@ -1,11 +1,11 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "morag_of_dunvegan.format.ly"
|
||||
\include "morag_of_dunvegan.notes.tenor.ly"
|
||||
\include "config.ily"
|
||||
\include "notes.tenor.ily"
|
||||
|
||||
\score {
|
||||
\new PipeBandDrumStaff {
|
||||
\time 6/8
|
||||
\global
|
||||
<<
|
||||
{\formatA \formatB}
|
||||
{\tenorA \tenorB}
|
||||
|
@ -14,7 +14,6 @@
|
|||
\header {
|
||||
title = "Morag of Dunvegan"
|
||||
meter = "Slow Air"
|
||||
composer = ""
|
||||
instrument = "Tenor"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue