bagpipe.ly/bagpipe.ly

20 lines
501 B
Plaintext
Raw Permalink Normal View History

2019-01-03 17:32:41 +01:00
%{
Bagpipe music settings for Lilypond.
This file builds on work by Andrew McNabb (http://www.mcnabbs.org/andrew/)
2009-01-28 17:53:50 +01:00
Substantial changes and additions made by
Sven Axelsson, the Murray Pipes & Drums of Gothenburg
(http://www.murrays.nu)
2019-01-03 22:37:07 +01:00
Including this file will change the pitchnames used by lilypond.
%}
2015-10-08 14:26:20 +02:00
\version "2.19.28"
2019-01-03 17:23:21 +01:00
#(ly:set-option 'relative-includes #t)
2019-01-03 17:32:41 +01:00
\include "lib/pitchnames.ily"
2019-01-03 17:23:21 +01:00
\include "lib/embellishments.ily"
2019-01-03 17:37:34 +01:00
\include "lib/layout_tweaks.ily"
2019-01-03 22:37:07 +01:00
\include "lib/timing.ily"