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:
parent
560b5621b7
commit
11bade01a4
242 changed files with 2007 additions and 0 deletions
52
other/la_marseillaise/lyrics.ly
Normal file
52
other/la_marseillaise/lyrics.ly
Normal 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
|
||||
% }
|
||||
% }
|
||||
%}
|
|
@ -1,5 +1,9 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "bagpipe.ly"
|
||||
|
||||
\include "bagpipe.ly"
|
||||
|
||||
\include "config.ily"
|
||||
\include "notes.pipes.ily"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue