lilypond-user
[Top][All Lists]
Advanced

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

Re: my blank music sheet errors


From: Neuro
Subject: Re: my blank music sheet errors
Date: Fri, 12 Jan 2007 10:16:48 -0800


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" <address@hidden>
To: <address@hidden>
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





reply via email to

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