lilypond-user
[Top][All Lists]
Advanced

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

Re: clefs not shown


From: Trevor Daniels
Subject: Re: clefs not shown
Date: Wed, 18 Jun 2008 09:34:19 +0100

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

Trevor

----- Original Message ----- From: "Thomas Scharkowski" <address@hidden>
To: <address@hidden>
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
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user






reply via email to

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