Re: Extra bracket in score in Lilypond 2.7.18

2005-12-02 Thread liang seng

Hi, is the extra bracket problem rectified in 2.7.20 as well?




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


RE: Extra bracket in score in Lilypond 2.7.18

2005-11-26 Thread liang seng
Hi, I thought I should give visual examples of the problem I had 
encountered.
The source file is score.ly and its contents are exactly the same as what 
I had typed earlier in the thread.
The file scorea.pdf was generated by Lilypond 2.7.17 for Windows (98 and 
XP). This is the score layout, bracketing and spanbar layout that I 
intended. Note that there is only one line of brackets at the beginning of 
the system.
However, the file scoreb.pdf generated by Lilypond 2.7.18 for Windows (98 
and XP) shows the extra bracket encompassing the start of the 3rd to the 5th 
staff (from the top). As written in the source file, I had set \remove 
System_start_delimiter_engraver to remove the extra bracket in the first 
place which works in 2.7.17 but does not in 2.7.18. Is this a possible bug? 
Since I'm not sure if it is I did not post this to the bug mailing list.

Please help.
Thank you.

\version 2.7.17
\layout {
 \context {
   \Score
   \accepts OrchestraStaffGroup
 }
 \context {
   \StaffGroup
   \name OrchestraStaffGroup
   \remove Span_bar_engraver
   \accepts InstrumentStaffGroup
 }
 \context {
   \StaffGroup
   \name InstrumentStaffGroup
   \remove System_start_delimiter_engraver
 }
} \score {
 \relative
\new StaffGroup 
\new Staff  {  R1 } 
\new Staff  {  R1 }  
\new OrchestraStaffGroup 
 \new InstrumentStaffGroup 
  \new GrandStaff 
 \new Staff { R1 }
 \new Staff { R1}
   
  \new Staff  { R1  }  
\new InstrumentStaffGroup 
   \new Staff 
 \context Voice = melody { c'1 }
 \lyricsto melody \new Lyrics { do }
   
 
 \new InstrumentStaffGroup 
   \new Staff { \clef bass R1 }
  }


scorea.pdf
Description: Adobe PDF document


scoreb.pdf
Description: Adobe PDF document
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Extra bracket in score in Lilypond 2.7.18

2005-11-26 Thread Han-Wen Nienhuys

liang seng wrote:
Hi, I thought I should give visual examples of the problem I had 
encountered.
The source file is score.ly and its contents are exactly the same as 
what I had typed earlier in the thread.
The file scorea.pdf was generated by Lilypond 2.7.17 for Windows (98 
and XP). This is the score layout, bracketing and spanbar layout that I 
intended. Note that there is only one line of brackets at the beginning 
of the system.
However, the file scoreb.pdf generated by Lilypond 2.7.18 for Windows 
(98 and XP) shows the extra bracket encompassing the start of the 3rd to 
the 5th staff (from the top). As written in the source file, I had set 
\remove System_start_delimiter_engraver to remove the extra bracket in 
the first place which works in 2.7.17 but does not in 2.7.18. Is this a 
possible bug? Since I'm not sure if it is I did not post this to the bug 
mailing list.


I think this is related to the recent system bracket restructuring. It 
should work unchanged in 2.7.19


--
 Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen


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


Re: Extra bracket in score in Lilypond 2.7.18

2005-11-26 Thread liang seng
Hi, by that you mean that this is a bug? Then version 2.7.19 should work the 
same way as in 2.7.17?





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


Extra bracket in score in Lilypond 2.7.18

2005-11-24 Thread liang seng

Hi, I'm typing a score layout and here is the file:

\version 2.7.17
\layout {
 \context {
   \Score
   \accepts OrchestraStaffGroup
 }
 \context {
   \StaffGroup
   \name OrchestraStaffGroup
   \remove Span_bar_engraver
   \accepts InstrumentStaffGroup
 }
 \context {
   \StaffGroup
   \name InstrumentStaffGroup
   \remove System_start_delimiter_engraver
 }
} \score {
 \relative
\new StaffGroup 
\new Staff  {  R1 } 
\new Staff  {  R1 }  
\new OrchestraStaffGroup 
 \new InstrumentStaffGroup 
  \new GrandStaff 
 \new Staff { R1 }
 \new Staff { R1}
   
  \new Staff  { R1  }  
\new InstrumentStaffGroup 
   \new Staff 
 \context Voice = melody { c'1 }
 \lyricsto melody \new Lyrics { do }
   
 
 \new InstrumentStaffGroup 
   \new Staff { \clef bass R1 }
  }

Here, the bar spanning and bracketing is intended as so. But what happened 
is that there is an extra bracket before the 3rd to the 5th staff (from the 
top), which is between the brace on the left and the longer bracket at the 
right. Why did this bracket appear? I explicitly put \remove 
System_start_delimiter_engraver because I would like to remove the extra 
brackets. This problem did seems to be caused by the new system delimiter 
feature in 2.7.18 as in versions 2.7.17 and before, the problem didn't occur 
at all. What can be done?

Thank you.




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