Hi! Everyone

I just finished my first "big" project on lilypond and everything is ok
except for an unwanted staff line at the end of every staffgroup (Only on
the first page) like this:

<http://lilypond.1069038.n5.nabble.com/file/n140557/8452231246_c3b3f8b014.jpg> 

My code is something like this:

\version "2.16.2"
global = { }

flute = \relative c''' { }
oboe = \relative c'' { }
clarinetI = \relative c'' { }
clarinetII = \relative c'' { }
bassoon = \relative c { }

flutePart = \new Staff \with { } \flute
oboePart = \new Staff \with { } \oboe
clarinetsPart = \new Staff \with { } << \clarinetI \\  \clarinetII >>
bassoonPart = \new Staff \with { } { \clef bass \bassoon }

\score {
  <<
    \new StaffGroup <<
      \flutePart
      \oboePart
      \clarinetsPart
      \bassoonPart
    >>





--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Help-Unwanted-staff-line-tp140557.html
Sent from the User mailing list archive at Nabble.com.

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

Reply via email to