diff options
-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 |