lilypond-user
[Top][All Lists]
Advanced

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

Re: \layout { \context { \Staff \set ... = ... } } don't work (see NR 5.


From: Kieren MacMillan
Subject: Re: \layout { \context { \Staff \set ... = ... } } don't work (see NR 5.1.4)
Date: Thu, 12 Jun 2008 19:24:14 -0400

Hi Germain

What a pity... Source code would have looked more balanced
(consistent ?) if there where "\set"s on same level as "\override"s

Agreed...  =\

I put all the \set stuff (without "\set"s) at the top of the block:

\context
{
    \Score
    someProperty = #A
    anotherProperty = #B
    \override Grob #'property = #C
   ...
}

But it's not really a perfect solution.

Cheers,
Kieren.




reply via email to

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