lilypond-user
[Top][All Lists]
Advanced

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

Re: acciaccatura slash on beamed eighth notes


From: Frédéric Chiasson
Subject: Re: acciaccatura slash on beamed eighth notes
Date: Tue, 7 Nov 2006 19:37:35 -0500

Okay, I think I will do it manually for each case, since I really don't have any notion of Scheme programming.

Is there any comprehensive tutorial for beginners in Scheme somewhere on Internet?

Thanks for your answers,

Frédéric


2006/11/7, Mats Bengtsson <address@hidden>:
Please always keep the discussion on the mailing list, for the
benefit of yourself since you get access to the collected
expertise on the list and for the benefit of others who experience
similar problems. Feel free to quote my answer below if you wish.

The offset is relative to the normal position of the text script.
The horizontal position shouldn't be a problem, but for the
vertical position, LilyPond tries to keep a minimum distance
both to the closest note head/stem and to the stave, so when
the beam falls within the stave you will need special treatment
for every beam position.

If you are willing to do some Scheme hacking, then the best
solution is probably to replace the standard print function
for Beam with one that internally calls the default function
and then adds the slash.

   /Mats

Frédéric Chiasson wrote:

> Thanks for the tip,
>
> I have made it using \once \override TextScript #'extra-offset = #'(x . y)
>
> Is there a way to calculate the offset from the tip of the stem, or at
> least the notehead, so I can use the same values for x and y, for each
> of the many gracenote groups used in my pieces?
>
> Frédéric
>
>
> 2006/11/7, Mats Bengtsson <address@hidden
> <mailto:address@hidden >>:
>
>     There is no direct support for such slashed beams in LilyPond, but
>     if you
>     search the mailing list archives, you should find some tricks that
>     people
>     have used as a workaround. Basically, what you can do is to add a
>     slash
>     as a text script and then move it around to the desired position.
>
>        /Mats
>
>     Frédéric Chiasson wrote:
>     > Hello,
>     >
>     > I am trying to transcribe one of my own compositions on Lilypond
>     > 2.9.28. I need to have slash beamed gracenotes. I didn't find
>     any way
>     > to do it on the mailing list. Did I miss something?
>     >
>     > The slashed beamed gracenote groups are quite common in contemporary
>     > music. I can give you some scanned examples if you need.
>     >
>     > Thanks for your answers,
>     >
>     > Frédéric Chiasson
>     >
>     >
>     ------------------------------------------------------------------------
>     >
>     > _______________________________________________
>     > lilypond-user mailing list
>     > address@hidden <mailto: address@hidden>
>     > http://lists.gnu.org/mailman/listinfo/lilypond-user
>     < http://lists.gnu.org/mailman/listinfo/lilypond-user>
>     >
>
>     --
>     =============================================
>             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
>     <mailto:address@hidden>
>             WWW: http://www.s3.kth.se/~mabe <http://www.s3.kth.se/%7Emabe>
>     =============================================
>
>


--
=============================================
        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
=============================================



reply via email to

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