Michael Falkenburg wrote:
mich...@michael-desktop:~/Desktop$ lilypond 6_wheeled_cycle.ly GNU LilyPond 2.12.1 Processing `6_wheeled_cycle.ly' Parsing... 6_wheeled_cycle.ly:1:8: error: quoted string expected after \version \version =2.12.1-1 6_wheeled_cycle.ly:1:9: error: syntax error, unexpected DIGIT \version= 2.12.1-1/home/michael/lilypond/usr/share/lilypond/current/ly/init.ly:63:30: error: syntax error, unexpected STRING(ly:parser-error parser (_ "expected error, but none found"))))error: failed files: "6_wheeled_cycle.ly"
Lily is whinging because you put: \version=2.12.1-1 Try: \version "2.12.1" _______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
