bug-lilypond
[Top][All Lists]
Advanced

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

Rehearsal marks buglist


From: Jordi Nadal
Subject: Rehearsal marks buglist
Date: Fri, 31 Mar 2006 18:55:35 +0200
User-agent: Pan/0.14.2.91 (As She Crawled Across the Table (Debian GNU/Linux))

I've made a list with all rehearsal mark positioning errors I'm aware of.
These errors also occur in line beginning.

Except for one, which was also bad in 2.6, all others are regressions not
found in 2.6.


\version "2.8.1"

\layout {
  ragged-right = ##t
}

{ 
  \set Score.markFormatter = #format-mark-box-alphabet

  R1
    % mark covers clef
    \break \mark \default 
  R1 
    % mark decentered when bar is not "|" (in 2.6 it's broken too)
    \mark \default \bar "||"
  R1
    % mark decentered when changing time sig. and key sig. is c major
    \mark \default \time 2/2
  R1
    % mark decentered when changing key sig.
    \mark \default \key ees \major
  R1 
    % mark OK when changing time sig. and key sig. is not c major
    \mark \default \time 4/4
  R1 
}


http://www.geocities.com/noi_ga/imatges/lilypond_2.8.1_rehearsal_mark_bug.png






reply via email to

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