mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-06-18 05:06:37 +02:00
Written 6/8s
Fix for strange gracenote placement. Every empty measure starts with a 'empty' gracenote. Needs to be implemented in every tune
This commit is contained in:
parent
164b8225bd
commit
66d70e9fac
17 changed files with 831 additions and 1 deletions
67
6-8_marches/piobaireachd_of_donald_dubh/pipes.ly
Normal file
67
6-8_marches/piobaireachd_of_donald_dubh/pipes.ly
Normal file
|
@ -0,0 +1,67 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "config.ily"
|
||||
\include "notes.pipes.ily"
|
||||
|
||||
\score {
|
||||
\new Staff {
|
||||
\global
|
||||
\pipeglobal
|
||||
<<
|
||||
{
|
||||
\repeat volta 2 {\line}
|
||||
\break
|
||||
\repeat volta 2 {\line}
|
||||
\break
|
||||
\repeat volta 2 {\line}
|
||||
\break
|
||||
\repeat volta 2 {\halfline}
|
||||
\alternative{ {\halfline}{\halfline}}
|
||||
}%Format
|
||||
{
|
||||
\pipesA
|
||||
|
||||
\pipesB
|
||||
|
||||
\pipesC
|
||||
|
||||
\pipesDA
|
||||
\pipesDBA
|
||||
\pipesDBB
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
}
|
||||
}
|
||||
\score {
|
||||
\new Staff { \global \pipeglobal
|
||||
\set Staff.midiInstrument = #"bagpipe"
|
||||
%%Tune
|
||||
|
||||
\pipesA
|
||||
\pipesA
|
||||
|
||||
\pipesB
|
||||
\pipesB
|
||||
|
||||
\pipesC
|
||||
\pipesC
|
||||
|
||||
\pipesDA
|
||||
\pipesDBA
|
||||
\pipesDA
|
||||
\pipesDBB
|
||||
}
|
||||
\midi { \confTempo }
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue