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 - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen
> 
> LilyPond Software Design
>  -- Code for Music Notation
> http://www.lilypond-design.com
> 
> 
> 
> _______________________________________________
> lilypond-user mailing list
> lilypond-user@gnu.org
> http://lists.gnu.org/mailman/listinfo/lilypond-user


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

Reply via email to