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
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user