Re: Score layout in a separate file

2012-04-05 Thread David Raleigh Arnold
On Tue, 2012-04-03 at 15:17 +0200, Siska Ádám wrote: > 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: > This does something similar: http://www.openguitar.com/files/slyce.py Regards

Re: Score layout in a separate file

2012-04-03 Thread David Kastrup
Siska Ádám writes: > On 2012.04.03., at 15:46, Thomas Morley wrote: > >> Am 3. April 2012 15:17 schrieb Siska Ádám : >>> 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: >>> >>

Re: Score layout in a separate file

2012-04-03 Thread Choan Gálvez
On 4/3/12 15:17 , Siska Ádám wrote: 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 { \Staf

Re: Score layout in a separate file

2012-04-03 Thread Siska Ádám
On 2012.04.03., at 15:46, Thomas Morley wrote: > Am 3. April 2012 15:17 schrieb Siska Ádám : >> 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: >> >> %

Re: Score layout in a separate file

2012-04-03 Thread Tim McNamara
On Apr 3, 2012, at 8:17 AM, Siska Ádám wrote: > > 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: have you tried using \include? ___ lilypond-user mailing list

Re: Score layout in a separate file

2012-04-03 Thread Thomas Morley
Am 3. April 2012 15:17 schrieb Siska Ádám : > 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

Score layout in a separate file

2012-04-03 Thread Siska Ádám
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