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
sIncludeStatement = "-I"& Chr(34) & ConvertFromURL(Environ("USERPROFILE")) &"/"& Chr(34) &" -I"& Chr(34) & ConvertFromURL(Environ("ProgramFiles")) &"/"& Chr(34)
397
397
While InStr (sIncludeStatement, "\") > 0 ' replace "\" by "/", even in Windows LilyPond expects paths to be written with forward slashes
0 commit comments