Re: String numbers in circles

2005-02-09 Thread Warren Stickney
Walter, The suggestion a2^\markup {"$\\!\\!$\\textbf{\\textcircled{\\small{1}}}"} gives me just the circle, with no number on my 2.4.2 (cygwin) also, but if I add $'s around the number, as below, it works OK. a2^\markup {"$\\!\\!$\\textbf{\\textcircled{\\small{$1$}}}"} Warren _

Re: String numbers in circles

2005-02-08 Thread Graham Percival
On 8-Feb-05, at 7:31 AM, Walter Hofmeister wrote: I updated to 2.4.2-2 and it made no difference. I have a lot of packages installed and issuing an "update all" command could take days to perform. Do you have any ideas which package(s) might be responsible? Might it be a configuration problem

Re: String numbers in circles

2005-02-08 Thread Walter Hofmeister
On 2/8/05 10:58 AM, "Mats Bengtsson" <[EMAIL PROTECTED]> wrote: > Did the resulting file tinytest.ps contain the number or not? > If it did, then the I have no more ideas unless you send also > the output of lilypond --verbose thefile.ly > >/Mats > Mats, The file tinytest.ps did not cont

Re: String numbers in circles

2005-02-08 Thread Mats Bengtsson
Did the resulting file tinytest.ps contain the number or not? If it did, then the I have no more ideas unless you send also the output of lilypond --verbose thefile.ly /Mats Walter Hofmeister wrote: On 2/8/05 10:07 AM, "Mats Bengtsson" <[EMAIL PROTECTED]> wrote: I'd suspect your TeX installation

Re: String numbers in circles

2005-02-08 Thread Walter Hofmeister
On 2/8/05 10:07 AM, "Mats Bengtsson" <[EMAIL PROTECTED]> wrote: > I'd suspect your TeX installation. First of all, if you run lilypond > with the flag 'lilypond --verbose myfile.ly', you should get much > more information printed out that might help to sort out the problems. > > Another test you

Re: String numbers in circles

2005-02-08 Thread Mats Bengtsson
I'd suspect your TeX installation. First of all, if you run lilypond with the flag 'lilypond --verbose myfile.ly', you should get much more information printed out that might help to sort out the problems. Another test you could try is to save the following lines in a file called tinytest.tex:

Re: String numbers in circles

2005-02-08 Thread Walter Hofmeister
On 2/7/05 8:16 PM, "Graham Percival" <[EMAIL PROTECTED]> wrote: > > On 7-Feb-05, at 4:15 PM, Walter Hofmeister wrote: >> On 2/7/05 5:14 PM, "Graham Percival" <[EMAIL PROTECTED]> wrote: >>> You have lily 2.4.2 installed, right? From the fink package? >>> >> It did not work. I got the circle

Re: String numbers in circles

2005-02-07 Thread Graham Percival
On 7-Feb-05, at 4:15 PM, Walter Hofmeister wrote: On 2/7/05 5:14 PM, "Graham Percival" <[EMAIL PROTECTED]> wrote: You have lily 2.4.2 installed, right? From the fink package? It did not work. I got the circle above the note but it was empty. Since there is a newer package available than the on

Re: String numbers in circles

2005-02-07 Thread David Raleigh Arnold
On Sunday 06 February 2005 10:15 pm, Walter Hofmeister wrote: > ces^\markup {"\\textcircled{\\tiny 1}"} It's hard to keep up. This works for 2.4.2: \version "2.4.2" \score { \new Staff { a' b' ces'^\markup {"$\\!\\!$\\textbf{\\textcircled{\\small{1}}}\\dots"} ces'^\markup {"$\\!\\!$\\textbf{\\te

Re: String numbers in circles

2005-02-07 Thread Walter Hofmeister
On 2/7/05 6:18 PM, "David Raleigh Arnold" <[EMAIL PROTECTED]> wrote: > On Sunday 06 February 2005 10:15 pm, Walter Hofmeister wrote: >> ces^\markup {"\\textcircled{\\tiny 1}"} > > It's hard to keep up. This works for 2.4.2: > > \version "2.4.2" > \score { \new Staff { > a' > b' > ces'^\markup {

Re: String numbers in circles

2005-02-07 Thread Walter Hofmeister
On 2/7/05 5:14 PM, "Graham Percival" <[EMAIL PROTECTED]> wrote: > > On 7-Feb-05, at 7:12 AM, Walter Hofmeister wrote: >> I'm on Mac OS X. I'm using Fink and there appears to be no >> tetex-extra. >> Here is a list of the packages that are available: > > You have lily 2.4.2 installed, right?

Re: String numbers in circles

2005-02-07 Thread Graham Percival
On 7-Feb-05, at 7:12 AM, Walter Hofmeister wrote: I'm on Mac OS X. I'm using Fink and there appears to be no tetex-extra. Here is a list of the packages that are available: You have lily 2.4.2 installed, right? From the fink package? Try this: \version "2.4.2" \layout{raggedright=##t} { ces^\

Re: String numbers in circles

2005-02-07 Thread Mats Bengtsson
This is one of the font files that should be generated automatically as soon as you need it, if you have a normal installation of teTeX. Occasionally, it helps to do run the command "tex testfont" and input the following: Name of the font to test = ecrm0500 Now type a test command (\help for help):

Re: String numbers in circles

2005-02-07 Thread Walter Hofmeister
On 2/7/05 5:51 AM, "Mats Bengtsson" <[EMAIL PROTECTED]> wrote: > You don't say what platform you use. If you run the Cygwin version > in Windows, it might help to rerun setup.exe and add the packages > tetex-base and tetex-extra. > > /Mats > > Walter Hofmeister wrote: >> Can anyone tell me h

Re: String numbers in circles

2005-02-07 Thread Tapio Tuovila
Mats Bengtsson kirjoitti: You don't say what platform you use. If you run the Cygwin version in Windows, it might help to rerun setup.exe and add the packages tetex-base and tetex-extra. /Mats Walter Hofmeister wrote: Can anyone tell me how to achieve numbers in circles? I used to be able to ge

Re: String numbers in circles

2005-02-07 Thread Mats Bengtsson
You don't say what platform you use. If you run the Cygwin version in Windows, it might help to rerun setup.exe and add the packages tetex-base and tetex-extra. /Mats Walter Hofmeister wrote: Can anyone tell me how to achieve numbers in circles? I used to be able to get this to work on 2.1.x: ce

Re: String numbers in circles

2005-02-06 Thread Thomas Scharkowski
> Can anyone tell me how to achieve numbers in circles? I used to be > able to get this to work on 2.1.x: ces^\markup {"\\textcircled{\\tiny > 1}"} Hi Walter, just tested: works for me on 2.4.2 cygwin. Strange! Thomas ___ lilypond-user mailing list l

String numbers in circles

2005-02-06 Thread Walter Hofmeister
Can anyone tell me how to achieve numbers in circles? I used to be able to get this to work on 2.1.x: ces^\markup {"\\textcircled{\\tiny 1}"} I think I got this from David Raleigh Arnold in a previous post. It no longer works under 2.4.2. It gives the circle but no number inside of it. I ran an o