Re: midifile output name

2016-09-29 Thread Simon Albrecht
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,

Re: Drop tuplet number?

2016-09-29 Thread Simon Albrecht
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

midifile output name

2016-09-29 Thread bart deruyter
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

Re: Drop tuplet number?

2016-09-29 Thread Pierre Perol-Schneider
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 :