Please specify a Subject line on your emails.

As far as I know, it's not directly supported, but a hack like the following
might be useful (it is of course possible to define some macros to make
it more convenient to use):

\version "2.7.32"

% Define a macro that prints a circle and handles it as a dynamic
% indication, when it comes to vertical alignment:
circle = #(make-dynamic-script (markup #:musicglyph "scripts.flageolet"))

\relative c'{
 c \>  d e
 % Move the circle to the left:
 \once \override DynamicText #'extra-offset = #'(-1.5 . 0)
 f \circle \!
}

\layout{ragged-right = ##t }


  /Mats



Arno Waschk wrote:

dear list,

for a contemporary music score i need hairpin having a circles around their tip, indicating cresc./descresc. from/into silence.

what is the easiest way to enter these into the score? or does this need to be implemented yet? i did not find that mentioned in the docs.

thanks, arno


--
=============================================
        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: [EMAIL PROTECTED]
        WWW: http://www.s3.kth.se/~mabe
=============================================



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to