File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 3737
3838(use-modules
3939 (oll-core tree)
40+ (oll-core internal music-tools)
4041 (lilypond-export api)
4142 (lily))
4243
Original file line number Diff line number Diff line change 3737
3838(use-modules
3939 (oll-core tree)
40+ (oll-core internal music-tools)
4041 (lilypond-export api)
4142 (lily))
4243
Original file line number Diff line number Diff line change 3838
3939(use-modules
4040 (oll-core tree)
41+ (oll-core internal music-tools)
4142 (lilypond-export lily)
4243 (lilypond-export MusicXML)
4344 (lilypond-export Humdrum)
7778((@@ (lily) translator-property-description) ctprop: :export-step tree? "Music export step store")
7879((@@ (lily) translator-property-description) ctprop: :lyrics list? "current lyric events")
7980
80- ; check name property of music object ... just a shortcut
81- (define-public (music-is? m n) (and (ly: music? m)(eq? n (ly: music-property m 'name))))
82-
8381; combine note-events to event-chord
8482(define (combine-notes current music)
8583 (define (artic-type music) (ly: music-property music 'articulation-type))
Original file line number Diff line number Diff line change 3737
3838(use-modules
3939 (oll-core tree)
40+ (oll-core internal music-tools)
4041 (lilypond-export api)
4142 (lily))
4243
You can’t perform that action at this time.
0 commit comments