Ok, now in 2.7.40 rehearsal marks are almost perfect. The last remaining
issue (not present in 2.6) is matter of horizontal spacing: when they're
in the beginning of a line they overlap G clef.

{
  \set Score.markFormatter = #format-mark-box-alphabet
  
  R1 \mark \default \break % mark and clef collides
  R1 
}



A new release critical bug (not in 2.6): after breathing sign, bar
numbering is left displaced.
{
  R1 \breathe \break 
  R1 % bar number is left displaced
  R1 % bar number Ok
}



El dia Mon, 20 Mar 2006 04:43:54 +0100, en/na Jordi Nadal va escriure:

> Another bar numbering related collision happens with system brackets. I
> think this is because bar numbers are a little right-shifted compared with
> 2.6.
> 
> notes = { R1 \break R1 }
> 
> \context StaffGroup <<
>   \notes
>   \notes
> >>

Still present in 2.7.40. Combined with previous bug the result is correct:

notes = { 
  R1 \breathe \break 
  R1 \break % bar number OK
  R1        % bar number collides with system bracket
}

\context StaffGroup <<
  \notes
  \notes
>>




_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to