lilypond-devel
[Top][All Lists]
Advanced

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

Re: exponential crescendo... / Mike "experimental" spanners?


From: padovani
Subject: Re: exponential crescendo... / Mike "experimental" spanners?
Date: Thu, 9 May 2013 10:31:04 -0300

Thank you Janek... sorry to post it in the wrong place.

Well...
If this issue means to change something in circled-tip definition, I think that it would be nice to have a second type of dal niente/al niente. 
If I remember correctly, circled-tip was hard-coded in C - away from my hacking capabilities.

Maybe it would be better to define it in scm files with path, so that one could use other styles of dal-niente/al-niente.

As an example, I prefer very much something like a slashed-circle (messy example, sorry):

%%code
slashflag = \markup{\combine \translate #'(-0.3 . -0.3) \draw-line #'(0.6 . 0.6) 
\fontsize #-5 \musicglyph #"scripts.flageolet"}
nientedyn = #(make-dynamic-script slashflag)

\relative c' {
%\once \override Hairpin #'circled-tip = ##t
\once \override Hairpin #'stencil = #flared-hairpin
\once \override Hairpin #'bound-padding = #0
%\once \override Hairpin #'bound-details #'left #'padding = #0 %% <- this feature would be nice, just as in Glissandos...
g'2\nientedyn\< ~  g8\fff
}
%%end of code

Imagem inline 1


2013/5/9 Janek Warchoł <address@hidden>
2013/5/9 padovani <address@hidden>:
> [have also posted that here: https://codereview.appspot.com/7615043/ ... but
> issue seems to be closed]
>
>
> Not sure if it was already mentioned...
>
> just installed 2.17.17 and it seems that the new (and nice!) angled hairpins
> are
> not compatible with the circled tip:
>
> \once \override Hairpin #'circled-tip = ##t %%doesn't work
> \once \override Hairpin #'stencil = #flared-hairpin
> g4\< ~ g4 ~ g8\f
>
> josé

Looks like a missing feature.  Such information usually goes to
bug-lilypond list, but i've just directly created an issue:
http://code.google.com/p/lilypond/issues/detail?id=3357

Janek


reply via email to

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