1
0
Fork 0
mirror of https://github.com/kastdeur/bagpipe.ly.git synced 2025-01-08 17:03:33 +01:00
This commit is contained in:
Sven Axelsson 2010-01-02 16:51:07 +01:00
parent 423801e9a0
commit d87c1032aa

View file

@ -10,7 +10,7 @@
#(set-global-staff-size 18) #(set-global-staff-size 18)
#(set-default-paper-size "a4" 'landscape) #(set-default-paper-size "a4" 'landscape)
\include "./bagpipe.ly" \include "./bagpipe_new.ly"
\paper { \paper {
indent = 0\mm indent = 0\mm
@ -115,10 +115,10 @@
{ {
\bagpipeKey \bagpipeKey
\set Staff.instrumentName = "Throws " \set Staff.instrumentName = "Throws "
a \thrwd d G \Gthrwd d e \thrwf f a \gripthrwd d a \thrwd d G \Gthrwd d a \thrwe e a \wthrwe e d \thrwf f a \gripthrwd d
} }
\addlyrics { \addlyrics {
\skip 4 "\\thrwd" \skip 4 "\Gthrwd" \skip 4 "\\thrwf" \skip 4 "\\gripthrwd" \skip 4 "\\thrwd" \skip 4 "\Gthrwd" \skip 4 "\\thrwe" \skip 4 "\\wthrwe" \skip4 "\\thrwf" \skip 4 "\\gripthrwd"
} }
} }
@ -231,7 +231,7 @@
\justify { \justify {
Check out \with-url #"http://www.lilypond.org/" {\bold www.lilypond.org} to learn Check out \with-url #"http://www.lilypond.org/" {\bold www.lilypond.org} to learn
more about this. All of these things are linked from the documentation more about this. All of these things are linked from the documentation
page. Make sure you use the \bold 2.11.0 documentation — lots of page. Make sure you use the \bold 2.12.0 documentation — lots of
things have changed since the older versions. things have changed since the older versions.
} }
} }