Le 15 juin 08 à 14:18, Arno Rog a écrit :

\displayLilyMusic did the trick.
Is there also a command to convert the implicit notelengths into full notation.
e.g. r8 d d e f d16 e f8 g -> r8 d8 d8 e8 f8 d16 e16 f8 g8


displayLilyMusicWithExplicitDuration =
#(define-music-function (parser location music) (ly:music?)
   (newline)
   (display-lily-music music parser #:force-duration #t)
   music)

\displayLilyMusicWithExplicitDuration { c'8 d' e' f' }
=> { c'8 d'8 e'8 f'8 }



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to