mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-05-15 20:39:20 +02:00
Updated file structure for Flett of Flotta, Crusader's March and Scotland the Brave (high)
Introduced tags into standards to remove upbeats / endrest
This commit is contained in:
parent
0533d5257e
commit
3a909c2250
12 changed files with 126 additions and 145 deletions
|
@ -5,14 +5,20 @@
|
|||
\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
|
||||
\sideglobal
|
||||
<<
|
||||
{
|
||||
\repeat volta 2 {\part \line \break }
|
||||
\part \line \bar "||"
|
||||
\repeat volta 2 {\part \line \markTextEol "Fine" \break }
|
||||
\part \line \markTextEol "D.C. al Fine" \bar "||"
|
||||
}
|
||||
{
|
||||
\snareA s8
|
||||
|
|
|
@ -5,14 +5,20 @@
|
|||
\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
|
||||
\sideglobal
|
||||
<<
|
||||
{
|
||||
\repeat volta 2 {\part \line \break }
|
||||
\part \line \bar "||"
|
||||
\repeat volta 2 {\part \line \markTextEol "Fine" \break }
|
||||
\part \line \markTextEol "D.C. al Fine" \bar "||"
|
||||
}
|
||||
{
|
||||
\snareA s8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue