lilypond-user
[Top][All Lists]
Advanced

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

Re: BarNumber 'break-visibility


From: Reinhold Kainhofer
Subject: Re: BarNumber 'break-visibility
Date: Wed, 12 Mar 2008 17:49:15 +0100
User-agent: KMail/1.9.9

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:

(define-public end-of-line-invisible  #(#f #t #t))

So, both overrides from above are absolutely the same...

To find out the default for a setting, you'll typically have to look at 
define-grobs.scm. In particular, here the definition for BarNumber includes:
    (BarNumber . (
        (stencil . ,ly:text-interface::print)
        (non-musical . #t)
        (break-visibility . ,begin-of-line-visible)
...


Cheers,
Reinhold



-- 
------------------------------------------------------------------
Reinhold Kainhofer, Vienna University of Technology, Austria
email: address@hidden, 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/




reply via email to

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