lilypond-user
[Top][All Lists]
Advanced

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

Re: Help for \beamExceptions


From: Simon Albrecht
Subject: Re: Help for \beamExceptions
Date: Wed, 2 Sep 2015 21:54:25 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0

Am 02.09.2015 um 21:35 schrieb Richard Shann:
I guess I would know the answer to this if I could find out
what the alist holds initially, but my feeble attempt to elicit this via
\void \displayScheme #beamExceptions
gave me

#<Music function #<procedure #f (music)>>

You can display the list of beam exceptions currently in effect by
%%%%%%%%%%%
\version "2.19.25"

{
  \time 4/4
  \applyContext #(lambda (context)
                   (display (ly:context-property context 'beamExceptions)))
  c
}
%%%%%%%%%%%

See Extending Manual, section 2.6.1.

Yours, Simon



reply via email to

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