lilypond-user
[Top][All Lists]
Advanced

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

set in layout block


From: Noeck
Subject: set in layout block
Date: Mon, 02 Feb 2015 01:21:23 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0

Hi,

how can I put a set command in the layout block?
I am asking for the following beamExceptions and in general:

----------------
\version "2.18.2"
% within the notes:
{
      \set Timing.beamExceptions = #'()
      a8 b a b
}

% in layout block:
{
      a8 b a b
}

\layout{
  \context{
    \Staff
      beamExceptions = #'()
  }
}
----------------

Is that correct?
It seems to work but where has the ‘Timing’ gone?
How does it know about the Timing?
Is that a general rule, that \set commands have no dot-syntax in the \layout
block but only work with \context { \‘Context’ … } ?

TIA,
Joram



reply via email to

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