1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2024-09-27 20:24:42 +02:00
pipeband-music/6-8_marches/the_steamboat/pipes.ly
Eric Teunis de Boone 66d70e9fac Written 6/8s
Fix for strange gracenote placement. Every empty measure starts with a 'empty' gracenote.
Needs to be implemented in every tune
2016-06-07 19:07:01 +02:00

69 lines
931 B
Text

\version "2.18.2"
\include "config.ily"
\include "notes.pipes.ily"
\score {
\new Staff {
\global
\pipeglobal
<<
{
\repeat volta 2 {\part \line}
\break
\repeat volta 2 {\part \line}
\break
\repeat volta 2 {\part \line}
\break
\repeat volta 2 {\part \halfline}
\alternative{ {\halfline}{\halfline }}
\bar "|."
}%Format
{
\pipesA s8
\pipesB s8
\pipesC s8
\pipesDA
\pipesDBA s8
\pipesDBB
}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
}
}
\score {
\new Staff { \global \pipeglobal
\set Staff.midiInstrument = #"bagpipe"
%%Tune
\partial 8
\pipesA
\pipesA
\pipesB
\pipesB
\pipesC
\pipesC
\pipesDA
\pipesDBA
\pipesDA
\pipesDBB
}
\midi { \confTempo }
\header {
title = \title
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
}
}