lilypond-user
[Top][All Lists]
Advanced

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

Help! Unwanted staff line


From: OrqAfiliadas
Subject: Help! Unwanted staff line
Date: Wed, 6 Feb 2013 16:35:18 -0800 (PST)

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.



reply via email to

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