Re: map-some-music question

2014-10-10 Thread Gilles THIBAULT
> So the following does what you want because the lambda returns #f > You may also want to look at "music-map", also defined in > music-functions.scm. +1 but music-map will not show the tied event, because music-map doesn't care of 'articulation property (in my memory, in the past, it does). So

Re: map-some-music question

2014-10-07 Thread Jay Vara
I am trying to display all the names that appear in a piece of music (NoteEvent etc.) using map-some-music. It the function musNam is only printing the top level name. What am I missing here? %%% \version "2.18.2" #(define (name-of music) (display-scheme-music (ly:music-property

Re: map-some-music question

2014-10-06 Thread Paul Morris
Jay Vara wrote > I am trying to display all the names that appear in a piece of music > (NoteEvent etc.) using map-some-music. It the function musNam is only > printing the top level name. What am I missing here? Hi Jay, From music-functions.scm: --- (define-public (map-some-music map? m