Insert gracenotes in config Alexander MacKenzie

This commit is contained in:
Eric Teunis de Boone 2024-02-10 21:22:50 +01:00
parent 5e675aebe0
commit 334426efec
3 changed files with 39 additions and 22 deletions

View File

@ -9,8 +9,8 @@ confTempo = {
} }
%% Format %% Format
part = { \partial 8 s8 } part = { \partial 8 \grace {s1} s8 }
halfline = { \repeat unfold 4 { s2. | } } halfline = { \repeat unfold 4 { \grace {s1} s2. | } }
line = { \repeat unfold 2 { \halfline } } line = { \repeat unfold 2 { \halfline } }
%% Headers %% Headers

View File

@ -10,13 +10,20 @@
\include "./notes.pipes.ily" \include "./notes.pipes.ily"
\include "./notes.pipes.seconds.ily" \include "./notes.pipes.seconds.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 volta 2 { \repeat volta 2 {
@ -47,10 +54,15 @@
}%Pipes }%Pipes
>> >>
} }
\new Staff = "seconds" { \new Staff = "seconds" \with {
\pipessecndglobal instrumentName = \markup{ \instrumentPipesHarmony }
\set Staff.instrumentName = \markup{ \instrumentPipes Seconds } shortInstrumentName = \markup{ \shortInstrumentPipesSecnd }
\set Staff.shortInstrumentName = \markup{ \shortInstrumentPipes 2nd} } <<
{
\global
\pipessecndglobal
\part
} {
\pipessecndA s8 \pipessecndA s8
\pipessecndBA \pipessecndBA
@ -58,35 +70,40 @@
\pipessecndBA \pipessecndBA
\pipessecndBBB s8 \pipessecndBBB s8
} }
\new PipeBandDrumStaff = "side" { >>
\new PipeBandDrumStaff = "side" \with {
instrumentName = \markup \column {\instrumentSide}
shortInstrumentName = \markup{\shortInstrumentSide}
} {
\sideglobal \sideglobal
\set PipeBandDrumStaff.instrumentName = \markup \column {\instrumentSide}
\set PipeBandDrumStaff.shortInstrumentName = \markup{\shortInstrumentSide}
\snareAA \snareAB s8 \snareAA \snareAB s8
\snareBA \snareBA
\snareBB s8 \snareBB s8
\removeWithTag #'tutti {
\snareBA \snareAB s8 \snareBA \snareAB s8
}
} }
\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 }
s8 \tenorAA r8 \tenorAB s8 s8 \tenorAA \tenorAB s8
\tenorBA \tenorBA
\tenorBB s8 \tenorBB s8
\tenorBA r8 \tenorAB s8 \tenorBA r8 \tenorAB s8
} }
\new PipeBandDrumStaff = "bass" { \new PipeBandDrumStaff = "bass" \with {
instrumentName = \markup{ \instrumentBass }
shortInstrumentName = \markup{ \shortInstrumentBass}
} {
\bassglobal \bassglobal
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentBass }
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentBass}
s8 \bassAA \bassAB s8 \bassAA \bassAB
s8 \bassBA \bassBB s8 \bassBA \bassBB

View File

@ -1,7 +1,7 @@
% 6/8 Alexander MacKenzie % 6/8 Alexander MacKenzie
% Pipes % Pipes
\version "2.18.2" \version "2.18.2"
composerPipes = "" composerPipes = "PM Don M. Carigan"
pipeglobal = { pipeglobal = {
\key a \mixolydian \key a \mixolydian
} }