~bzg/worg

6b9da77c8078be183971575fdc79d402bf6184c2 — Jonathan Gregory 1 year, 3 months ago 494157f
lilypond.org: Update to reflect changes in ob-lilypond

Link: https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=f78a3c2bdcc9c88bcfb8a4aed7f7b4378534afac
2 files changed, 10 insertions(+), 27 deletions(-)

M org-contrib/babel/examples/lilypond.org
M org-contrib/babel/examples/lilypond.pdf
M org-contrib/babel/examples/lilypond.org => org-contrib/babel/examples/lilypond.org +10 -27
@@ 2,6 2,7 @@
#+OPTIONS: num:nil toc:nil date:nil
#+LATEX_HEADER: \usepackage[cm]{fullpage}
#+PROPERTY: header-args:lilypond :noweb yes :exports results
#+PROPERTY: header-args:lilypond :prologue (org-babel-ref-resolve "settings[]")

* Ionian Mode



@@ 17,9 18,8 @@ Integer accumsan lacus a leo mattis pretium. Proin velit quam,
vestibulum at porttitor vel, fringilla a est.

#+begin_src lilypond :file ionian.pdf
<<version-and-paper>>
\relative c' {
  c d e f
  c4 d e f
  g a b c
  b a g f
  e d c d


@@ 47,9 47,8 @@ Integer accumsan lacus a leo mattis pretium. Proin velit quam,
vestibulum at porttitor vel, fringilla a est.

#+begin_src lilypond :file dorian.pdf
<<version-and-paper>>
\relative c' {
  d e f g
  d4 e f g
  a b c d
  c b a g
  f e d e


@@ 77,9 76,8 @@ Integer accumsan lacus a leo mattis pretium. Proin velit quam,
vestibulum at porttitor vel, fringilla a est.

#+begin_src lilypond :file phrygian.pdf
<<version-and-paper>>
\relative c' {
  e f g a
  e4 f g a
  b c d e
  d c b a
  g f e f


@@ 107,9 105,8 @@ Integer accumsan lacus a leo mattis pretium. Proin velit quam,
vestibulum at porttitor vel, fringilla a est.

#+begin_src lilypond :file lydian.pdf
<<version-and-paper>>
\relative c' {
  f g a b
  f4 g a b
  c d e f
  e d c b
  a g f g


@@ 137,9 134,8 @@ Integer accumsan lacus a leo mattis pretium. Proin velit quam,
vestibulum at porttitor vel, fringilla a est.

#+begin_src lilypond :file mixolydian.pdf
<<version-and-paper>>
\relative c' {
  g a b c
  g4 a b c
  d e f g
  f e d c
  b a g a


@@ 167,9 163,8 @@ Integer accumsan lacus a leo mattis pretium. Proin velit quam,
vestibulum at porttitor vel, fringilla a est.

#+begin_src lilypond :file aeolian.pdf
<<version-and-paper>>
\relative c' {
  a b c d
  a4 b c d
  e f g a
  g f e d
  c b a b


@@ 197,9 192,8 @@ Integer accumsan lacus a leo mattis pretium. Proin velit quam,
vestibulum at porttitor vel, fringilla a est.

#+begin_src lilypond :file locrian.pdf
<<version-and-paper>>
\relative c' {
  b c d e
  b4 c d e
  f g a b
  a g f e
  d c b c


@@ 213,18 207,7 @@ vestibulum at porttitor vel, fringilla a est.
#+results:
[[file:locrian.pdf]]

#+name: version-and-paper
#+name: settings
#+begin_src lilypond :exports none
\version "2.24.1"
#(ly:set-option 'use-paper-size-for-page #f)
#(ly:set-option 'tall-page-formats 'pdf)
\paper{
  indent=0\mm
  tagline=""
  line-width=170\mm
  oddFooterMarkup=##f
  oddHeaderMarkup=##f
  bookTitleMarkup=##f
  scoreTitleMarkup=##f
}
\version "2.20.0"
#+end_src

M org-contrib/babel/examples/lilypond.pdf => org-contrib/babel/examples/lilypond.pdf +0 -0