Hi Bart,
you can try something like
\book {
\score {
…
\midi { … }
}
\bookOutputName "andante"
}
for each of the etudes, and one \book{} for all the pdf output.
HTH, Simon
On 29.09.2016 20:19, bart deruyter wrote:
Hi all,
I've got a collection of etudes for my students here,
On 29.09.2016 12:55, Pierre Perol-Schneider wrote:
Hi Simon,
How about:
%%
\version "2.19.47"
{
\omit TupletBracket
%% optional:
%\once\override TupletBracket.positions = #'()
\voiceOne
\partial 4
\tweak positions #'()
\tuplet 3/2 { bes'4 a'8 }
d''4
}
%%
Thanks
Hi all,
I've got a collection of etudes for my students here, included in one file,
to create one pdf.
I've enabled midi, but now I've got a bunch of midi files which all have
the name of the lilypond document, like this:
The .ly file with the collection is called "Study collection.ly"
The midi f
Hi Simon,
How about:
%%
\version "2.19.47"
{
\omit TupletBracket
%% optional:
%\once\override TupletBracket.positions = #'()
\voiceOne
\partial 4
\tweak positions #'()
\tuplet 3/2 { bes'4 a'8 }
d''4
}
%%
Cheers,
Pierre
2016-09-28 16:39 GMT+02:00 Simon Albrecht :