Heikki Johannes Junes wrote:
> What about a function with which the midi could be unfolded but the paper
> output would be folded at the same time?
Eh, I don't know if this would be possible... It would be a bit of a
hack, at least... hmmm... I'll think about it - some time...
> Now I have to uncomment and
> comment all the time "\apply #unfold-music".
Well, no, the normal way to do this is to have two score blocks - one
for the paper and one for the midi:
music = \notes .....
\score {
\music
\paper()
}
\score {
\apply #'unfold-repeats \music
\midi()
}
When performing i.e. drum notation you nevertheless need two score
blocks in this way - and my experience is that as soon as your music
gets just a bit complicated then you in all cases need two score blocks
- to get octavations and dynamics right.
-Rune
_______________________________________________
Lilypond-devel mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-devel