lilypond-user
[Top][All Lists]
Advanced

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

Re: Figured Bass question: Why is <5 4> upside down?


From: Trent Johnston
Subject: Re: Figured Bass question: Why is <5 4> upside down?
Date: Thu, 5 Oct 2006 11:30:52 +1000

Hi Graham,

I don't think these are bugs as such. It's got to do aligning the extender line. If you place a spacer (s8 etc) between the figures the figures are printed the right way.

as in the example below taken from Issue 103: if you reduce the length of the figure to 8 and put a 's' between (ie. a 8 space) the figures print correctly.

is sent a reply to the Lilypond user list a while ago with a solution to this problem.

http://lists.gnu.org/archive/html/lilypond-user/2006-07/msg00052.html

Trent

====================

\score{
   <<
     \new FiguredBass
     \figuremode{
        < _- >8 s %% this seem to break some figures
        < 7 _- > s < _- 7 > s < 6+ 4 3 > s
     }
     \new Staff{
        \clef bass a, b, c d
   }
   >>
 }
\score{
   <<
     \new FiguredBass
     \figuremode{ % this still ignores the order
        < 7 _- >8 s < _- 7 > s < 6+ 4 3 > s
     }
     \new Staff{
        \clef bass a, b, c d
   }
   >>
}
\score{
   <<
     \new FiguredBass
     \figuremode{ % this still ignores the order
        <4 5>8 s <4 5> s <7 5> s <5 4> s
     }
     \new Staff{
 \clef bass a, b, c d
   }
   >>


----- Original Message ----- From: "Graham Percival" <address@hidden>
To: "Laura Conrad" <address@hidden>
Cc: <address@hidden>
Sent: Thursday, October 05, 2006 11:18 AM
Subject: Re: Figured Bass question: Why is <5 4> upside down?


Laura Conrad wrote:
This question refers to version 2.8.3 running on Ubuntu Linux 6.06.
I think it was posted during one of our mailing list vacations, and
may have never made it out to the list.

I think it's the same issue as
http://code.google.com/p/lilypond/issues/detail?id=103

- Graham


_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user






reply via email to

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