1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2025-05-15 20:39:20 +02:00

Moving Lilydrum.ly and bagpipe.ly to a search path, have to update MakeDrum script

This commit is contained in:
Eric Teunis de Boone 2016-11-29 15:24:03 +01:00
parent 560b5621b7
commit 11bade01a4
242 changed files with 2007 additions and 0 deletions

View file

@ -0,0 +1,52 @@
\version "2.18.2"
\include "config.ily"
%\include "notes.pipes.ily"
\include "notes.lyrics.ily"
\score {
\new Staff {
\global
\lyricsglobal
<<
% \new NullVoice = "format"{
%
% }%Format
\new Voice = "tune" {
}
\new Lyrics = "lyrics" {
\lyricsto "tune" {
}
}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentLyrics
composer = \markup \large {
\column \right-align {
$(if (not (string=? "" composerLyrics)) #{ \markup { \line { \composerLyrics } } #} )
$(if (not (string=? "" composerPipes)) #{ \markup { \line { \composerPipes ":" } } #} )
}
\column \right-align {
$(if (not (string=? "" composerLyrics)) #{ \markup { \line { } } #} )
$(if (not (string=? "" composerPipes)) #{ \markup { \line { \instrumentPipes } } #} )
}
}
}
}
%\markup {
% \fill-line{
% \column {
% \verseAblock
% \combine \null \vspace #0.5
% \verseBblock
% }
% }
%}

View file

@ -1,5 +1,9 @@
\version "2.18.2"
\include "bagpipe.ly"
\include "bagpipe.ly"
\include "config.ily"
\include "notes.pipes.ily"