mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-11-16 00:13:32 +01:00
35bf4dc8f3
Template for seconds and thirds and a 'full' for pipes added
36 lines
431 B
Text
36 lines
431 B
Text
\version "2.18.2"
|
|
|
|
\include "config.ily"
|
|
\include "notes.pipes.ily"
|
|
\score {
|
|
\new Staff {
|
|
\global
|
|
\pipeglobal
|
|
<<
|
|
{
|
|
\repeat unfold 2 {
|
|
\partial 4 s4
|
|
\line
|
|
\break
|
|
\line
|
|
\bar "|."
|
|
\break
|
|
}
|
|
|
|
}
|
|
{
|
|
\pipesAA
|
|
\pipesAB s4
|
|
|
|
\pipesBA
|
|
\pipesBB
|
|
}
|
|
>>
|
|
}
|
|
\header {
|
|
title = \title
|
|
meter = \meter
|
|
instrument = \instrumentPipes
|
|
composer = \composerPipes
|
|
}
|
|
}
|