lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

my blank music sheet errors


From: Neuro
Subject: my blank music sheet errors
Date: Thu, 11 Jan 2007 20:23:04 -0800

Dear list,


Could someone please tell me where I was wrong?

I modified from
/doc/v2.10/Documentation/user/lilypond/Blank-music-sheet#Blank-music-sheet

Here is the WQ.ly file -- I added the line numbers :

1 % WQ.ly => for Woodwind Quintet
2 \version "2.10.10"
3
4 trebleemptymusic = {
5        \repeat unfold 2
6        { \clef treble s1\break }
7        \bar ""
8      }
9
10 bassemptymusic = {
11       \repeat unfold 2
12       { \clef bass s1\break }
13       \bar ""
14     }
15
16 \new Score \with {
17       \override TimeSignature #'transparent = ##t
18        defaultBarType = #""
19       \remove Bar_number_engraver
20     }
21
22 % \new StaffGroup
23
24 <<
25
26 \new Staff \trebleemptymusic { \set Staff.instrumentName = \markup {"flute"} } 27 \new Staff \trebleemptymusic { \set Staff.instrumentName = \markup {"oboe"} }
28
29 \new GrandStaff
30 <<
31 \new Staff \trebleemptymusic { \set Staff.instrumentName = \markup { {\column { \line {"clarinet"} \line {"in B" \flat} } } } 32 \new Staff \trebleemptymusic { \set Staff.instrumentName = \markup { {\column { \line {"clarinet"} \line {"in C"} } } }
33 >>
34
35 \new GrandStaff
36 <<
37 \new Staff \trebleemptymusic { \set Staff.instrumentName = \markup {\column { \line {"horn"} \line {"in F"} } } } 38 \new Staff \trebleemptymusic { \set Staff.instrumentName = \markup {\column { \line {"horn"} \line {"in C"} } } }
39 >>
40
41 \new Staff \bassemptymusic { \set Staff.instrumentName = \markup {"bassoon"} }
42
43 >>
44 % end of WQ.ly

And as I run this WQ.ly
[user /path/to/lilypond/empty_staff]# lilypond WQ.ly
GNU LilyPond 2.10.10
Processing `WQ.ly'
Parsing...
wq2.ly:33:0: error: syntax error, unexpected >>


wq2.ly:43:0: error: syntax error, unexpected >>


/usr/local/lilypond/usr/bin/../share/lilypond/current/ly/init.ly:44:70: error: syntax error, unexpected $end
  (apply ly:make-book $defaultpaper $defaultheader toplevel-scores)))

error: failed files: "WQ.ly"


Why? I don't get it...
Could someone give me a hint
Thank you very much


Neuro






reply via email to

[Prev in Thread] Current Thread [Next in Thread]