/usr/share/denemo/actions/Arranger.scm is in denemo-data 2.0.2-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 | ;;(if (and (= 1 (d-GetMovement)) (not (d-Directive-header? "ScoreTitle")))
;;(SetHeaderField "title" "Untitled"))
;;(d-DirectiveDelete-scoreheader "ScoreTagline")
(d-LimitInterSystemSpace 1.2)
;;(d-NormalBeamEndings)
;(d-PointAndClick)
(if DenemoPref_newbie
(d-MouseInsertion))
(display "New Arranger Profile\n")
(d-SetSaved #t)
|