lilypond-user
[Top][All Lists]
Advanced

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

Re: Convert relative into absolute


From: Nicolas Sceaux
Subject: Re: Convert relative into absolute
Date: Mon, 16 Jun 2008 18:46:15 +0200

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 }





reply via email to

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