Re: tag - midi

2016-12-02 Thread bart deruyter
Hi all, disregard this mail.. it does work.. :-) What made it work is : save the file first. Apparently frescobaldi re-renders unsaved work into pdf's, but not midi-files... thx anyway. Bart http://www.bartart3d.be/ On Twitter On Identi.ca

Re: tag - midi

2016-12-02 Thread bart deruyter
Sorry for this, but it does not work, I made another mistake, applied the tag to the score too.. so my question does still stand. http://www.bartart3d.be/ On Twitter On Identi.ca On Google+

Re: tag - midi

2016-12-02 Thread Flaming Hakama by Elaine
Bart, I did some experimentation with the \tag command. It is great for different > editions of printed music of course, but I tried it in the midi block > without luck. > > I'm trying to create some music dictation exercises and want to separate > the midi file for the student in parts of each 2

Re: tag - midi

2016-12-02 Thread Darren Modra
Hi Bart, I think you'll find that if you don't save your work in freescobaldi before running it, it will put the PDF and midi files into a temporary folder. Cheers, DM -- This message may include free added typos, which you may use for your entertainment, courtesy of Apple autocorrect. > On

Re: tag - midi

2016-12-04 Thread Knute Snortum
Here is a short example of how I might use tags to produce a better midi output: \version "2.19.51" \language "english" music = \relative { \tag #'layout { d''2. \trill } \tag #'midi { \repeat unfold 7 { e32 d } c d } c4 } \score { \keepWithTag #'layout \new Staff { \music } \layou

Re: tag - midi

2016-12-06 Thread bart deruyter
Hi all, I'm sorry for this late reply, it has been quite busy here. here is a minimal example: altoVoice = \relative c' { \tag #'A {c'2 g |} \tag #'B {e'4 d c2 }| \bar "|." } \score { \new Staff \with { midiInstrument = "piano" } { \altoVoice} \layout { } \midi { \keepWithTa

Re: tag - midi

2016-12-07 Thread Hans Aikema
> On 7 Dec 2016, at 08:31, bart deruyter wrote: > > Hi all, > > I'm sorry for this late reply, it has been quite busy here. > > here is a minimal example: > > <..> > > As expected, I get two midi files, but they both contain the music of the > entire score. The midi blocks don't follow the

Re: tag - midi

2016-12-07 Thread bart deruyter
Hans, that's pretty cool :-), it first got me confused because I did not see it in frescobaldi, the midi player doesn't show the midifiles, but I checked the directory where the .ly file is 'et voila' :-) there it was. Great, this possibility is a good thing to know. I've read on this list that l

Re: tag - midi

2016-12-10 Thread Hans Aikema
> On 7 Dec 2016, at 19:48, bart deruyter wrote: > > Hans, > > that's pretty cool :-), it first got me confused because I did not see it in > frescobaldi, the midi player doesn't show the midifiles, but I checked the > directory where the .ly file is 'et voila' :-) there it was. > > <..> > >