lilypond-devel
[Top][All Lists]
Advanced

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

Re: request for combined accent


From: yota moteuchi
Subject: Re: request for combined accent
Date: Mon, 4 Dec 2006 05:00:10 -0500

Thank you for your answer

the c^"≥" trick gave indeed the best visual result, as you can see in
the screenshot where I used ^\unormlegato, _\dnormlegato and ^"≥".

But I still believe that a nice looking "≥" (and its reversed twin
which does not exist as a character in the unicode tables), should be
added to feta font (as we did for the \portato)
This will enable an homogenous syntax for the articulations,
an automatic selection : up or down, depending on the position of the notehead
and last but not least, the look will not depend on the text font,
which may vary.

≥ sign could be used as model.

On 12/1/06, Mats Bengtsson <address@hidden> wrote:
You can easily define markup commands for all these combinations yourself,
for example

\version "2.10.0"
dnormlegato = \markup{\override #'(baseline-skip . 0.9) \center-align
{\musicglyph #"scripts.tenuto" \musicglyph #"scripts.sforzato" } }
unormlegato = \markup{\override #'(baseline-skip . 0.9) \center-align {
\musicglyph #"scripts.sforzato" \musicglyph #"scripts.tenuto" } }

{c'_\dnormlegato c'^\unormlegato }

Note that I made separate down/up versions, to get the tenuto closest to
the
stave, but I'm not sure what the standard typesetting practice is when you
typeset such a combination below the stave.

If you are picky about the layout, you will notice that in the example
above,
the tenuto is too short compared to the sforzato. One alternative might
be to instead input c^"≥" (you may have to use some Character Map
program to find that symbol) and save the file using UTF-8 encoding.
Then the symbol will be typeset using some appropriate text font.

/Mats

yota moteuchi wrote:
> Hi,
>
> since I didn't found them in Lilypond I thought it was a good idea to
> post there
>
> I'm looking for the symbol representing some combined accents as shown
> there http://www.dolmetsch.com/musictheory21.htm
>
> up to now, the "legato & staccato" combined accent exist and have a
> shortcut : a-_
> but if you try to put a compound "normal & legato" : a \accent
> \tenuto, it prints an ugly result.
>
> could this be added to a next release ?
>
> Thank you all
>
> yota
>
>
> _______________________________________________
> lilypond-devel mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/lilypond-devel

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463
        Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================


Attachment: normlegato.png
Description: PNG image


reply via email to

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