lilypond-user
[Top][All Lists]
Advanced

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

Figured Bass discrepancy with Manual Lilypond & lyLuaTeX


From: liebrecht
Subject: Figured Bass discrepancy with Manual Lilypond & lyLuaTeX
Date: Sat, 11 Aug 2018 00:09:59 -0400
User-agent: Roundcube Webmail/1.3.3

From the Lilypond manual,
"http://lilypond.org/doc/v2.19/Documentation/notation/figured-bass";

 I use the following code for figured bass.

(The code is 3-steps above "Predefined commands" at the end)


  \new Staff = "myStaff"
  \figuremode {
    <4>4 <10 6>8 s8
    <6 4>4 <6 4>
  }
  %% Put notes on same Staff as figures
  \context Staff = "myStaff"
  {
    \clef bass
    c4 c'8 r8 c4 c'
  }

If I compile it with Lilipond I get the attached image image-1

and with lyluatex I get attached image-2

Both image-1 and image-2 disagree with what the manual shows the code should output.

What do I do wrong ?  or is the manual somehow not correct.


P.S.
I dont know if this usergroup allows attachments. If you couldnt see any attachments I added, let me know and I will link to it.

Attachment: image-1.png
Description: PNG image

Attachment: image-2.png
Description: PNG image


reply via email to

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