lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Auto-ottava Scheme script problems


From: Torsten Hämmerle
Subject: Re: Auto-ottava Scheme script problems
Date: Wed, 15 Aug 2018 13:11:00 -0700 (MST)

Sorry, certainly more straight-forward way would be just to use (filter
(music-type-predicate 'note-event) to filter out the note-events only:

         (let* ((elts (filter (music-type-predicate 'note-event)
                              (ly:music-property mus-expr 'elements)))
           […]


auto-ottava2.ly
<http://lilypond.1069038.n5.nabble.com/file/t3887/auto-ottava2.ly>  


All the best,
Torsten



--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html



reply via email to

[Prev in Thread] Current Thread [Next in Thread]