Stefan

Which version are you using? When I try it clefs appear as expected in both 2.11.49 and 2.11.43-2.

Trevor

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


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