Compare commits
No commits in common. "239285fb6fc131aea80ed74e3842fe1e52cce13a" and "08335106b227c3a50670c46ef3513c8d01be0b0b" have entirely different histories.
239285fb6f
...
08335106b2
|
@ -1,52 +0,0 @@
|
||||||
\version "2.22.1"
|
|
||||||
\header{
|
|
||||||
title="This Is My Father's World"
|
|
||||||
composer="Franklin L. Sheppard"
|
|
||||||
arranger="Amolith"
|
|
||||||
}
|
|
||||||
|
|
||||||
\score {
|
|
||||||
\new PianoStaff <<
|
|
||||||
\new Staff \relative{
|
|
||||||
\time 4/4
|
|
||||||
\key ees \major
|
|
||||||
\partial 4 ees'8( f) | g4 bes g f8.( g32 f) | ees2. f8( g) |
|
|
||||||
aes4 c bes g8.( aes32 g) | f2. c'4 | bes g g f8( ees) |
|
|
||||||
g4. f8 ees4 bes | ees8( f) g4 bes f8( g) | ees2. bes'4 |
|
|
||||||
ees bes c d | ees2. ees8( d) | c4. ees8 d4 c8.( d32 c) |
|
|
||||||
bes2. c4 | bes4 g g4. f16( ees) | g4 f ees4. bes8 |
|
|
||||||
ees( f) g4 bes f8( g) | ees2. r4 |
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
\addlyrics {
|
|
||||||
This is my Fa -- ther's world and to my lis -- t'ning ears all
|
|
||||||
nat -- ure sings and 'round me rings the mu -- sic of the spheres.
|
|
||||||
|
|
||||||
This is my Fa -- ther's world I rest me in the thought of rocks and trees
|
|
||||||
of skies and seas His hand the won -- ders wrought.
|
|
||||||
}
|
|
||||||
|
|
||||||
\new Staff \relative{
|
|
||||||
\time 4/4
|
|
||||||
\key ees \major
|
|
||||||
\clef "bass"
|
|
||||||
\partial 4 r4 ees,8 bes'8 ees8~ <ees, bes' ees>2~ <ees bes' ees>8 |
|
|
||||||
ees8 bes'8 ees8~ <ees, bes' ees>2~ <ees bes' ees>8 |
|
|
||||||
aes ees' aes~ <aes, ees' aes>2~ <aes ees' aes>8 |
|
|
||||||
bes8 f' bes~ <bes, f' bes>2~ <bes f' bes>8
|
|
||||||
ees,8 bes'8 ees8~ <ees, bes' ees>2~ <ees bes' ees>8 |
|
|
||||||
ees8 bes'8 ees8~ <ees, bes' ees>2~ <ees bes' ees>8 |
|
|
||||||
ees8 bes'8 ees8~ <ees, bes' ees>2~ <ees bes' ees>8 |
|
|
||||||
ees8 bes'8 ees8~ <ees, bes' ees>2~ <ees bes' ees>8 |
|
|
||||||
ees8 bes'8 ees8~ <ees, bes' ees>2~ <ees bes' ees>8 |
|
|
||||||
ees8 bes'8 ees8~ <ees, bes' ees>2~ <ees bes' ees>8 |
|
|
||||||
aes ees' aes~ <aes, ees' aes>2~ <aes ees' aes>8 |
|
|
||||||
ees8 bes'8 ees8~ <ees, bes' ees>2~ <ees bes' ees>8 |
|
|
||||||
ees8 bes'8 ees8~ <ees, bes' ees>2~ <ees bes' ees>8 |
|
|
||||||
ees8 bes'8 ees8~ <ees, bes' ees>2~ <ees bes' ees>8 |
|
|
||||||
ees8 bes'8 ees8~ <ees, bes' ees>2~ <ees bes' ees>8 |
|
|
||||||
ees8 bes'8 ees8~ <ees, bes' ees>2~ r8 |
|
|
||||||
}
|
|
||||||
>>
|
|
||||||
}
|
|
12
README.org
12
README.org
|
@ -53,12 +53,6 @@ fit your environment though.
|
||||||
|
|
||||||
* ~.ly~
|
* ~.ly~
|
||||||
|
|
||||||
These are [[https://lilypond.org/][LilyPond]] files! LilyPond is /much/ more complicated than
|
These are [[https://lilypond.org/][LilyPond]] files! Haven't gotten into LilyPond much yet but I
|
||||||
ChordPro and will require some getting used to. I recommend just reading
|
know Emacs ships with a LilyPond mode built in so I will likely use
|
||||||
through their official docs if you want to get set up and compile
|
that.
|
||||||
anything found here.
|
|
||||||
|
|
||||||
If you're using Emacs and ~LilyPond.el~, you can simply run ~C-c C-c RET~ to
|
|
||||||
compile the PDF then ~C-c C-s~ to view it. If you /want/ to use Emacs and
|
|
||||||
~LilyPond.el~, you can reference [[https://git.nixnet.services/Amolith/dotfiles/src/branch/master/dotfiles/plain/emacs/.emacs.d/configuration.org#headline-62][the related section of my Emacs config
|
|
||||||
file]].
|
|
||||||
|
|
Loading…
Reference in New Issue