From 9397b0f8138309e8c1c3eb242d144235b7125fdd Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Thu, 27 Dec 2012 19:01:00 +0100 Subject: [PATCH] chords for finnegans wake --- notes/FinnegansWake.ly | 13 ++++++----- notes/MuirsheenDurkin.ly | 47 +++++++++++++++++++++------------------- 2 files changed, 33 insertions(+), 27 deletions(-) diff --git a/notes/FinnegansWake.ly b/notes/FinnegansWake.ly index 6ab587a..28eaaf2 100644 --- a/notes/FinnegansWake.ly +++ b/notes/FinnegansWake.ly @@ -5,10 +5,12 @@ composer = "Traditional" } -\relative a' -{ - \time 2/4 - \key g \major +<< + \chords {s8 g2 e:m c d g e:m c d4 g1*3/4 e2:m c d g e:m c d4 g1*3/4 e2:m c d g e:m c d4 g8} + \relative a' + { + \time 2/4 + \key g \major \partial 8 a8 | b16 b b8 b a | b e e8. fis16 | @@ -34,4 +36,5 @@ b e e fis | g fis e d | e16 e fis8 g \bar "|." -} + } +>> diff --git a/notes/MuirsheenDurkin.ly b/notes/MuirsheenDurkin.ly index ad91faa..33fe850 100644 --- a/notes/MuirsheenDurkin.ly +++ b/notes/MuirsheenDurkin.ly @@ -5,25 +5,28 @@ composer = "Traditional" } -\relative d' -{ - \time 4/4 - \key d \major - \partial 4 d8. e16 | - fis4 fis e d | - e a a b | - cis a g e | - e d2 d8. e16 | - fis4 fis e d | - e a2 b4 | - cis8 cis a4 b cis | - d2. a4 | - d d e d | - cis a a b | - cis a g e | - e d2 d8. e16 | - fis2 e4 d | - e a a b | - cis a g( e) | - d2. \bar "|." -} +<< + \chords {} + \relative d' + { + \time 4/4 + \key d \major + \partial 4 d8. e16 | + fis4 fis e d | + e a a b | + cis a g e | + e d2 d8. e16 | + fis4 fis e d | + e a2 b4 | + cis8 cis a4 b cis | + d2. a4 | + d d e d | + cis a a b | + cis a g e | + e d2 d8. e16 | + fis2 e4 d | + e a a b | + cis a g( e) | + d2. \bar "|." + } +>>