Re: Help! Unwanted staff line

2013-02-19 Thread OrqAfiliadas
Got it!

I used this code:

 * \set DrumStaff.drumStyleTable = #(alist->hash-table mydrums)*

On Global.

I changed it to the drum.Staff section, and solved the trouble.

Thanks





--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Help-Unwanted-staff-line-tp140557p141160.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


Re: Help! Unwanted staff line

2013-02-07 Thread Phil Holmes
- Original Message - 
From: "OrqAfiliadas" 

To: 
Sent: Thursday, February 07, 2013 12:35 AM
Subject: Help! Unwanted staff line



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
   >>


When I correct what you had above, by adding >> and } to it, and putting c1 
in each of your instrumental parts, I get no additional staff.  I suggest 
you cut the music down in this way and progressively build it up to see 
where it's going wrong.


--
Phil Holmes 



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


Help! Unwanted staff line

2013-02-07 Thread OrqAfiliadas
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