Skip to content

Commit

Permalink
Moved relative point to g in modal-cycle for better note distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
mjago committed Jun 26, 2011
1 parent 420eae6 commit 1a0dee8
Show file tree
Hide file tree
Showing 6 changed files with 345 additions and 349 deletions.
2 changes: 1 addition & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ C-g in Emacs
** Setup (add to emacs init file)
The Files need to be downloaded to your relevant dotfiles directory...

#+BEGIN_SRC
#+BEGIN_SRC sh

git clone https://github.com/mjago/ob-lilypond.git ob-lilypond

Expand Down
682 changes: 340 additions & 342 deletions song/Modal-Cycle/modal-cycle.ly

Large diffs are not rendered by default.

Binary file modified song/Modal-Cycle/modal-cycle.midi
Binary file not shown.
10 changes: 4 additions & 6 deletions song/Modal-Cycle/modal-cycle.org
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def triad(key,root,value,interval)
#{interval} "
end

"\\relative c' {" + "\n" +
"\\relative g {" + "\n" +
triad(key, root, 4, 4) +
triad(key, root, 4, 4) +
triad(key, root, 4, 4) +
Expand Down Expand Up @@ -77,8 +77,8 @@ def arpeggio(key, root,ascending)
notes + "r2"
end

"\\relative c' { #{arpeggio(key, root,1)} } | r1 | \
\\relative c'' { #{arpeggio(key, root,0)} } | r1 | \n"
"\\relative g { #{arpeggio(key, root,1)} } | r1 | \
\\relative g'' { #{arpeggio(key, root,0)} } | r1 | \n"

#+end_src

Expand All @@ -90,7 +90,7 @@ one_bar =
" #{root}8 #{root} #{root} #{root} " +
"#{root} #{root} #{root} #{root}'16 #{root},16 "

"\\relative c { " + "\n" + one_bar + "|\n" + one_bar +
"\\relative g, { " + "\n" + one_bar + "|\n" + one_bar +
"|\n" + one_bar + "|\n" + one_bar + "|\n} "

#+end_src
Expand Down Expand Up @@ -477,15 +477,13 @@ Bass = {
}

\new Staff {
\relative c'
\key c \major
\set Staff.midiInstrument = #"acoustic grand"
\Triads
}

\new Staff {
\clef bass
\relative c
\key c \major
\set Staff.midiInstrument = #"slap bass 2"
\Bass
Expand Down
Binary file modified song/Modal-Cycle/modal-cycle.pdf
Binary file not shown.
Binary file modified song/Modal-Cycle/modal-cycle.ps
Binary file not shown.

0 comments on commit 1a0dee8

Please sign in to comment.