emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
blob cd8587aeaad06d465979b7f6c93e1d2f3f665bc5 500 bytes (raw)
name: testing/examples/ob-lilypond-test.org 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
 
* Test org lilypond file

This is a simple file for test purposes

** LilyPond Version

#+begin_src lilypond
  
\version "2.12.3"

#+end_src 

** DONE lilypond block for test purposes

#+begin_src lilypond
  
  \score {
    \relative c' {
      c8 d e f g a b c |
      b a g f e d c4   |
    }
   
#+end_src

#+begin_src lilypond
  
    \layout {
      }
      \midi {
        \context {
          \Score
          tempoWholesPerMinute = #(ly:make-moment 150 4)
        }
      }
    }
  
#+end_src

debug log:

solving cd8587a ...
found cd8587a in https://git.savannah.gnu.org/cgit/emacs/org-mode.git

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).