Dear Mats,

Thank you very much again, for you are really helpful :)
Everything is now doing well, almost :)


> > My next questions are:
> > 1) If I separate the orchestral parts in various files like
> > horn.ly , clarinet.ly , flute.ly , ...
> > how do I call them in the grans_score.ly and piano_reductin.ly ?
> > Do they go like the files I showed appended here ?
>
> There's no right or wrong here. You can split the files any way
> you wish, the \include command will make LilyPond behave exactly
> as if the contents of the \include:d file was inserted where the
> \include statement appears. I haven't looked carefully at your
> example but it seems reasonable and you can easily check yourself
> if it works or not.

I didn't succed for hundred times; and finally, I found out what was wrong
with me.
It is Not
\include horn.ly
. It should be
\include "horn.ly"
; at last :)


> > 2) How to make a \break of the
> > \property Staff.instrument = "Horn in F"
> > that, ...
> > it shows
> > " Horn
> > in F "
>
> Something like \markup{ \lines <<{Horn}{in F}>> } should work,
> but I haven't tested it.

Later, I found \column, single < and > seemed working.

\property Staff.instrument = \markup { \column < {Horn}{in F} > }

\property Staff.instrument = \markup { \column < {Clarinetti} {in B \teeny
\musicglyph #"accidentals--2"} > }


by the way, should anyone need, all the little experiments are located here
:
http://neuro.ohbi.net/neuro/lilypond/wagner/lab/horn.ly
http://neuro.ohbi.net/neuro/lilypond/wagner/lab/clarinet1.ly
http://neuro.ohbi.net/neuro/lilypond/wagner/lab/clarinet2.ly
,
http://neuro.ohbi.net/neuro/lilypond/wagner/lab/grand_score.ly
http://neuro.ohbi.net/neuro/lilypond/wagner/lab/grand_score.ps
http://neuro.ohbi.net/neuro/lilypond/wagner/lab/grand_score.pdf
http://neuro.ohbi.net/neuro/lilypond/wagner/lab/grand_score.midi
and
http://neuro.ohbi.net/neuro/lilypond/wagner/lab/piano_reduction.ly
http://neuro.ohbi.net/neuro/lilypond/wagner/lab/piano_reduction.ps
http://neuro.ohbi.net/neuro/lilypond/wagner/lab/piano_reduction.pdf
http://neuro.ohbi.net/neuro/lilypond/wagner/lab/piano_reduction.midi


Thank you very much


neuro
[EMAIL PROTECTED]
[EMAIL PROTECTED]
http://neuro.ohbi.net






_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to