ah yes,

i did look, but i skipped over the preamble to 'line-interface'

what you might see if you're skimming this doc page in search of style is the list of user settable properties where you find, just as in PianoPedalBracket:

style (symbol)
This setting determines in what style a grob is typeset. Valid choices depend on the stencil callback reading this property.

and so you'll go on searching

i would have found it if the entry was

#'style = #'symbol
    This setting determines in what style a grob is typeset.
The property style can be line, dashed-line, trill, dotted-line or zigzag.
    Valid choices depend on the stencil callback reading this property.

mats wrote:

Of course, another approach to find the answer to Stefan's question is to look at the Internals/Program Reference for the TrillSpanner object and see what
the style property is set to for trills.

that's true, but you have to know about line-interface/style to know what to look for ;-)

this small email exchange has cleared this up for me. in fact it's kind of obvious now. but i wouldn't have got this by myself from the docs.

alas, im not secure enough with the source code to annotate the auto- generated internals-ref

cheers

d


On 3 Jan 2008, at 12:10, Mats Bengtsson wrote:

I hope you know that the properties listed directly on the web page for each layout object are just a subset of all available properties. Those you see are those that have a value set by default. To see a complete list of properties and more documentation, you have to click on the links at the
bottom of the page to the different interfaces.

If you click on line-interface, you will, among others, find that
"The property |style| can be |line|, |dashed-line|, |trill|, | dotted-line| or |zigzag|."

The direct answer to your question on how I found it, though, is that I recently made some small modifications to the source code handling different kind of lines. ;-)

   /Mats

Damian Legassick wrote:
i've got a pretty good feel for the docs by now, but every now and then there's a post, like this one, which makes me wonder 'where the hell did x find that?!'

so...where the the hell do you find this? :-)

i got as far as
PianoPedalBracket

PianoPedalBracket objects are created by: Piano_pedal_engraver
[...]

style (symbol):
    'line

This setting determines in what style a grob is typeset. Valid choices depend on the stencil callback reading this property.
where next?

cheers, and happy new year to all the lilyponderers

d



On 3 Jan 2008, at 10:54, Mats Bengtsson wrote:

In the latest 2.11.x versions, you can use
   \override Staff.PianoPedalBracket #'style = #'trill
I'm not exactly sure why it doesn't work in 2.10.33.

  /Mats

Stefan Thomas wrote:
Dear Lilypond-users,
I have special a question:
I want to write a pedal-tremolo. Therefore I would like to change the line-style of the piano-pedal bracket. I would like to have the same
kind of line which is also used for trill-spanners.
Can You tell me if and how it is possible?
Thanks,
Stefan



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



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



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org <mailto: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


--
=============================================
        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