You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@wbsoft how do you use getdata.ly? From what it looks like you seem to run LilyPond on it and then copy the output from the console, isn't it?
Is there any reason why getdata.ly doesn't directly write the output to a file? Actually it should IMO directly overwrite _lilypond_data.py as the modifications will be immediately visible (and reversible) through a git diff.
If there are no objections I could update it accordingly.
Additionally it had been discussed more than once that we should have two such files, one for the stable and one for the current development version. As a start I would (if I touch the code anyway) rename to _lilypond_data_2_18.py' (I suggest not to use "stable" and "devel" but minor version numbers, so we can keep support for 2.18 even when 2.20 will be out (and so on for the future)).
The text was updated successfully, but these errors were encountered:
@wbsoft how do you use
getdata.ly
? From what it looks like you seem to run LilyPond on it and then copy the output from the console, isn't it?Is there any reason why
getdata.ly
doesn't directly write the output to a file? Actually it should IMO directly overwrite_lilypond_data.py
as the modifications will be immediately visible (and reversible) through a git diff.If there are no objections I could update it accordingly.
Additionally it had been discussed more than once that we should have two such files, one for the stable and one for the current development version. As a start I would (if I touch the code anyway) rename to
_lilypond_data_2_18.py'
(I suggest not to use "stable" and "devel" but minor version numbers, so we can keep support for 2.18 even when 2.20 will be out (and so on for the future)).The text was updated successfully, but these errors were encountered: