mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-05-15 20:39:20 +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
|
||||
|
@ -16,12 +22,16 @@
|
|||
\quartline
|
||||
} \alternative {
|
||||
\quartline
|
||||
\quartline
|
||||
{ \quartline
|
||||
\markTextEol "Fine"
|
||||
}
|
||||
}\bar "|."
|
||||
\break
|
||||
|
||||
\partial 8 s8
|
||||
\line \bar "||"
|
||||
\line
|
||||
\markTextEol "D.C. al Fine"
|
||||
\bar "||"
|
||||
}%Format
|
||||
|
||||
\new DrumVoice = "side" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue