1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2025-05-16 04:49:22 +02:00

[side,tenor] try out new repeat segno structure from ly:2.24.1 in 4/4 marches

This commit is contained in:
Eric-Teunis de Boone 2023-09-06 02:19:01 +02:00
parent 88881dcd94
commit ee00c91bd6
11 changed files with 169 additions and 190 deletions

View file

@ -1,4 +1,4 @@
\version "2.19.0"
\version "2.24.1"
\include "lilydrum.ly"
@ -11,6 +11,7 @@
indent = 5.0
short-indent = 2.0
}
mBreak = {\break}
\score {
\new StaffGroup <<
@ -19,31 +20,35 @@
shortInstrumentName = \markup{ \shortInstrumentSide }
} {
\global
\sideglobal
<<
\new NullVoice = "format" {
\part
\repeat volta 2 {
\measure
s2.
} \alternative {
{ s4 | \halfline }
{
s4 |
\halfline
\fine
\repeat segno 2 {
\repeat volta 2 {
\measure
s2.
} \alternative {
{ s4 | \halfline }
{
s4 |
\halfline
\fine
}
}
\volta 2 \fine
\volta 1 {
\allowBreak
\mBreak
\section
\part
\line
\section
}
}
\bar "||"
\break
\part
\line
\dcalfine
\bar "||"
}%End of Format
\new DrumVoice = "side" {
\sideglobal
\snareAupbeatA
\snareAA
\snareAB r8 \snareAupbeatB
@ -59,12 +64,13 @@
} {
\tenorglobal
\drummode { g4 | }
s4 |
\tenorAA
\tenorABA r4
r8 g8 | \tenorABB s4
r4 \tenorBA
\section
}
%{ \new PipeBandDrumStaff = "bass" \with {
instrumentName = \markup{ \instrumentBass }

View file

@ -1,41 +1,32 @@
\version "2.18.2"
\version "2.24.1"
\include "lilydrum.ly"
\include "./config.ily"
\include "./notes.side.ily"
fine = {\mark \markup "Fine" }
\score {
\new PipeBandDrumStaff {
\global
\new PipeBandDrumStaff {
\global
\sideglobal
<<
\new NullVoice = "format" {
\part
\repeat volta 2 {
\halfline \measure << s2. { s2 \fine } >>
} \alternative {
{ s4 | }
{
}
}
%\bar "||"
\break
\part \line
\dcalfine
\bar "||"
}%Format
\new DrumVoice = "side" {
\snareAupbeatA
\partial 4 \snareAupbeatA
\repeat segno 2 {
\repeat volta 2 {
\snareA
r8 \snareAupbeatB
\volta 2 \fine
\alternative {
\volta 1 { r8 \snareAupbeatB }
}
}
\volta 1 {
\allowBreak
\break
\section
\partial 4
r8 \snareBA
}
>>
}
}
\header {
title = \title

View file

@ -1,40 +1,34 @@
\version "2.18.2"
\version "2.24.1"
\include "lilydrum.ly"
\include "./config.ily"
\include "./notes.tenor.ily"
mBreak = {\break}
\score {
\new PipeBandDrumStaff {
\new PipeBandDrumStaff {
\global
<<
{
\part \repeat volta 2 {
\halfline
} \alternative {
\halfline
{
\halfline
\fine
}
\tenorglobal
\partial 4 \drummode { g4 } |
\repeat segno 2 {
\repeat volta 2 {
\tenorAA
\alternative {
{ \tenorABA r4 }
{ \tenorABB r4 }
}
\bar "||"
\break
\line
\dcalfine
\bar "||"
}
{
\drummode { g4 | }
\tenorAA
\tenorABA r4
\tenorABB r4
\tenorBA
\volta 2 {\fine}
\volta 1 {
\allowBreak
\mBreak
\section
\tenorBA
\section
}
>>
}
}
\header {
title = \title