]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/music-creation.ly
*** empty log message ***
[lilypond.git] / input / test / music-creation.ly
index 00e12dd2ce77b403eda16338e2f692f68c079f9b..647005b7dbf7ab8ce26ba6dfe374f2d9267f4b1e 100644 (file)
    ml))
 
 #(define (make-note elts)
-   ;; huh?  lily-guile: Could not find music type `Request_chord'
-   ;;(let* ((ml (make-music-by-name "Request_chord")))
    (let* ((ml (make-music-by-name 'RequestChord)))
    (ly-set-mus-property! ml 'elements elts)
    ml))
 
 #(define (seq-music-list elts)
-   ;; huh? lily-guile: Could not find music type `Sequential_music' 
-   ;;(let* ((ml (make-music-by-name "Sequential_music")))
    (let* ((ml (make-music-by-name 'SequentialMusic)))
    (ly-set-mus-property! ml 'elements elts)
    ml))