From: Joshua K. <jos...@gm...> - 2005-03-09 01:27:00
|
>To compile this fragment, > >- Place the caret inside the fragment. >- Select LilyPond > Help > Tutorial > Compile fragment Sorry, something I forgot to add. Since the special Lilypond Tutorial mode is activated, is there a need for the user to use use the command "compile fragment"? (which is takes 4 moves to get to that command) Would it be better if the user lilypond command is involved (by icon, menu, shortcut), but when it detects that lily tutorial is on, it will compile the fragment. >(note that there is a WizardWizard, if you would like to try it) I'll attempt to try it, but my prioity now is quicklily ;) > OK, but the point is that we may want to create the same file for the > same fragment. I think if the fragment is unchanged, it will always hash to a same values, eg. {a b c} will always produce xyz123, so lilyxyz123.ly does not need compiling. {a b c'} would create a different hash, lets say xzz133 so lilyxzz133.ly can be compiled. Joshua |