Compare commits

...

4 Commits

Author SHA1 Message Date
539629b121 why not more instrumentals 2023-07-29 20:55:25 -07:00
0217a1f394 fixed tempo/compilation errors 2023-07-29 20:55:15 -07:00
b7e3136d14 fixed compilation errors in ashes 2023-07-29 20:54:48 -07:00
26425c2e9c calling out a name tweaks/fixes 2023-07-29 20:54:22 -07:00
8 changed files with 112 additions and 12 deletions

View File

@ -1,4 +1,4 @@
\version "2.18.2"
\version "2.24.0"
\language "english"
\header {
@ -11,14 +11,14 @@ global = {
\key e \minor
\set Staff.printKeyCancellation = ##f
\numericTimeSignature
\compressFullBarRests
% \compressFullBarRests
\omit Voice.StringNumber
\override TupletBracket #'bracket-visibility = #'if-no-beam
% \override TupletBracket #'bracket-visibility = #'if-no-beam
\override MultiMeasureRest.expand-limit = #3
\time 3/4
\tempo 4 = 104
\tempo 4 = 94
}
0
mainRiffE = \relative c {
e16( a b) a( e' fs) e,( b' d) a( g' a) |
}
@ -225,7 +225,7 @@ chordExceptions = #(append
chordValues = \chordmode {
\global
\powerChords
% \powerChords
\set chordNameExceptions = #chordExceptions
\set majorSevenSymbol = \markup "maj7"

Binary file not shown.

View File

@ -166,7 +166,7 @@ guitarOne = \relative c' {
<b fs' b>8 b16 b b b <a e' a>8 a16 a a a <b fs' b>8 b16 c d c b d c b a8 |
}
<b fs' b>8 b16 b b b <c g' c>8 c16 c c c <d a' d>2. ~ |
\time 4/4 q2 ~ q8 <f c' f>4. |
\time 4/4 q4. <f b f'>8 ~ q q4. |
\key e \phrygian
\mainRiff
@ -280,7 +280,7 @@ guitarOne = \relative c' {
b''!4. d8 ~ d a4 f8 | e f a b ~ b a4 b8 |
c16( a) f e f( e) c b e( d) c a b( a) f e |
d8 e f e ~ e f d e ~ | e d c b ~ b c a b ~ |
\tuplet 3/2 2 { b4 fs' c' b fs' e } |
\tuplet 3/2 2 { b4 fs' c' b ds e } |
% chorus
@ -442,7 +442,7 @@ vocalMelody = \relative c'' {
r2 r4 r8 b'8 g'4 g8( fs) |
r2 r4 r8 b,8 a'4 g8( fs) |
r2 r4 r8 b,8 g'4 g8( fs) |
g4 g8[ fs] ~ fs e fs4( ~ fs4. e8 | d2) r2 |
g4 g8[ fs] ~ fs e fs2. ~ | fs4. r8 r2 |
% interlude
\key e \phrygian

Binary file not shown.

100
album3/instrumental3.ly Normal file
View File

@ -0,0 +1,100 @@
\version "2.24.0"
\language "english"
\header {
title = "Instrumental"
composer = "Tommy Montgomery"
copyright = "(c) 2023 Tommy Montgomery"
}
global = {
\key e \major
\set Staff.printKeyCancellation = ##f
\numericTimeSignature
\compressMMRests
\omit Voice.StringNumber
\override TupletBracket.bracket-visibility = #'if-no-beam
\override MultiMeasureRest.expand-limit = #3
\override Score.ChordName.font-name = #"Noto Serif"
\override Score.ChordName.font-size = #0
\override Score.LyricText.font-name = #"Noto Serif"
\override Score.LyricText.font-size = #0
\time 6/8
\tempo 4. = 66
}
guitarOne = \relative c' {
\partial 8 b'8\glissando |
e2. | ds4. e | fs ~ fs8. b,16 e( fs) | \grace fs8( g4 fs8) e8.( fs32 e) d16( e) |
e4. ~ e4 e16( d) | b8. b16 b a g8. g16 g b |
a8. a16 a g fs4. | a,16 b ds e fs a b ds e fs a b |
}
guitarOneStaff = \new Staff \with { midiInstrument = "distorted guitar" }{ \global \guitarOne }
chordExceptionMusic = {
<c e g b d'>1-\markup { "maj9" }
<c e g b fs'>1-\markup { "maj7" \sharp "11" }
<c ef f g bf>1-\markup { "m7sus4" }
<c ef gf bff>1-\markup { "°7" }
<c e g d'>1-\markup { "add9" }
<c ef g d'>1-\markup { "m(add9)" }
<c e fs as>1-\markup { \super { \sharp "11" \sharp "13" } }
<c g>1-\markup { "5" }
<c e g b>1-\markup { "maj7" }
<c f g>1-\markup { "sus4" }
<c d g>1-\markup { "sus2" }
}
chordExceptions = #(append
(sequential-music-to-chord-exceptions chordExceptionMusic #t)
ignatzekExceptions
)
chordValues = \chordmode {
\global
\set chordNameExceptions = #chordExceptions
\set majorSevenSymbol = \markup "maj7"
\partial 8 s8 |
e2. | b | d | a |
e | g | d | b |
c | d | a | q |
bf | c | d | q |
}
chordNames = \new ChordNames {
\set chordChanges = ##t
\set chordNameExceptions = #chordExceptions
\chordValues
}
\score {
<<
\chordNames
\guitarOneStaff
>>
\layout {
\context {
\Staff \RemoveEmptyStaves
\override Glissando.minimum-length = #4
\override Glissando.springs-and-rods = #ly:spanner::set-spacing-rods
\override Glissando.thickness = #2
\override VerticalAxisGroup.remove-first = ##t
}
}
}
\score {
\unfoldRepeats {
<<
\transpose c c, \guitarOneStaff
>>
}
\midi {}
}

BIN
album3/instrumental3.pdf Normal file

Binary file not shown.

View File

@ -1,4 +1,4 @@
\version "2.18.2"
\version "2.24.0"
\language "english"
\header {
@ -12,9 +12,9 @@ global = {
\time 4/4
\set Staff.printKeyCancellation = ##f
\numericTimeSignature
\compressFullBarRests
% \compressFullBarRests
\omit Voice.StringNumber
\override TupletBracket #'bracket-visibility = #'if-no-beam
%\override TupletBracket #'bracket-visibility = #'if-no-beam
\override MultiMeasureRest.expand-limit = #3
}

BIN
ashes.pdf

Binary file not shown.