lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Tremolos


From: Rune Zedeler
Subject: Re: Tremolos
Date: Mon, 15 Apr 2002 18:30:51 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020313

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]