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
# compare two files
$ lyp diff file1.ly file2.ly
# compare two lilypond versions
$ lyp diff -a2.9.45 -b2.9.46 myfile.ly
The diff command should could provide, in addition to visual diff (using ImageMagic tools), a diff on metadata, such as number of pages, etc, or maybe just a diff of the lilypond stderr output.
The text was updated successfully, but these errors were encountered:
Original idea here:
https://github.com/joram-berger/lydiff
The diff command
shouldcould provide, in addition to visual diff (using ImageMagic tools), a diff on metadata, such as number of pages, etc, or maybe just a diff of the lilypondstderr
output.The text was updated successfully, but these errors were encountered: