Re-posting the example _without_ the line numbering might get you more
answers.
Ok, here we go ...
% WQ.ly => for Woodwind Quintet
\version "2.10.10"
trebleemptymusic = {
\repeat unfold 2
{ \clef treble s1\break }
\bar ""
}
bassemptymusic = {
\repeat unfold 2
{ \clef bass s1\break }
\bar ""
}
\new Score \with {
\override TimeSignature #'transparent = ##t
defaultBarType = #""
\remove Bar_number_engraver
}
% \new StaffGroup
<<
\new Staff \trebleemptymusic { \set Staff.instrumentName = \markup
{"flute"} }
\new Staff \trebleemptymusic { \set Staff.instrumentName = \markup
{"oboe"} }
\new GrandStaff
<<
\new Staff \trebleemptymusic { \set Staff.instrumentName = \markup {
{\column { \line {"clarinet"} \line {"in B" \flat} } } }
\new Staff \trebleemptymusic { \set Staff.instrumentName = \markup {
{\column { \line {"clarinet"} \line {"in C"} } } }
\new GrandStaff
<<
\new Staff \trebleemptymusic { \set Staff.instrumentName = \markup {\column
{ \line {"horn"} \line {"in F"} } } }
\new Staff \trebleemptymusic { \set Staff.instrumentName = \markup {\column
{ \line {"horn"} \line {"in C"} } } }
\new Staff \bassemptymusic { \set Staff.instrumentName = \markup
{"bassoon"} }
% end of WQ.ly
thank you very much
Neuro
----- Original Message -----
From: "Gilles Sadowski" <[EMAIL PROTECTED]>
To: <lilypond-user@gnu.org>
Sent: Friday, January 12, 2007 3:50 AM
Subject: Re: my blank music sheet errors
Hi.
Could someone please tell me where I was wrong?
Re-posting the example _without_ the line numbering might get you more
answers.
Best,
Gilles
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user