diff options
author | rekado <rekado@elephly.net> | 2016-10-01 09:34:59 +0200 |
---|---|---|
committer | rekado <rekado@elephly.net> | 2016-10-01 09:34:59 +0200 |
commit | 94ab0a64262179e8bbec1acbd29fab200f91d674 (patch) | |
tree | a6650f20a77c2ec0aa447e0f5dcc945fd9be0b77 | |
parent | 5cb2c99c1bf991ce9b438395b8ce37f23913aa4d (diff) |
Change README code block export settings
-rw-r--r-- | README.org | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -5,7 +5,7 @@ given scale. ** Options -#+BEGIN_SRC sh :results output +#+BEGIN_SRC sh :results output :exports results ./pre-inst-env ./scripts/scales #+END_SRC @@ -35,7 +35,7 @@ scales [options] Generate a text pattern for F# phrygian on a standard guitar fretboard: -#+BEGIN_SRC sh :results verbatim code +#+BEGIN_SRC sh :results verbatim code :exports both ./pre-inst-env ./scripts/scales --root fis \ --scale phrygian \ --tuning guitar @@ -56,7 +56,7 @@ specify a list of steps from the root note. Here’s the minor pentatonic on F#, using the root note followed by notes that are consecutively three, two, two, and three semitones apart: -#+BEGIN_SRC sh :results verbatim code +#+BEGIN_SRC sh :results verbatim code :exports both ./pre-inst-env ./scripts/scales --root fis \ --scale '(3 2 2 3)' \ --tuning bass |