mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-05-16 12:59:21 +02: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,35 +1,28 @@
|
|||
\version "2.18.2"
|
||||
\version "2.24.1"
|
||||
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\include "./config.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 {
|
||||
\new PipeBandDrumStaff {
|
||||
\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
|
||||
\snareA s4
|
||||
|
||||
\snareBA
|
||||
\new PipeBandDrumStaff {
|
||||
\global
|
||||
\sideglobal
|
||||
\repeat segno 2 {
|
||||
\repeat volta 2 {
|
||||
\partial 4
|
||||
\snareA
|
||||
}
|
||||
>>
|
||||
\volta 2 \fine
|
||||
|
||||
\volta 1 {
|
||||
\allowBreak
|
||||
\break
|
||||
\snareBA
|
||||
\section
|
||||
}
|
||||
}
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue