bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Rehearshal mark alignment


From: Jordi Nadal
Subject: Rehearshal mark alignment
Date: Tue, 14 Mar 2006 17:10:30 +0100
User-agent: Pan/0.14.2.91 (As She Crawled Across the Table (Debian GNU/Linux))

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
}






reply via email to

[Prev in Thread] Current Thread [Next in Thread]