Main public logs
Appearance
Combined display of all available logs of LilyPond wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 08:04, 3 May 2026 Manuela talk contribs moved page User:Manuela/lowest and highest pitch as chord to Lowest and highest pitch as chord
- 07:52, 3 May 2026 Manuela talk contribs created page User:Manuela/lowest and highest pitch as chord (Created page with "This code returns the lowest and the highest pitch of a music expression as chord. The duration of the chord can be chosen arbitrarily. You can easily change the chord to a fixed duration. <lilypond version="2.26.0" > %% This snippets returns the lowest and the highest pitch %% of a music expression als chord %% the duration of the chord is passed as argument myambitus = #(define-music-function (mus dur)(ly:music? ly:duration?) (let* ( (alle-pitches...")