[NTG-context] Grid lines color and disable

2012-08-14 Thread Xan

Hi,

I want to change color to red to black in \showgrid. Is it possible?
By the other hand, I want to enable/disable the grid alternatively: I 
want to have for example 5 blank new pages and then leave the grid:


\showgrid[nonumber]{{\dorecurse{80}\page[empty]}}

What command I have to run to disable grid in the next page?

I use MKIV with minimals

Thanks in advance,
Xan.

PS: Please, CCme
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] Latest version of Reference Manual

2012-08-14 Thread john Culleton
I want to keep up iwth the latest revision of the  reference manual.
Is there a cvs or svn feed? My latest download is dated  June 9,
2011.

-- 
John Culleton
Free list of books for self-publishers:
http://wexfordpress.net/shortlist.html
Police Procedural and Expose: Death Wore Black
Create Book Covers with Scribus
http://www.booklocker.com/books/4055.html
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Figured bass symbols in a text.

2012-08-14 Thread Robert Blackstone

On 14 aug. 2012, at 11:58:49 -0400,  John Culleton j...@wexfordpress.com wrote

 Consider also creating the figured bass (or any musical notation)
 in the shareware package Mup. The output is a ps file. Then the 
 notation and any accompanying verse can be treated as a graphic import. 
 There are horses for courses. For music I always use MUP.
 
Thank you for the tip. I had a quick look at it. It looks interesting, and at 
least superficially a bit like Lilypond, which I gave a try many years ago.
But I think I will stay with Finale, which fulfills all my needs in the field 
of music notation, including, in recent versions, figured bass. My problem was 
not with music notation but with inserting some of the symbols and characters 
in a normal text. The stacked BC-figures are under control now. Other special 
symbols, like that for an augmented fourth, a diminished fifth and the petite 
sixte may become a problem. But I have not seen those in the impressively long 
list or symbols available in MUP either.
Kind regards,
Robert Blackstone
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Grid lines color and disable

2012-08-14 Thread Hans Hagen

On 14-8-2012 16:52, Xan wrote:

Hi,

I want to change color to red to black in \showgrid. Is it possible?
By the other hand, I want to enable/disable the grid alternatively: I
want to have for example 5 blank new pages and then leave the grid:

\showgrid[nonumber]{{\dorecurse{80}\page[empty]}}

What command I have to run to disable grid in the next page?

I use MKIV with minimals


\starttext

\definepalet
  [layout]
  [grid=darkred,
   page=darkgreen]

\dorecurse{3}{\page[empty]}
{\showgrid[nonumber]{{\dorecurse{3}{\page[empty]
\dorecurse{3}{\page[empty]}

\stoptext

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___