-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Am Mittwoch, 12. März 2008 schrieben Sie: > Reinhold Kainhofer wrote: > >Am Mittwoch, 12. März 2008 schrieb Andrew Black - lists: > >>I am a little confused by the following : > >> > >> \override Score.BarNumber #'break-visibility = ##(#f #t #t) > >> \override Score.BarNumber #'break-visibility > >> = #end-of-line-invisible > >> > >> - what is the default for before you tweak > >> - by setting end-of-line-invisible do I set the other places _visible_ > > > >If you search the lilypond directory for end-of-line-invisible, you'll get > >scm/output-lib.scm as a hit, and in there you'll find the definition: > > Why not use the official documentation? > http://lilypond.org/doc/v2.11/Documentation/user/lilypond-internals/item_00 >2dinterface#item_002dinterface
Because a grep -e end-of-line-invisible -r l* scm/ kwrite ... & Ctrl+F, typing "end-of-line-invisible" and pressing Return is much faster than opening lilypond.org, then "Documentation", then "2.11...", then "IR", and then the whole fun really starts. I have never been able to find anything quickly in the IR (unless I'm opening the long single-page version and do a text search). The split into the various top-level sections (Music defs, translation, backend, scheme) is still not clear to me. In particular, "backend" for me always implies the real low-level stuff, so I would look for the Score context in the "backend"... Furthermore, even if you find the page for "BarNumber", that's a dead end, because there it only says: "break-visibility (vector): #(#f #f #t) A vector of 3 booleans, #(end-of-line unbroken begin-of-line). #t means visible, #f means killed. " I would definitely not look into item-interface (because that would be sheer luck to find an interface among the seven listed where a property is described again in greater detail. Cheers, Reinhold - -- - ------------------------------------------------------------------ Reinhold Kainhofer, Vienna University of Technology, Austria email: [EMAIL PROTECTED], http://reinhold.kainhofer.com/ * Financial and Actuarial Mathematics, TU Wien, http://www.fam.tuwien.ac.at/ * K Desktop Environment, http://www.kde.org, KOrganizer maintainer * Chorvereinigung "Jung-Wien", http://www.jung-wien.at/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFH2FuwTqjEwhXvPN0RAlB7AJ0U7vfAs06bPdwW0zZNfNW0BvT3MgCgvU5Y p+5kKkM5VAAjwQpY8JDCoLU= =vERp -----END PGP SIGNATURE----- _______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
