mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-06-01 19:59:11 +02:00
Changed a lot of dr's and fr's to tutti {}'s + changed some unisons + added 2 hornpipe scores
This commit is contained in:
parent
30523d7b9a
commit
f3d16b9b2e
41 changed files with 1431 additions and 390 deletions
|
@ -5,6 +5,12 @@
|
|||
\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
|
||||
|
@ -12,10 +18,10 @@
|
|||
<<
|
||||
\new NullVoice = "format" {
|
||||
\repeat volta 2 {
|
||||
\part \halfline
|
||||
\part \halfline \markTextEol "Fine"
|
||||
}
|
||||
\break
|
||||
\part \halfline \bar "||"
|
||||
\part \halfline \markTextEol "D.C. al Fine"\bar "||"
|
||||
}%Format
|
||||
|
||||
\new DrumVoice = "side" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue