lilypond-user
[Top][All Lists]
Advanced

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

Re: passing music symbols to define-music-function


From: Orm Finnendahl
Subject: Re: passing music symbols to define-music-function
Date: Sun, 3 Dec 2006 16:39:30 +0100
User-agent: Mutt/1.5.11

Thanks for the help! I'll look into it.

For those interested: I found a workaround for now in the following
way:

bracket = #(define-music-function (parser location note )
       (ly:music? )
#{
 \once\override TrillSpanner #'transparent = ##t
 \pitchedTrill s32 \startTrillSpan $note s32 \stopTrillSpan
#})

and then in the score:

\bracket f

It's not beautiful, but it works.

--
Orm


Am 03. Dezember 2006, 16:15 Uhr (+0100) schrieb Han-Wen Nienhuys:
> 
> The parenthesis code is in  output-lib.scm ; Check define-grobs.scm 
> (ParenthesesItem)
> to see how it is wired into LilyPond ; I would expect that setting font-size 
> on that 
> grob will change the size. 
> 
> -- 
> 
> Han-Wen Nienhuys - address@hidden - http://www.xs4all.nl/~hanwen
> 
> LilyPond Software Design
>  -- Code for Music Notation
> http://www.lilypond-design.com
> 
> 
> 
> _______________________________________________
> 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]