lilypond-user
[Top][All Lists]
Advanced

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

Re: \startTrillSpan without the tr at the beginning?


From: Noeck
Subject: Re: \startTrillSpan without the tr at the beginning?
Date: Tue, 27 Jan 2015 07:02:04 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0

Hi,

this line interface documentation can be found here:
http://www.lilypond.org/doc/v2.18/Documentation/internals/line_002dinterface

Other fonts’ glyphs can also be used to draw wiggles [1]:
http://lilypondblog.org/wp-content/uploads/2014/01/wiggles.pdf
like

% having the font and installed the openlilylib snippets in place
\include "custom-music-fonts/smufl/definitions.ily"
{
  a^\markup \concat {
    \smuflglyph #"wiggleTrillFastest"
    \smuflglyph #"wiggleTrillFasterStill"
    \smuflglyph #"wiggleTrillFaster"
    \smuflglyph #"wiggleTrillFast"
    \smuflglyph #"wiggleTrill"
    \smuflglyph #"wiggleTrillSlow"
    \smuflglyph #"wiggleTrillSlower"
    \smuflglyph #"wiggleTrillSlowerStill"
    \smuflglyph #"wiggleTrill"
    \smuflglyph #"wiggleTrillFaster"
    \smuflglyph #"wiggleTrillFasterStill"
    \smuflglyph #"wiggleTrillFastest"
  }
}

This has a fixed width however and is not as comfortable as a trill span. I
would be interested in how to do the wiggles in the wiggles.pdf above in ‘pure’
LilyPond. Though I don’t need it now, it might be helpful for Richard’s 
question.

Cheers,
Joram



[1]: from http://lilypondblog.org/2014/02/feta-and-bravura/



reply via email to

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