lilypond-user
[Top][All Lists]
Advanced

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

Hairpin with circleRe: (no subject)


From: Mats Bengtsson
Subject: Hairpin with circleRe: (no subject)
Date: Thu, 16 Mar 2006 17:09:52 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050511

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: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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