summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRichard Shann <rshann@debianrts.home>2011-01-04 10:03:11 +0000
committerRichard Shann <rshann@debianrts.home>2011-01-04 10:03:11 +0000
commitca0f6ec436e6c80d0f394b547bf47bd0042bbec6 (patch)
tree0ca7569ceaa209d0996432ffc1f5fabae61314e0 /test
parent1dedb8b7451efdb61256709c19cfdafa7bb60744 (diff)
Define an override DENEMO_OVERRIDE_AFFIX which affects the positioning of pre and postfix lilypond. The only case so far defined is for chord directives, where if set the prefix comes before the chord notes instead of before the duration
Diffstat (limited to 'test')
-rw-r--r--test/AllDenemoDirectiveOutputs.denemo3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/AllDenemoDirectiveOutputs.denemo b/test/AllDenemoDirectiveOutputs.denemo
index 5ac85303..b35d5ef7 100644
--- a/test/AllDenemoDirectiveOutputs.denemo
+++ b/test/AllDenemoDirectiveOutputs.denemo
@@ -1,6 +1,9 @@
<?xml version="1.0"?>
<score xmlns="http://denemo.sourceforge.net/xmlns/Denemo" version="3"><scheme>(d-DirectivePut-chord-prefix "test" "%{chord prefix%}")
(d-DirectivePut-chord-postfix "test" "%{chord postfix%}")
+(d-DirectivePut-chord-prefix "testprefix" "%{chord prefix%}")
+(d-DirectivePut-chord-prefix "testprefixwithaffix" "%{chord prefix with affix override set%}")
+(d-DirectivePut-chord-override "testprefixwithaffix" DENEMO_OVERRIDE_AFFIX)
(d-DirectivePut-note-prefix "test" "%{note prefix%}")
(d-DirectivePut-note-postfix "test" "%{note postfix%}")