I should have noticed the problem was in the -second- staff - sorry Stefan :(

Trevor

----- Original Message ----- From: "Thomas Scharkowski" <[EMAIL PROTECTED]>
To: <lilypond-user@gnu.org>
Sent: Tuesday, June 17, 2008 9:49 PM
Subject: Re: clefs not shown


I get clefs in the first system (version 2.11.49), no clefs in system

two.
When I do _not_ remove the Bar_engraver I get clefs in both systems.

Thomas

Dear Lilypond users,
why are the clefs not shown in the below quoted example?

rechts = { \clef "treble" s1*2 \break s1*2 }
links = { \clef bass s1*4 }

\version "2.11.43"
\score {
\new PianoStaff = "Klavier"
        <<
        \new Staff= "rechts"
        \with { \remove "Time_signature_engraver" \remove
"Bar_number_engraver" }
        { \rechts }
           \new Staff = "links" \with {
          \remove "Time_signature_engraver" \remove
          "Bar_number_engraver" }

    { \links} >>


}

     \layout {
       \context {
         \Score
         \remove "Bar_number_engraver"
       }
       \context  { \Staff \remove Bar_engraver }
     }





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




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

Reply via email to