mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-01-22 21:23:31 +01:00
[side,tenor] try out new repeat segno structure from ly:2.24.1 in 4/4 marches
This commit is contained in:
parent
88881dcd94
commit
ee00c91bd6
11 changed files with 169 additions and 190 deletions
|
@ -1,29 +1,27 @@
|
||||||
\version "2.18.2"
|
\version "2.24.1"
|
||||||
|
|
||||||
\include "lilydrum.ly"
|
\include "lilydrum.ly"
|
||||||
|
|
||||||
\include "./config.ily"
|
\include "./config.ily"
|
||||||
\include "./notes.side.ily"
|
\include "./notes.side.ily"
|
||||||
|
|
||||||
markTextEol = #(define-music-function (parser location text) (string?) #{
|
|
||||||
\once \override Score.RehearsalMark #'break-visibility = #end-of-line-visible
|
|
||||||
\once \override Score.RehearsalMark #'self-alignment-X = #RIGHT
|
|
||||||
\mark \markup $text
|
|
||||||
#})
|
|
||||||
|
|
||||||
\score {
|
\score {
|
||||||
\new PipeBandDrumStaff {
|
\new PipeBandDrumStaff {
|
||||||
\global
|
\global
|
||||||
<<
|
<<
|
||||||
\new NullVoice = "format" {
|
\new NullVoice = "format" {
|
||||||
|
\repeat segno 2 {
|
||||||
\repeat volta 2 {
|
\repeat volta 2 {
|
||||||
\part \halfline \markTextEol "Fine"
|
\part \line
|
||||||
|
\volta 2 {
|
||||||
|
\fine
|
||||||
|
}
|
||||||
}
|
}
|
||||||
\break
|
\break
|
||||||
\part
|
\section
|
||||||
\halfline
|
\part \line
|
||||||
\markTextEol "D.C. al Fine"
|
\section
|
||||||
\bar "||"
|
}
|
||||||
}%Format
|
}%Format
|
||||||
\new DrumVoice = "side" {
|
\new DrumVoice = "side" {
|
||||||
\sideglobal
|
\sideglobal
|
||||||
|
|
|
@ -1,34 +1,30 @@
|
||||||
\version "2.18.2"
|
\version "2.24.1"
|
||||||
|
|
||||||
\include "lilydrum.ly"
|
\include "lilydrum.ly"
|
||||||
|
|
||||||
\include "./config.ily"
|
\include "./config.ily"
|
||||||
\include "./notes.side.ily"
|
\include "./notes.side.ily"
|
||||||
|
|
||||||
markTextEol = #(define-music-function (parser location text) (string?) #{
|
|
||||||
\once \override Score.RehearsalMark #'break-visibility = #end-of-line-visible
|
|
||||||
\once \override Score.RehearsalMark #'self-alignment-X = #RIGHT
|
|
||||||
\mark \markup $text
|
|
||||||
#})
|
|
||||||
|
|
||||||
|
|
||||||
\score {
|
\score {
|
||||||
\new PipeBandDrumStaff {
|
\new PipeBandDrumStaff {
|
||||||
\global
|
\global
|
||||||
\sideglobal
|
|
||||||
<<
|
<<
|
||||||
\new NullVoice = "format" {
|
\new NullVoice = "format" {
|
||||||
|
\repeat segno 2 {
|
||||||
\repeat volta 2 {
|
\repeat volta 2 {
|
||||||
\part \halfline
|
\part \halfline
|
||||||
|
\volta 2 {
|
||||||
|
\fine
|
||||||
|
}
|
||||||
}
|
}
|
||||||
\markTextEol "Fine"
|
|
||||||
\break
|
\break
|
||||||
|
\section
|
||||||
\part \repeat unfold 4 \measure
|
\part \repeat unfold 4 \measure
|
||||||
\markTextEol "D.C. al Fine"
|
\section
|
||||||
\bar "|."
|
}
|
||||||
}%Format
|
}%Format
|
||||||
|
|
||||||
\new DrumVoice = "side" {
|
\new DrumVoice = "side" {
|
||||||
|
\sideglobal
|
||||||
\snareA s4
|
\snareA s4
|
||||||
|
|
||||||
\snareBA s4
|
\snareBA s4
|
||||||
|
|
|
@ -1,35 +1,28 @@
|
||||||
\version "2.18.2"
|
\version "2.24.1"
|
||||||
|
|
||||||
\include "lilydrum.ly"
|
\include "lilydrum.ly"
|
||||||
|
|
||||||
\include "./config.ily"
|
\include "./config.ily"
|
||||||
\include "./notes.side.ily"
|
\include "./notes.side.ily"
|
||||||
|
|
||||||
markTextEol = #(define-music-function (parser location text) (string?) #{
|
|
||||||
\once \override Score.RehearsalMark #'break-visibility = #end-of-line-visible
|
|
||||||
\once \override Score.RehearsalMark #'self-alignment-X = #RIGHT
|
|
||||||
\mark \markup $text
|
|
||||||
#})
|
|
||||||
|
|
||||||
\score {
|
\score {
|
||||||
\new PipeBandDrumStaff {
|
\new PipeBandDrumStaff {
|
||||||
\global
|
\global
|
||||||
<<
|
|
||||||
\new NullVoice = "format" {
|
|
||||||
\repeat volta 2 {
|
|
||||||
\part \halfline \markTextEol "Fine"
|
|
||||||
}
|
|
||||||
\break
|
|
||||||
\part \halfline \markTextEol "D.C. al Fine"\bar "||"
|
|
||||||
}%Format
|
|
||||||
|
|
||||||
\new DrumVoice = "side" {
|
|
||||||
\sideglobal
|
\sideglobal
|
||||||
\snareA s4
|
\repeat segno 2 {
|
||||||
|
\repeat volta 2 {
|
||||||
\snareBA
|
\partial 4
|
||||||
|
\snareA
|
||||||
|
}
|
||||||
|
\volta 2 \fine
|
||||||
|
|
||||||
|
\volta 1 {
|
||||||
|
\allowBreak
|
||||||
|
\break
|
||||||
|
\snareBA
|
||||||
|
\section
|
||||||
|
}
|
||||||
}
|
}
|
||||||
>>
|
|
||||||
}
|
}
|
||||||
\header {
|
\header {
|
||||||
title = \title
|
title = \title
|
||||||
|
|
|
@ -1,31 +1,28 @@
|
||||||
\version "2.18.2"
|
\version "2.24.1"
|
||||||
|
|
||||||
\include "lilydrum.ly"
|
\include "lilydrum.ly"
|
||||||
|
|
||||||
\include "./config.ily"
|
\include "./config.ily"
|
||||||
\include "./notes.side.ily"
|
\include "./notes.side.ily"
|
||||||
|
|
||||||
markTextEol = #(define-music-function (parser location text) (string?) #{
|
|
||||||
\once \override Score.RehearsalMark #'break-visibility = #end-of-line-visible
|
|
||||||
\once \override Score.RehearsalMark #'self-alignment-X = #RIGHT
|
|
||||||
\mark \markup $text
|
|
||||||
#})
|
|
||||||
|
|
||||||
\score {
|
\score {
|
||||||
\new PipeBandDrumStaff {
|
\new PipeBandDrumStaff {
|
||||||
\global
|
\global
|
||||||
\sideglobal
|
\sideglobal
|
||||||
<<
|
%\unfoldRepeats
|
||||||
{
|
\repeat segno 2 {
|
||||||
\repeat volta 2 {\part \line \markTextEol "Fine" \break }
|
\repeat volta 2 {
|
||||||
\part \line \markTextEol "D.C. al Fine" \bar "||"
|
\partial 8 \snareA
|
||||||
|
}
|
||||||
|
\volta 2 \fine
|
||||||
|
\volta 1 {
|
||||||
|
\allowBreak
|
||||||
|
\section
|
||||||
|
\partial 8 \snareBAhigh
|
||||||
|
\section
|
||||||
|
\allowBreak
|
||||||
}
|
}
|
||||||
{
|
|
||||||
\snareA s8
|
|
||||||
|
|
||||||
\snareBAhigh
|
|
||||||
}
|
}
|
||||||
>>
|
|
||||||
}
|
}
|
||||||
\header {
|
\header {
|
||||||
title = #(string-append title " (high)" )
|
title = #(string-append title " (high)" )
|
||||||
|
|
|
@ -1,26 +1,30 @@
|
||||||
\version "2.18.2"
|
\version "2.24.1"
|
||||||
|
|
||||||
\include "lilydrum.ly"
|
\include "lilydrum.ly"
|
||||||
|
|
||||||
\include "./config.ily"
|
\include "./config.ily"
|
||||||
\include "./notes.side.ily"
|
\include "./notes.side.ily"
|
||||||
|
|
||||||
markTextEol = #(define-music-function (parser location text) (string?) #{
|
|
||||||
\once \override Score.RehearsalMark #'break-visibility = #end-of-line-visible
|
|
||||||
\once \override Score.RehearsalMark #'self-alignment-X = #RIGHT
|
|
||||||
\mark \markup $text
|
|
||||||
#})
|
|
||||||
|
|
||||||
\score {
|
\score {
|
||||||
\new PipeBandDrumStaff {
|
\new PipeBandDrumStaff {
|
||||||
\global
|
\global
|
||||||
\sideglobal
|
|
||||||
<<
|
<<
|
||||||
{
|
\new NullVoice = "format" {
|
||||||
\repeat volta 2 {\part \line \markTextEol "Fine" \break }
|
\repeat segno 2 {
|
||||||
\part \line \markTextEol "D.C. al Fine" \bar "||"
|
\repeat volta 2 {
|
||||||
|
\part \line
|
||||||
|
\volta 2 {
|
||||||
|
\fine
|
||||||
}
|
}
|
||||||
{
|
}
|
||||||
|
\break
|
||||||
|
\section
|
||||||
|
\part \line
|
||||||
|
\section
|
||||||
|
}
|
||||||
|
}
|
||||||
|
\new DrumVoice = "side" {
|
||||||
|
\sideglobal
|
||||||
\snareA s8
|
\snareA s8
|
||||||
|
|
||||||
\snareBA
|
\snareBA
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
\version "2.19.0"
|
\version "2.24.1"
|
||||||
|
|
||||||
\include "lilydrum.ly"
|
\include "lilydrum.ly"
|
||||||
|
|
||||||
|
@ -11,6 +11,7 @@
|
||||||
indent = 5.0
|
indent = 5.0
|
||||||
short-indent = 2.0
|
short-indent = 2.0
|
||||||
}
|
}
|
||||||
|
mBreak = {\break}
|
||||||
|
|
||||||
\score {
|
\score {
|
||||||
\new StaffGroup <<
|
\new StaffGroup <<
|
||||||
|
@ -19,10 +20,10 @@
|
||||||
shortInstrumentName = \markup{ \shortInstrumentSide }
|
shortInstrumentName = \markup{ \shortInstrumentSide }
|
||||||
} {
|
} {
|
||||||
\global
|
\global
|
||||||
\sideglobal
|
|
||||||
<<
|
<<
|
||||||
\new NullVoice = "format" {
|
\new NullVoice = "format" {
|
||||||
\part
|
\part
|
||||||
|
\repeat segno 2 {
|
||||||
\repeat volta 2 {
|
\repeat volta 2 {
|
||||||
\measure
|
\measure
|
||||||
s2.
|
s2.
|
||||||
|
@ -34,16 +35,20 @@
|
||||||
\fine
|
\fine
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
\bar "||"
|
|
||||||
\break
|
|
||||||
|
|
||||||
|
\volta 2 \fine
|
||||||
|
\volta 1 {
|
||||||
|
\allowBreak
|
||||||
|
\mBreak
|
||||||
|
\section
|
||||||
\part
|
\part
|
||||||
\line
|
\line
|
||||||
\dcalfine
|
\section
|
||||||
\bar "||"
|
}
|
||||||
|
}
|
||||||
}%End of Format
|
}%End of Format
|
||||||
\new DrumVoice = "side" {
|
\new DrumVoice = "side" {
|
||||||
|
\sideglobal
|
||||||
\snareAupbeatA
|
\snareAupbeatA
|
||||||
\snareAA
|
\snareAA
|
||||||
\snareAB r8 \snareAupbeatB
|
\snareAB r8 \snareAupbeatB
|
||||||
|
@ -59,12 +64,13 @@
|
||||||
} {
|
} {
|
||||||
\tenorglobal
|
\tenorglobal
|
||||||
|
|
||||||
\drummode { g4 | }
|
s4 |
|
||||||
\tenorAA
|
\tenorAA
|
||||||
\tenorABA r4
|
\tenorABA r4
|
||||||
r8 g8 | \tenorABB s4
|
r8 g8 | \tenorABB s4
|
||||||
|
|
||||||
r4 \tenorBA
|
r4 \tenorBA
|
||||||
|
\section
|
||||||
}
|
}
|
||||||
%{ \new PipeBandDrumStaff = "bass" \with {
|
%{ \new PipeBandDrumStaff = "bass" \with {
|
||||||
instrumentName = \markup{ \instrumentBass }
|
instrumentName = \markup{ \instrumentBass }
|
||||||
|
|
|
@ -1,41 +1,32 @@
|
||||||
\version "2.18.2"
|
\version "2.24.1"
|
||||||
|
|
||||||
\include "lilydrum.ly"
|
\include "lilydrum.ly"
|
||||||
|
|
||||||
\include "./config.ily"
|
\include "./config.ily"
|
||||||
\include "./notes.side.ily"
|
\include "./notes.side.ily"
|
||||||
|
|
||||||
fine = {\mark \markup "Fine" }
|
|
||||||
|
|
||||||
\score {
|
\score {
|
||||||
\new PipeBandDrumStaff {
|
\new PipeBandDrumStaff {
|
||||||
\global
|
\global
|
||||||
\sideglobal
|
\sideglobal
|
||||||
<<
|
\partial 4 \snareAupbeatA
|
||||||
\new NullVoice = "format" {
|
\repeat segno 2 {
|
||||||
\part
|
|
||||||
\repeat volta 2 {
|
\repeat volta 2 {
|
||||||
\halfline \measure << s2. { s2 \fine } >>
|
|
||||||
} \alternative {
|
|
||||||
{ s4 | }
|
|
||||||
{
|
|
||||||
}
|
|
||||||
}
|
|
||||||
%\bar "||"
|
|
||||||
\break
|
|
||||||
|
|
||||||
\part \line
|
|
||||||
\dcalfine
|
|
||||||
\bar "||"
|
|
||||||
}%Format
|
|
||||||
\new DrumVoice = "side" {
|
|
||||||
\snareAupbeatA
|
|
||||||
\snareA
|
\snareA
|
||||||
r8 \snareAupbeatB
|
\volta 2 \fine
|
||||||
|
\alternative {
|
||||||
|
\volta 1 { r8 \snareAupbeatB }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
\volta 1 {
|
||||||
|
\allowBreak
|
||||||
|
\break
|
||||||
|
\section
|
||||||
|
\partial 4
|
||||||
r8 \snareBA
|
r8 \snareBA
|
||||||
}
|
}
|
||||||
>>
|
}
|
||||||
}
|
}
|
||||||
\header {
|
\header {
|
||||||
title = \title
|
title = \title
|
||||||
|
|
|
@ -1,40 +1,34 @@
|
||||||
\version "2.18.2"
|
\version "2.24.1"
|
||||||
|
|
||||||
\include "lilydrum.ly"
|
\include "lilydrum.ly"
|
||||||
|
|
||||||
\include "./config.ily"
|
\include "./config.ily"
|
||||||
\include "./notes.tenor.ily"
|
\include "./notes.tenor.ily"
|
||||||
|
|
||||||
|
mBreak = {\break}
|
||||||
\score {
|
\score {
|
||||||
\new PipeBandDrumStaff {
|
\new PipeBandDrumStaff {
|
||||||
\global
|
\global
|
||||||
<<
|
\tenorglobal
|
||||||
{
|
\partial 4 \drummode { g4 } |
|
||||||
\part \repeat volta 2 {
|
\repeat segno 2 {
|
||||||
\halfline
|
\repeat volta 2 {
|
||||||
} \alternative {
|
|
||||||
\halfline
|
|
||||||
{
|
|
||||||
\halfline
|
|
||||||
\fine
|
|
||||||
}
|
|
||||||
}
|
|
||||||
\bar "||"
|
|
||||||
\break
|
|
||||||
|
|
||||||
\line
|
|
||||||
\dcalfine
|
|
||||||
\bar "||"
|
|
||||||
}
|
|
||||||
{
|
|
||||||
\drummode { g4 | }
|
|
||||||
\tenorAA
|
\tenorAA
|
||||||
\tenorABA r4
|
\alternative {
|
||||||
\tenorABB r4
|
{ \tenorABA r4 }
|
||||||
|
{ \tenorABB r4 }
|
||||||
\tenorBA
|
|
||||||
}
|
}
|
||||||
>>
|
}
|
||||||
|
\volta 2 {\fine}
|
||||||
|
\volta 1 {
|
||||||
|
\allowBreak
|
||||||
|
\mBreak
|
||||||
|
\section
|
||||||
|
\tenorBA
|
||||||
|
\section
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
\header {
|
\header {
|
||||||
title = \title
|
title = \title
|
||||||
|
|
|
@ -31,6 +31,6 @@ snareBA = \drummode {
|
||||||
g8) d16. g32 \flam d16. d32:128( d8) \flam d8 d16. g32 d8:32(-> \< g8:32)(-> |
|
g8) d16. g32 \flam d16. d32:128( d8) \flam d8 d16. g32 d8:32(-> \< g8:32)(-> |
|
||||||
d8.)->\fr \! g16 d8:32( g16.) g32 d8:32( g16.) g32 \sextuplet { d16[ g d-> g d g] } |
|
d8.)->\fr \! g16 d8:32( g16.) g32 d8:32( g16.) g32 \sextuplet { d16[ g d-> g d g] } |
|
||||||
|
|
||||||
\flamdr d8 d16. g32-> d16. d32 \flam g8 \flam d4\fr \triplet { <> \p d16 g d } \flam g8 |
|
\flamdr d8 d16. g32-> d16. d32 \flam g8 \flam d4 \triplet { <> \p d16 g d } \flam g8 |
|
||||||
\flam d4 r4 d8:32(\dr \< g8:32)(-> d8:32)(-> \afterGrace g8:32)(-> {s8)\!\ofr}
|
\flam d4 r4 d8:32( \< g8:32)(-> d8:32)(-> \afterGrace g8:32)(-> {s8)\!\ofr}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,38 +1,38 @@
|
||||||
\version "2.18.2"
|
\version "2.24.1"
|
||||||
|
|
||||||
\include "lilydrum.ly"
|
\include "lilydrum.ly"
|
||||||
|
|
||||||
\include "./config.ily"
|
\include "./config.ily"
|
||||||
\include "./notes.side.ily"
|
\include "./notes.side.ily"
|
||||||
|
|
||||||
markTextEol = #(define-music-function (parser location text) (string?) #{
|
mbreak = {\break}
|
||||||
\once \override Score.RehearsalMark #'break-visibility = #end-of-line-visible
|
|
||||||
\once \override Score.RehearsalMark #'self-alignment-X = #RIGHT
|
|
||||||
\mark \markup $text
|
|
||||||
#})
|
|
||||||
|
|
||||||
\score {
|
\score {
|
||||||
\new PipeBandDrumStaff {
|
\new PipeBandDrumStaff {
|
||||||
\global
|
\global
|
||||||
|
\sideglobal
|
||||||
<<
|
<<
|
||||||
\new NullVoice = "format" {
|
\new NullVoice = "format" {
|
||||||
\partial 8 s8
|
\partial 8 s8
|
||||||
|
\repeat segno 2 {
|
||||||
\repeat volta 2 {
|
\repeat volta 2 {
|
||||||
\quartline
|
\quartline
|
||||||
} \alternative {
|
} \alternative {
|
||||||
\quartline
|
\quartline
|
||||||
{ \quartline
|
{ \quartline
|
||||||
\markTextEol "Fine"
|
\fine
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}\bar "|."
|
|
||||||
\break
|
|
||||||
|
|
||||||
|
\volta 1 {
|
||||||
|
\allowBreak
|
||||||
|
\mbreak
|
||||||
\partial 8 s8
|
\partial 8 s8
|
||||||
\halfline
|
\halfline
|
||||||
\markTextEol "D.C. al Fine"
|
|
||||||
\bar "||"
|
\bar "||"
|
||||||
|
}
|
||||||
|
}
|
||||||
}%Format
|
}%Format
|
||||||
|
|
||||||
\new DrumVoice = "side" {
|
\new DrumVoice = "side" {
|
||||||
\sideglobal
|
\sideglobal
|
||||||
\snareAA
|
\snareAA
|
||||||
|
|
Loading…
Reference in a new issue