Hi,

There is a strange behavior between breathes, clefs, notes/rests and
rehearshal marks. When rehearshal marks are placed between whole rests
bars (like R1), they are correctly centered on barlines. But when they're
combined with these symbols they're messed up.

1- Rehearshal mark (RM) near \breathe is centered on the breathe sign.
2- RM near clef change is centered on the clef.
3- RM near \breathe and clef change is centered on the breathe sign.
4- RM between TWO notes or normal rests is right displaced.

This doesn't happen with 2.6.3 (all marks are centered on barlines).
I'm using 2.7.38 (binary from lilypond web) on Debian sid.

Thanks to all Lilypond developers.


\version "2.7.38"

\layout {
  ragged-right = ##t
}

{
  r1 \mark \default \breathe % centered on breathing sign
  R1 \clef F \mark \default  % centered on clef
  R1 \breathe \clef G \mark \default % centered on breathing sign
  
  r1  % note or normal rest
     \mark \default % right displaced
  g'1 % note or normal rest
}




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

Reply via email to