2015-01-17 1:20 GMT+01:00 Thomas Morley <thomasmorle...@gmail.com>: > 2015-01-17 0:21 GMT+01:00 and...@andis59.se <and...@andis59.se>: >> On 2015-01-17 00:16, Jay Anderson wrote: >>> >>> On Fri, Jan 16, 2015 at 4:02 PM, and...@andis59.se <and...@andis59.se> >>> wrote: >>>> >>>> I store two pitches in a pair variable >>>> x = #'(b . cis') >>>> >>> >>> pitches = #(cons #{ b #} #{ cis' #}) >>> #(display (ly:pitch? (car pitches))) => #t >>> >> >> Ok that works but looks really bad.... >> I liked the clean way the #'(b . cis') looks. >> >> Is there some other way of storing two pitches and accessing each one in a >> music-function? >> >> // Anders > > > How about: > > #(display (event-chord-pitches #{ < b cis' > #})) > > Cheers, > Harm
#(display (event-chord-pitches #{ b cis' #})) works as well _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user