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
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:
>>>
>>
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
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:
>>
>> %
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
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
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