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
After following the recommended setup for LilyPond, no features within VSLilyPond work.
I am using OSX and installed LP:
Ran brew install lilypond.
Confirmed running lilypond worked.
Reloaded VS.
I created a basic test.ily (also a .ly equivalent to check) file: { c }
Immediately in VS console I see an error: Intellisense failed with error TypeError [ERR_INVALID_ARG_VALUE]: The argument 'file' cannot be empty. Received ''
Compiling fails for the same reason.
The text was updated successfully, but these errors were encountered:
After following the recommended setup for LilyPond, no features within VSLilyPond work.
I am using OSX and installed LP:
brew install lilypond
.lilypond
worked.I created a basic test.ily (also a .ly equivalent to check) file:
{ c }
Immediately in VS console I see an error:
Intellisense failed with error TypeError [ERR_INVALID_ARG_VALUE]: The argument 'file' cannot be empty. Received ''
Compiling fails for the same reason.
The text was updated successfully, but these errors were encountered: