lilypond-user
[Top][All Lists]
Advanced

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

Re: Turn placed between notes


From: David Kastrup
Subject: Re: Turn placed between notes
Date: Sat, 09 Mar 2013 12:24:54 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Janek Warchoł <address@hidden> writes:

> On Sat, Mar 9, 2013 at 7:02 AM, Nick Payne
> <address@hidden> wrote:
>> See attached graphic. Quite a number of these in the score (Brahms
>> Sextet Op
>> 18).
>
> you can use a clever function written by David K.  While it results in
> different (i'd say a bit worse) spacing, it makes input code
> infinitely more readable:
>
> at =
> #(define-music-function (parser location t e m)
>   (ly:duration? ly:event? ly:music?)
>   #{ << #m { \skip $t <>$e } >> #})
>
> \new Voice \relative c'' {
>   \at 4 \turn f4. g16-. a-.
> }

It is arguably a problem with LilyPond's spacing that one perceives
worse spacing with the above code.  One can likely play around a bit,
replacing <> in the code with hidden notes and similar, but of course,
how that affects spacing exactly may well depend on future versions of
LilyPond.

-- 
David Kastrup




reply via email to

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