Skip to content

Commit

Permalink
nowt
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Edwards committed Aug 27, 2024
1 parent 11aef07 commit eca983d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pitch.lsp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
;;;
;;; Creation date: March 18th 2001
;;;
;;; $$ Last modified: 21:11:04 Mon Aug 26 2024 CEST
;;; $$ Last modified: 12:24:57 Tue Aug 27 2024 CEST
;;;
;;; SVN ID: $Id$
;;;
Expand Down Expand Up @@ -3246,9 +3246,9 @@ data: EF3
;;; EXAMPLE
#|
(print-simple-pitch-list (init-pitch-list '(c4 d4 e4))) ;
=> ;
(C4 D4 E4) ;
(C4 D4 E4) ;
=>
(C4 D4 E4)
(C4 D4 E4)
|#
;;; SYNOPSIS
(defun print-simple-pitch-list (pitch-list &optional (stream t))
Expand Down

0 comments on commit eca983d

Please sign in to comment.