lilypond-user
[Top][All Lists]
Advanced

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

Re: \flageolet too big


From: Graham Percival
Subject: Re: \flageolet too big
Date: Mon, 26 Feb 2007 19:40:26 -0800
User-agent: Thunderbird 1.5.0.9 (Macintosh/20061207)

Could you do this? Or at least give me some more info? I don't understand what the problem (or solution) is, so it would be better if you could add this.

Cheers,
- Graham


Werner LEMBERG wrote:
Thanks!  I now have the solution -- this is something which should
probably be added to the manual because Joe User probably won't find
it...


    Werner


======================================================================


% Here is some Scheme code to define a music expression which
% behaves like an articulation, and which modifies the grob
% associated with it.
%
% The example below defines \F which is the same as \flageolet
% but with a smaller flageolet glyph.

F = #(let ((m (make-music 'ArticulationEvent
                          'articulation-type "flageolet")))
       (set! (ly:music-property m 'tweaks)
             (acons 'font-size -3
                    (ly:music-property m 'tweaks)))
       m)

\relative c'' {
  c4^\F c4_\F
}


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






reply via email to

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