aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-11-18 18:08:49 +0100
committerThomas White <taw@physics.org>2020-11-18 22:26:05 +0100
commit5ba45bfb6da6aa7f8d409172c3166c92f5f2cccd (patch)
tree5697a56d81ef511f92745e552a9192aec7a45654 /examples
parente6449987b4969a1f2abdfd9d227d4c9951d3bc9c (diff)
Improve syntax for cue parts
Diffstat (limited to 'examples')
-rw-r--r--examples/demo.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/demo.scm b/examples/demo.scm
index f67085f..2a91838 100644
--- a/examples/demo.scm
+++ b/examples/demo.scm
@@ -102,7 +102,7 @@
#:up-time 0
#:down-time 2
- (cue-part (list dim3)
+ (cue-part (list (cons dim3 'intensity))
#:down-time 2
#:down-delay 1))))