Re: Figured Bass discrepancy with Manual Lilypond & lyLuaTeX

2018-08-11 Thread Urs Liska

Please start new threads for new topics.


Am 11.08.2018 um 06:53 schrieb liebre...@grossmann-venter.com:

Thanks.
I assumed it wasnt code and some arbitrary form of quotation.
Bad assumption.
thanks that settles it.

To the other post.
Definitely three steps above in my browser.




On 2018-08-11 00:40, Brian Barker wrote:

At 00:09 11/08/2018 -0400, Nobody Noname wrote:

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 Lilypond 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 ? [...]


You arbitrarily omitted the double angle brackets shown in the
example, which indicate simultaneous expressions.

Brian Barker


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user



___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Figured Bass discrepancy with Manual Lilypond & lyLuaTeX

2018-08-10 Thread liebrecht

Thanks.
I assumed it wasnt code and some arbitrary form of quotation.
Bad assumption.
thanks that settles it.

To the other post.
Definitely three steps above in my browser.




On 2018-08-11 00:40, Brian Barker wrote:

At 00:09 11/08/2018 -0400, Nobody Noname wrote:

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 Lilypond 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 ? [...]


You arbitrarily omitted the double angle brackets shown in the
example, which indicate simultaneous expressions.

Brian Barker


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Figured Bass discrepancy with Manual Lilypond & lyLuaTeX

2018-08-10 Thread Carl Sorensen
Please put 
<<
Before your code and
>> 
After your code as shown in the example (I actually found it 3 steps below the 
Predefined commands).

HTH,

Carl


On 8/10/18, 10:09 PM, "liebre...@grossmann-venter.com" 
 wrote:

 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.

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Figured Bass discrepancy with Manual Lilypond & lyLuaTeX

2018-08-10 Thread Brian Barker

At 00:09 11/08/2018 -0400, Nobody Noname wrote:

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 Lilypond 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 ? [...]


You arbitrarily omitted the double angle brackets shown in the 
example, which indicate simultaneous expressions.


Brian Barker  



___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Figured Bass discrepancy with Manual Lilypond & lyLuaTeX

2018-08-10 Thread liebrecht

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.___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user