Re: clefs not shown

2008-07-25 Thread Stefan Thomas
Dear Valentine,
as far as I can remember, I removed the bar-engraver for a special reason, I
think it was for pedagogical purposes and it was a longer example.


2008/7/20 Valentin Villenave [EMAIL PROTECTED]:

 2008/6/17 Stefan Thomas [EMAIL PROTECTED]:
  why are the clefs not shown in the below quoted example?

 Greetings Stefan,

 A month ago you reported this bug, that has been added as
 http://code.google.com/p/lilypond/issues/detail?id=640

 May I ask why you needed to remove the Bar_engraver? Was it just out
 of curiosity or were you trying to typeset a real score? If you can
 provide us with a real-world example of a score that require this
 feature, I will keep the issue opened; otherwise Han-Wen proposes to
 close it.

 Cheers,
 Valentin

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


Re: clefs not shown

2008-07-25 Thread Valentin Villenave
2008/7/25 Stefan Thomas [EMAIL PROTECTED]:
 Dear Valentine,
 as far as I can remember, I removed the bar-engraver for a special reason, I
 think it was for pedagogical purposes and it was a longer example.

Yes, but what can lead you to remove Bar_engraver rather than using \cadenzaOn?

Cheers,
Valentin


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


Re: clefs not shown

2008-07-20 Thread Valentin Villenave
2008/6/17 Stefan Thomas [EMAIL PROTECTED]:
 why are the clefs not shown in the below quoted example?

Greetings Stefan,

A month ago you reported this bug, that has been added as
http://code.google.com/p/lilypond/issues/detail?id=640

May I ask why you needed to remove the Bar_engraver? Was it just out
of curiosity or were you trying to typeset a real score? If you can
provide us with a real-world example of a score that require this
feature, I will keep the issue opened; otherwise Han-Wen proposes to
close it.

Cheers,
Valentin


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


Re: clefs not shown

2008-06-18 Thread Trevor Daniels
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


Re: clefs not shown

2008-06-17 Thread Trevor Daniels

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


Re: clefs not shown

2008-06-17 Thread Stefan Thomas
Dear Trevor,
I use version 2.11.47!

2008/6/17 Trevor Daniels [EMAIL PROTECTED]:

 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


Re: clefs not shown

2008-06-17 Thread Trevor Daniels
Hmm.  I find 2.11.47 also produces clefs as expected.  Maybe the problem 
lies elsewhere.  If you can't spot anything maybe try upgrading to 2.11.49 
in case something in your installation is corrupted.


Trevor

- Original Message - 
From: Stefan Thomas [EMAIL PROTECTED]

To: Trevor Daniels [EMAIL PROTECTED]
Cc: lilypond-user lilypond-user@gnu.org
Sent: Tuesday, June 17, 2008 8:38 PM
Subject: Re: clefs not shown



Dear Trevor,
I use version 2.11.47!

2008/6/17 Trevor Daniels [EMAIL PROTECTED]:


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


Re: clefs not shown

2008-06-17 Thread Thomas Scharkowski
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