bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1513 in lilypond: Figured bass extenders do not line up


From: lilypond
Subject: Issue 1513 in lilypond: Figured bass extenders do not line up
Date: Sun, 13 Feb 2011 21:33:43 +0000

Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Critical Regression

New issue 1513 by address@hidden: Figured bass extenders do not line up
http://code.google.com/p/lilypond/issues/detail?id=1513

Reported by Mats Bengtsson:

The following example shows a regression compared to version 2.12. It
produces two extender lines that were vertically aligned in 2.12 but are
not aligned in version 2.13.49. I'm not sure if it worked by incident or
if it was intended behavior in 2.12, and I can hardly recall why I used
this specific construct when typesetting the piece two years back.

\version "2.13.49"

ext = {
   \once \set useBassFigureExtenders = ##t
}

\score{
<<
\new Staff \relative c' {
     \clef bass
     c2 c, ~ | % \break
     c4 c c2 |
   }
\new FiguredBass \figuremode{
<_!>1 \ext |
<_!>2 \ext <_!>2 |
   }
 >>
}



Attachments:
        2.12.3.png  2.5 KB
        2.13.49.png  1.9 KB




reply via email to

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