summaryrefslogtreecommitdiffstats
path: root/taste.ly
diff options
context:
space:
mode:
Diffstat (limited to 'taste.ly')
-rw-r--r--taste.ly116
1 files changed, 116 insertions, 0 deletions
diff --git a/taste.ly b/taste.ly
new file mode 100644
index 0000000..658c436
--- /dev/null
+++ b/taste.ly
@@ -0,0 +1,116 @@
+melody = {
+ \key f \major
+ \time 4/4
+ \relative c'' \repeat volta 2 {
+ a2. f4
+ g1
+ f2. e4
+ f2. f4
+ c'2. c4
+ c2. f,4
+ c'1 ~
+ c2 bes
+ a2. f4
+ g1
+ f2. e4
+ f2. f4
+ c'2. c4
+ c2. f,4
+ g1 ~
+ g2 a4 g
+ f1\break
+
+ r4 c8 \tieDashed c ~ c4. c8
+ \tieSolid c2 ~ \times 2/3 {c4 \slurDashed f4( g4)}
+ \tieDashed a8[ ~ \tieSolid a] ~ \tieDashed a2. ~
+ a4 r r f
+ c'8 ~ \tieSolid c ~ \tieDashed c2 ~ c8 c
+ c8 ~ c4. ~ \times 2/3 {c4 c f,}
+ \tieSolid g1 ~
+ g2. ~ g8 c,
+ c2. ~ c8 c
+ \tieDashed cis[ ~ cis] ~ cis ~ cis a'4. g8
+ \tieSolid f1 ~
+ f2. f4
+ c'2. ~ c8 c
+ \tieDashed c ~ c4. \times 2/3 {c4 c f,}
+ \tieSolid g1 ~
+ g1
+ }
+}
+
+lyr = \lyricmode {
+ Taste and
+ see,
+ taste and
+ see the
+ good -- ness
+ of the
+ Lord. __
+ O
+ taste and
+ see,
+ taste and
+ see the
+ good -- ness
+ of the
+ Lord, __
+ of the
+ Lord.
+ <<
+ {
+ \set stanza = #"1."
+ I
+ \set ignoreMelismata = ##t
+ will bless
+ \unset ignoreMelismata
+ the
+ Lord
+ \set ignoreMelismata = ##t
+ at all
+ \unset ignoreMelismata
+ times.
+ His praise shall
+ \set ignoreMelismata = ##t
+ al -- ways be
+ \unset ignoreMelismata
+ on my lips; __
+ my
+ soul shall
+ \set ignoreMelismata = ##t
+ glo __ --
+ \unset ignoreMelismata
+ ry
+ in the
+ Lord __
+ for
+ he has
+ been so good to
+ me.
+ }
+ \new Lyrics {
+ \set associatedVoice = "melody"
+ \set stanza = #"2."
+ Glo --
+ \set ignoreMelismata = ##t
+ ri -- fy
+ \unset ignoreMelismata
+ the |
+ Lord with _ |
+ me. __
+ His
+ \set ignoreMelismata = ##t
+ geth -- er
+ \set ignoreMelismata = ##f
+ let us |
+ all praise his
+ name.
+ I
+ called the
+ Lord
+ }
+ >>
+
+}
+
+\include "layout.tly"