From 334426efecd00027dccbc714c8857ecda650d57e Mon Sep 17 00:00:00 2001 From: Eric Teunis de Boone Date: Sat, 10 Feb 2024 21:22:50 +0100 Subject: [PATCH] Insert gracenotes in config Alexander MacKenzie --- airs/alexander_mackenzie/config.ily | 4 +- airs/alexander_mackenzie/full.ly | 55 ++++++++++++++++-------- airs/alexander_mackenzie/notes.pipes.ily | 2 +- 3 files changed, 39 insertions(+), 22 deletions(-) diff --git a/airs/alexander_mackenzie/config.ily b/airs/alexander_mackenzie/config.ily index 59b292c..6fa7c35 100644 --- a/airs/alexander_mackenzie/config.ily +++ b/airs/alexander_mackenzie/config.ily @@ -9,8 +9,8 @@ confTempo = { } %% Format -part = { \partial 8 s8 } -halfline = { \repeat unfold 4 { s2. | } } +part = { \partial 8 \grace {s1} s8 } +halfline = { \repeat unfold 4 { \grace {s1} s2. | } } line = { \repeat unfold 2 { \halfline } } %% Headers diff --git a/airs/alexander_mackenzie/full.ly b/airs/alexander_mackenzie/full.ly index f132cf5..0df5b3c 100644 --- a/airs/alexander_mackenzie/full.ly +++ b/airs/alexander_mackenzie/full.ly @@ -10,13 +10,20 @@ \include "./notes.pipes.ily" \include "./notes.pipes.seconds.ily" +\layout { + indent = 5.0 + short-indent = 2.0 +} + + \score { \new StaffGroup << - \new Staff { + \new Staff \with { + instrumentName = \markup{ \instrumentPipes } + shortInstrumentName = \markup{ \shortInstrumentPipes } + } { \global \pipeglobal - \set PipeBandDrumStaff.instrumentName = \markup{ \instrumentPipes } - \set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentPipes } << { \repeat volta 2 { @@ -47,10 +54,15 @@ }%Pipes >> } - \new Staff = "seconds" { - \pipessecndglobal - \set Staff.instrumentName = \markup{ \instrumentPipes Seconds } - \set Staff.shortInstrumentName = \markup{ \shortInstrumentPipes 2nd} + \new Staff = "seconds" \with { + instrumentName = \markup{ \instrumentPipesHarmony } + shortInstrumentName = \markup{ \shortInstrumentPipesSecnd } + } << + { + \global + \pipessecndglobal + \part + } { \pipessecndA s8 \pipessecndBA @@ -58,35 +70,40 @@ \pipessecndBA \pipessecndBBB s8 - } - \new PipeBandDrumStaff = "side" { + } + >> + \new PipeBandDrumStaff = "side" \with { + instrumentName = \markup \column {\instrumentSide} + shortInstrumentName = \markup{\shortInstrumentSide} + } { \sideglobal - \set PipeBandDrumStaff.instrumentName = \markup \column {\instrumentSide} - \set PipeBandDrumStaff.shortInstrumentName = \markup{\shortInstrumentSide} \snareAA \snareAB s8 \snareBA \snareBB s8 + \removeWithTag #'tutti { \snareBA \snareAB s8 - + } } - \new PipeBandDrumStaff = "tenor" { + \new PipeBandDrumStaff = "tenor" \with { + instrumentName = \markup{ \instrumentTenor } + shortInstrumentName = \markup{ \shortInstrumentTenor } + } { \tenorglobal - \set PipeBandDrumStaff.instrumentName = \markup{ \instrumentTenor } - \set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentTenor } - s8 \tenorAA r8 \tenorAB s8 + s8 \tenorAA \tenorAB s8 \tenorBA \tenorBB s8 \tenorBA r8 \tenorAB s8 } - \new PipeBandDrumStaff = "bass" { + \new PipeBandDrumStaff = "bass" \with { + instrumentName = \markup{ \instrumentBass } + shortInstrumentName = \markup{ \shortInstrumentBass} + } { \bassglobal - \set PipeBandDrumStaff.instrumentName = \markup{ \instrumentBass } - \set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentBass} s8 \bassAA \bassAB s8 \bassBA \bassBB diff --git a/airs/alexander_mackenzie/notes.pipes.ily b/airs/alexander_mackenzie/notes.pipes.ily index 3962a91..b54d70e 100644 --- a/airs/alexander_mackenzie/notes.pipes.ily +++ b/airs/alexander_mackenzie/notes.pipes.ily @@ -1,7 +1,7 @@ % 6/8 Alexander MacKenzie % Pipes \version "2.18.2" -composerPipes = "" +composerPipes = "PM Don M. Carigan" pipeglobal = { \key a \mixolydian }