lilypond-user
[Top][All Lists]
Advanced

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

Re: Score layout in a separate file


From: Thomas Morley
Subject: Re: Score layout in a separate file
Date: Tue, 3 Apr 2012 15:46:45 +0200

Am 3. April 2012 15:17 schrieb Siska Ádám <address@hidden>:
> Dear List,
>
>
> is there a way to put the layout block for a score in a variable that lives 
> in a separate file? Unfortunately the following won't compile:
>
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
>
> myMusic = \relative d' {
>  d4 d d d
> }
>
> myLayout = \layout {
>   \context {
>    \Staff
>    \remove "Clef_engraver"
>  }
> }
>
> \score {
>  \myMusic
>  \myLayout
> }
>
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
>
> I tried several other ways to export the content of the layout block, but 
> none of them succeeded. I'm writing parts of an orchestral piece and I'd like 
> to include the layout definition for these scores in a separate file.
>
>
> Thanks for any help,
> Ádám

Hi,

try:

\layout { \myLayout }

Cheers,
  Harm



reply via email to

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