Browse Source

Updated the tangle machinery

Samuel W. Flint 8 years ago
parent
commit
d5e70ec633
1 changed files with 4 additions and 2 deletions
  1. 4 2
      algorithmic-music.org

+ 4 - 2
algorithmic-music.org

@@ -4,8 +4,7 @@
 #+DATE: \today
 #+INFOJS_OPT: view:info toc:nil path:http://flintfam.org/org-info.js
 #+OPTIONS: toc:nil H:5 ':t *:t
-#+PROPERTY: noweb tangle
-#+PROPERTY: comments noweb
+#+PROPERTY: header-args :noweb tangle :comments noweb
 #+LATEX_HEADER: \usepackage[color]{showkeys}
 #+LATEX_HEADER: \parskip=5pt
 #+LATEX_HEADER: \lstset{texcl=true,breaklines=true,columns=fullflexible,frame=lines,literate={lambda}{$\lambda$}{1} {set}{$\gets$}1 {setq}{$\gets$}1 {setf}{$\gets$}1 {<=}{$\leq$}1 {>=}{$\geq$}1}
@@ -318,6 +317,9 @@ Music is absolutely fascinating.  However, very few people are skilled in its co
 #+END_SRC
 
 * Putting it together
+:PROPERTIES:
+:ID:       109a6bb3-dde3-45e6-a898-cc0df2750225
+:END:
 
   The full logic of the music generation program is shown in Figure [[figure:overview]].