Re: separating design from pure score

2012-03-16 Thread Stjepan Horvat
Yes..i think it does..:) On 3/15/12, Urs Liska li...@ursliska.de wrote: Hi Stjepan, sorry that I don't have the time to really go through this thread (so I might misunderstand sth). But I think you should separate your music variables from your score definition, so you can \include them

Re: separating design from pure score

2012-03-15 Thread Stjepan Horvat
Hello all..thank you for you anwsers..i really appreciate it..It's not exactly what i wanted..but it helps me figure out more what i want and what will be my solution..! David Kastrup leads in this direction what i'm trying ta achive..The diference form Hans Aikema is that i want to include music

Re: separating design from pure score

2012-03-15 Thread Urs Liska
Hi Stjepan, sorry that I don't have the time to really go through this thread (so I might misunderstand sth). But I think you should separate your music variables from your score definition, so you can \include them separately: music.ly myMusic = { ... } score.ly \score { \new Staff

separating design from pure score

2012-03-14 Thread Stjepan Horvat
Hello, I'm working on a project and i want to separate the design from score because i want to have a clear score so that in the future when i maybe want to change the design i dont have to change the score (something like html and CSS :) ). So when i include my score into my design file

Re: separating design from pure score

2012-03-14 Thread David Bobroff
On 3/14/2012 6:16 PM, Stjepan Horvat wrote: Hello, I'm working on a project and i want to separate the design from score because i want to have a clear score so that in the future when i maybe want to change the design i dont have to change the score (something like html and CSS :) ). So when i

Re: separating design from pure score

2012-03-14 Thread David Kastrup
Stjepan Horvat zvanste...@gmail.com writes: Hello, I'm working on a project and i want to separate the design from score because i want to have a clear score so that in the future when i maybe want to change the design i dont have to change the score (something like html and CSS :) ). So

Re: separating design from pure score

2012-03-14 Thread Hans Aikema
On 14-3-2012 19:16, Stjepan Horvat wrote: Hello, I'm working on a project and i want to separate the design from score because i want to have a clear score so that in the future when i maybe want to change the design i dont have to change the score (something like html and CSS :) ). So when i