]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/chord-entry.scm
Tracker 2025 - move safe utility to separate module to aid Guile V2 migration
[lilypond.git] / scm / chord-entry.scm
index 06cc077ce4a1395e206f664c3d3406ea48d9f94e..dc0bb85a8c930cce8742407994764e188cea8668 100644 (file)
@@ -15,6 +15,9 @@
 ;;;; You should have received a copy of the GNU General Public License
 ;;;; along with LilyPond.  If not, see <http://www.gnu.org/licenses/>.
 
+; for define-safe-public when byte-compiling using Guile V2
+(use-modules (scm safe-utility-defs))
+
 (define-public (construct-chord-elements root duration modifications)
   "Build a chord on root using modifiers in @var{modifications}.
 @code{NoteEvents} have duration @var{duration}.