mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-12-22 16:23:31 +01:00
Presentation fixes for some mid and full scores
This commit is contained in:
parent
a1a6b13fab
commit
5d8d6b96d4
5 changed files with 75 additions and 42 deletions
|
@ -9,13 +9,19 @@
|
||||||
\include "./notes.side.ily"
|
\include "./notes.side.ily"
|
||||||
\include "./notes.pipes.ily"
|
\include "./notes.pipes.ily"
|
||||||
|
|
||||||
|
\layout {
|
||||||
|
indent = 5.0
|
||||||
|
short-indent = 2.0
|
||||||
|
}
|
||||||
|
|
||||||
\score {
|
\score {
|
||||||
\new StaffGroup <<
|
\new StaffGroup <<
|
||||||
\new Staff {
|
\new Staff \with {
|
||||||
|
instrumentName = \markup{ \instrumentPipes }
|
||||||
|
shortInstrumentName = \markup{ \shortInstrumentPipes }
|
||||||
|
} {
|
||||||
\global
|
\global
|
||||||
\pipeglobal
|
\pipeglobal
|
||||||
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentPipes }
|
|
||||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentPipes }
|
|
||||||
<<
|
<<
|
||||||
{
|
{
|
||||||
\repeat unfold 2 {
|
\repeat unfold 2 {
|
||||||
|
@ -39,10 +45,11 @@
|
||||||
}%Pipes
|
}%Pipes
|
||||||
>>
|
>>
|
||||||
}
|
}
|
||||||
\new PipeBandDrumStaff = "side" {
|
\new PipeBandDrumStaff = "side" \with {
|
||||||
|
instrumentName = \markup { \instrumentSide }
|
||||||
|
shortInstrumentName = \markup{ \shortInstrumentSide }
|
||||||
|
} {
|
||||||
\sideglobal
|
\sideglobal
|
||||||
\set PipeBandDrumStaff.instrumentName = \markup \column {\instrumentSide}
|
|
||||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{\shortInstrumentSide}
|
|
||||||
|
|
||||||
\repeat unfold 2 {
|
\repeat unfold 2 {
|
||||||
s8 \snareA
|
s8 \snareA
|
||||||
|
@ -59,10 +66,11 @@
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
\new PipeBandDrumStaff = "tenor" {
|
\new PipeBandDrumStaff = "tenor" \with {
|
||||||
|
instrumentName = \markup{ \instrumentTenor }
|
||||||
|
shortInstrumentName = \markup{ \shortInstrumentTenor }
|
||||||
|
} {
|
||||||
\tenorglobal
|
\tenorglobal
|
||||||
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentTenor }
|
|
||||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentTenor }
|
|
||||||
|
|
||||||
\repeat unfold 2 {
|
\repeat unfold 2 {
|
||||||
\repeat unfold 2 {
|
\repeat unfold 2 {
|
||||||
|
@ -70,13 +78,15 @@
|
||||||
\tenorAB r8 s8
|
\tenorAB r8 s8
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
%{
|
||||||
|
\new PipeBandDrumStaff = "bass" \with {
|
||||||
|
instrumentName = \markup{ \instrumentBass }
|
||||||
|
shortInstrumentName = \markup{ \shortInstrumentBass }
|
||||||
|
} {
|
||||||
|
\bassglobal
|
||||||
|
|
||||||
}
|
}
|
||||||
% \new PipeBandDrumStaff = "bass" {
|
|
||||||
% \bassglobal
|
|
||||||
% \set PipeBandDrumStaff.instrumentName = \markup{ \instrumentBass }
|
|
||||||
% \set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentBass}
|
|
||||||
%
|
|
||||||
%}
|
%}
|
||||||
>>
|
>>
|
||||||
\header {
|
\header {
|
||||||
|
|
|
@ -5,7 +5,7 @@ global = {
|
||||||
\key a \mixolydian
|
\key a \mixolydian
|
||||||
}
|
}
|
||||||
%% Format
|
%% Format
|
||||||
part = { \partial 4 s4 }
|
part = { \partial 4 \grace {s4} s4 }
|
||||||
measure = { \grace { s4 } s1 | }
|
measure = { \grace { s4 } s1 | }
|
||||||
halfline = { \repeat unfold 2 { \measure } }
|
halfline = { \repeat unfold 2 { \measure } }
|
||||||
line = { \repeat unfold 2 { \halfline } }
|
line = { \repeat unfold 2 { \halfline } }
|
||||||
|
|
|
@ -9,17 +9,23 @@
|
||||||
\include "./notes.side.ily"
|
\include "./notes.side.ily"
|
||||||
\include "./notes.pipes.ily"
|
\include "./notes.pipes.ily"
|
||||||
|
|
||||||
|
\layout {
|
||||||
|
indent = 5.0
|
||||||
|
short-indent = 2.0
|
||||||
|
}
|
||||||
|
|
||||||
\score {
|
\score {
|
||||||
\new StaffGroup <<
|
\new StaffGroup <<
|
||||||
\new Staff {
|
\new Staff \with {
|
||||||
|
instrumentName = \markup{ \instrumentPipes }
|
||||||
|
shortInstrumentName = \markup{ \shortInstrumentPipes }
|
||||||
|
} {
|
||||||
\global
|
\global
|
||||||
\pipeglobal
|
\pipeglobal
|
||||||
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentPipes }
|
|
||||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentPipes }
|
|
||||||
<<
|
<<
|
||||||
{
|
{
|
||||||
\repeat unfold 2 {
|
\repeat unfold 2 {
|
||||||
\partial 4 s4
|
\part
|
||||||
\line
|
\line
|
||||||
\break
|
\break
|
||||||
\line \bar "|."
|
\line \bar "|."
|
||||||
|
@ -35,10 +41,11 @@
|
||||||
}%Pipes
|
}%Pipes
|
||||||
>>
|
>>
|
||||||
}
|
}
|
||||||
\new PipeBandDrumStaff = "side" {
|
\new PipeBandDrumStaff = "side" \with {
|
||||||
|
instrumentName = \markup { \instrumentSide }
|
||||||
|
shortInstrumentName = \markup{ \shortInstrumentSide }
|
||||||
|
} {
|
||||||
\sideglobal
|
\sideglobal
|
||||||
\set PipeBandDrumStaff.instrumentName = \markup \column {\instrumentSide}
|
|
||||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{\shortInstrumentSide}
|
|
||||||
\snareA
|
\snareA
|
||||||
\snareA s4
|
\snareA s4
|
||||||
|
|
||||||
|
@ -46,10 +53,11 @@
|
||||||
\snareBB s4
|
\snareBB s4
|
||||||
|
|
||||||
}
|
}
|
||||||
\new PipeBandDrumStaff = "tenor" {
|
\new PipeBandDrumStaff = "tenor" \with {
|
||||||
|
instrumentName = \markup{ \instrumentTenor }
|
||||||
|
shortInstrumentName = \markup{ \shortInstrumentTenor }
|
||||||
|
} {
|
||||||
\tenorglobal
|
\tenorglobal
|
||||||
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentTenor }
|
|
||||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentTenor }
|
|
||||||
|
|
||||||
\repeat unfold 2 {
|
\repeat unfold 2 {
|
||||||
\repeat unfold 2 {
|
\repeat unfold 2 {
|
||||||
|
@ -59,11 +67,14 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
% \new PipeBandDrumStaff = "bass" {
|
%{
|
||||||
% \bassglobal
|
\new PipeBandDrumStaff = "bass" \with {
|
||||||
% \set PipeBandDrumStaff.instrumentName = \markup{ \instrumentBass }
|
instrumentName = \markup{ \instrumentBass }
|
||||||
% \set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentBass}
|
shortInstrumentName = \markup{ \shortInstrumentBass }
|
||||||
%
|
} {
|
||||||
|
\bassglobal
|
||||||
|
|
||||||
|
}
|
||||||
%}
|
%}
|
||||||
>>
|
>>
|
||||||
\header {
|
\header {
|
||||||
|
|
|
@ -9,13 +9,19 @@
|
||||||
%\include "./notes.side.ily"
|
%\include "./notes.side.ily"
|
||||||
\include "./notes.pipes.ily"
|
\include "./notes.pipes.ily"
|
||||||
|
|
||||||
|
\layout {
|
||||||
|
indent = 5.0
|
||||||
|
short-indent = 2.0
|
||||||
|
}
|
||||||
|
|
||||||
\score {
|
\score {
|
||||||
\new StaffGroup <<
|
\new StaffGroup <<
|
||||||
\new Staff {
|
\new Staff \with {
|
||||||
|
instrumentName = \markup{ \instrumentPipes }
|
||||||
|
shortInstrumentName = \markup{ \shortInstrumentPipes }
|
||||||
|
} {
|
||||||
\global
|
\global
|
||||||
\pipeglobal
|
\pipeglobal
|
||||||
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentPipes }
|
|
||||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentPipes }
|
|
||||||
<<
|
<<
|
||||||
{
|
{
|
||||||
\part
|
\part
|
||||||
|
@ -41,10 +47,11 @@
|
||||||
% \set PipeBandDrumStaff.shortInstrumentName = \markup{\shortInstrumentSide}
|
% \set PipeBandDrumStaff.shortInstrumentName = \markup{\shortInstrumentSide}
|
||||||
%
|
%
|
||||||
% }
|
% }
|
||||||
\new PipeBandDrumStaff = "tenor" {
|
\new PipeBandDrumStaff = "tenor" \with {
|
||||||
|
instrumentName = \markup{ \instrumentTenor }
|
||||||
|
shortInstrumentName = \markup{ \shortInstrumentTenor }
|
||||||
|
} {
|
||||||
\tenorglobal
|
\tenorglobal
|
||||||
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentTenor }
|
|
||||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentTenor }
|
|
||||||
|
|
||||||
\repeat unfold 2 {
|
\repeat unfold 2 {
|
||||||
r8. \tenorA
|
r8. \tenorA
|
||||||
|
|
|
@ -6,6 +6,11 @@
|
||||||
\include "./notes.bass.ily"
|
\include "./notes.bass.ily"
|
||||||
\include "./notes.tenor.ily"
|
\include "./notes.tenor.ily"
|
||||||
|
|
||||||
|
\layout {
|
||||||
|
indent = 5.0
|
||||||
|
short-indent = 2.0
|
||||||
|
}
|
||||||
|
|
||||||
\score {
|
\score {
|
||||||
\new StaffGroup <<
|
\new StaffGroup <<
|
||||||
\new PipeBandDrumStaff = "tenor" {
|
\new PipeBandDrumStaff = "tenor" {
|
||||||
|
@ -15,13 +20,13 @@
|
||||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentTenor }
|
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentTenor }
|
||||||
<<
|
<<
|
||||||
{
|
{
|
||||||
\repeat volta 2 { \partial 16 s16 \halfline \break \halfline } \break
|
\repeat volta 2 { \partial 8 s8 \halfline \break \halfline } \break
|
||||||
\repeat volta 2 { \part \halfline \break }
|
\repeat volta 2 { \part \halfline \break }
|
||||||
\alternative{ {\part \halfline \break}{\part \halfline \break} }
|
\alternative{ {\part \halfline \break}{\part \halfline \break} }
|
||||||
\bar "|."
|
\bar "|."
|
||||||
}%Format
|
}%Format
|
||||||
{
|
{
|
||||||
s16 \tenorAA r8
|
r8 \tenorAA r8
|
||||||
\tenorAB s8
|
\tenorAB s8
|
||||||
|
|
||||||
\tenorBA s8
|
\tenorBA s8
|
||||||
|
@ -35,7 +40,7 @@
|
||||||
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentBass }
|
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentBass }
|
||||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentBass}
|
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentBass}
|
||||||
|
|
||||||
s16 \bassAA \bassAB
|
s8 \bassAA \bassAB
|
||||||
s8 \bassBA
|
s8 \bassBA
|
||||||
s8 \bassBB
|
s8 \bassBB
|
||||||
s8 \bassAB
|
s8 \bassAB
|
||||||
|
|
Loading…
Reference in a new issue