Hello.
 
> \include "alto+descant notes.ly"
> \include "alto2 notes.ly"
> <<
> \new Staff \alto+descant notes
> \new Staff \alto2 notes
> >>

This looks quite odd.
Although I'm not sure whether lilypond will be confused by it, using spaces
in a file name is a bad idea.

Morevover "space" characters are used as token separators so that, in the
above, "\alto2" refers to a variable named "alto2" and "notes" is a syntax
error.

Also, LilyPond does not allow non-alphabetic characters in variables so that
"alto+descant" is also an error.

Best,
Gilles


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to