Re: Can't compile after upgrade to 2.19.19

2015-05-05 Thread Keith OHara
Stan Mulder st45882wz at earthlink.net writes:

 convert-ly will change something like gsharp to g-sharp, but it won't change
 gsharp4 to g-sharp4. Anything with a number after it doesn't convert
 properly. So I've had to do all those manually (or with search and replace).

Oops.  The rule in convert-ly was not written carefully enough.
I put this on the bug list so it doesn't cause too many further problems.

Since you converted your music, I take it that you do not find too much 
other difficulty in using 'g-sharp' for what used to be 'gsharp'


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


Re: Can't compile after upgrade to 2.19.19

2015-05-05 Thread Stan Mulder
Keith OHara k-ohara5a5a at oco.net writes:

 At version 2.19.16, the name changed from 'eflat' to 'e-flat'
 The convert-ly program will change existing files for you.
 I first saw it suggested here
 https://code.google.com/p/lilypond/issues/detail?id=4076#c20

convert-ly will change something like gsharp to g-sharp, but it won't change
gsharp4 to g-sharp4. Anything with a number after it doesn't convert
properly. So I've had to do all those manually (or with search and replace).


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


Can't compile after upgrade to 2.19.19

2015-05-04 Thread Stan Mulder
I'm getting errors that I cannot fix after upgrading to 2.19.19. These
errors seem to show that lily is not recognizing my english pitch names like
eflat even though I've included english.ly near the top of the file. 

I've also added \language english to no avail.

Help.


GNU LilyPond 2.19.19
Processing `When It's Sleepy Time Down South - Clar-Tbn1-Tbn2.ly'
Parsing...
When It's Sleepy Time Down South - Clar-Tbn1-Tbn2.ly:84:17: error: wrong
type for argument 1.  Expecting pitch, found eflat
KeyOne = { \key 
eflat \major }
When It's Sleepy Time Down South - Clar-Tbn1-Tbn2.ly:193:31: error:
unrecognized string, not in text script or \lyricmode
  r8\f\fermata g \tuplet 3/2 {
  aflat8 c eflat} g f~ f4
When It's Sleepy Time Down South - Clar-Tbn1-Tbn2.ly:193:40: error:
unrecognized string, not in text script or \lyricmode
  r8\f\fermata g \tuplet 3/2 {aflat8 c 
   eflat} g f~ f4
When It's Sleepy Time Down South - Clar-Tbn1-Tbn2.ly:195:53: error:
unrecognized string, not in text script or \lyricmode
  \tuplet 3/2 { r8\mf\fermata g8  f } \tuplet 3/2 { 
eflat b aflat } \tuplet
3/2 { f eflat16 f eflat8 } b4
When It's Sleepy Time Down South - Clar-Tbn1-Tbn2.ly:195:61: error:
unrecognized string, not in text script or \lyricmode
  \tuplet 3/2 { r8\mf\fermata g8  f } \tuplet 3/2 { eflat b 
aflat } \tuplet
3/2 { f eflat16 f eflat8 } b4
When It's Sleepy Time Down South - Clar-Tbn1-Tbn2.ly:195:85: error:
unrecognized string, not in text script or \lyricmode
  \tuplet 3/2 { r8\mf\fermata g8  f } \tuplet 3/2 { eflat b aflat } \tuplet
3/2 { f 
   
eflat16 f eflat8 } b4
When It's Sleepy Time Down South - Clar-Tbn1-Tbn2.ly:195:95: error:
unrecognized string, not in text script or \lyricmode
  \tuplet 3/2 { r8\mf\fermata g8  f } \tuplet 3/2 { eflat b aflat } \tuplet
3/2 { f eflat16 f 
   
  eflat8 } b4



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


Re: Can't compile after upgrade to 2.19.19

2015-05-04 Thread Stan Mulder
I might add I'm using the latest version of Linux Mint.


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


Re: Can't compile after upgrade to 2.19.19

2015-05-04 Thread Paul Scott
On Tue, May 05, 2015 at 03:59:45AM +, Stan Mulder wrote:
 I'm getting errors that I cannot fix after upgrading to 2.19.19. These
 errors seem to show that lily is not recognizing my english pitch names like
 eflat even though I've included english.ly near the top of the file. 
 
 I've also added \language english to no avail.
 
 Help.
 
 
 GNU LilyPond 2.19.19
 Processing `When It's Sleepy Time Down South - Clar-Tbn1-Tbn2.ly'
 Parsing...
 When It's Sleepy Time Down South - Clar-Tbn1-Tbn2.ly:84:17: error: wrong
 type for argument 1.  Expecting pitch, found eflat
 KeyOne = { \key 
 eflat \major }

Shouldn't that be ef, etc.

Paul Scott


 When It's Sleepy Time Down South - Clar-Tbn1-Tbn2.ly:193:31: error:
 unrecognized string, not in text script or \lyricmode
   r8\f\fermata g \tuplet 3/2 {
   aflat8 c eflat} g f~ f4
 When It's Sleepy Time Down South - Clar-Tbn1-Tbn2.ly:193:40: error:
 unrecognized string, not in text script or \lyricmode
   r8\f\fermata g \tuplet 3/2 {aflat8 c 
eflat} g f~ f4
 When It's Sleepy Time Down South - Clar-Tbn1-Tbn2.ly:195:53: error:
 unrecognized string, not in text script or \lyricmode
   \tuplet 3/2 { r8\mf\fermata g8  f } \tuplet 3/2 { 
 eflat b aflat } \tuplet
 3/2 { f eflat16 f eflat8 } b4
 When It's Sleepy Time Down South - Clar-Tbn1-Tbn2.ly:195:61: error:
 unrecognized string, not in text script or \lyricmode
   \tuplet 3/2 { r8\mf\fermata g8  f } \tuplet 3/2 { eflat b 
 aflat } \tuplet
 3/2 { f eflat16 f eflat8 } b4
 When It's Sleepy Time Down South - Clar-Tbn1-Tbn2.ly:195:85: error:
 unrecognized string, not in text script or \lyricmode
   \tuplet 3/2 { r8\mf\fermata g8  f } \tuplet 3/2 { eflat b aflat } \tuplet
 3/2 { f 

 eflat16 f eflat8 } b4
 When It's Sleepy Time Down South - Clar-Tbn1-Tbn2.ly:195:95: error:
 unrecognized string, not in text script or \lyricmode
   \tuplet 3/2 { r8\mf\fermata g8  f } \tuplet 3/2 { eflat b aflat } \tuplet
 3/2 { f eflat16 f 

   eflat8 } b4
 
 
 
 ___
 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: Can't compile after upgrade to 2.19.19

2015-05-04 Thread Paul Scott
On Mon, May 04, 2015 at 09:56:30PM -0700, Paul Scott wrote:
 On Tue, May 05, 2015 at 03:59:45AM +, Stan Mulder wrote:
  I'm getting errors that I cannot fix after upgrading to 2.19.19. These
  errors seem to show that lily is not recognizing my english pitch names like
  eflat even though I've included english.ly near the top of the file. 
  
  I've also added \language english to no avail.
  
  Help.
  
  
  GNU LilyPond 2.19.19
  Processing `When It's Sleepy Time Down South - Clar-Tbn1-Tbn2.ly'
  Parsing...
  When It's Sleepy Time Down South - Clar-Tbn1-Tbn2.ly:84:17: error: wrong
  type for argument 1.  Expecting pitch, found eflat
  KeyOne = { \key 
  eflat \major }
 
 Shouldn't that be ef, etc.

Oops!  Excuse that noise!  I see the manual should allow that.

Still I have had no trouble with 2.19.19 so far.

 Paul Scott
 
 
  When It's Sleepy Time Down South - Clar-Tbn1-Tbn2.ly:193:31: error:
  unrecognized string, not in text script or \lyricmode
r8\f\fermata g \tuplet 3/2 {
aflat8 c eflat} g f~ f4
  When It's Sleepy Time Down South - Clar-Tbn1-Tbn2.ly:193:40: error:
  unrecognized string, not in text script or \lyricmode
r8\f\fermata g \tuplet 3/2 {aflat8 c 
 eflat} g f~ f4
  When It's Sleepy Time Down South - Clar-Tbn1-Tbn2.ly:195:53: error:
  unrecognized string, not in text script or \lyricmode
\tuplet 3/2 { r8\mf\fermata g8  f } \tuplet 3/2 { 
  eflat b aflat } \tuplet
  3/2 { f eflat16 f eflat8 } b4
  When It's Sleepy Time Down South - Clar-Tbn1-Tbn2.ly:195:61: error:
  unrecognized string, not in text script or \lyricmode
\tuplet 3/2 { r8\mf\fermata g8  f } \tuplet 3/2 { eflat b 
  aflat } \tuplet
  3/2 { f eflat16 f eflat8 } b4
  When It's Sleepy Time Down South - Clar-Tbn1-Tbn2.ly:195:85: error:
  unrecognized string, not in text script or \lyricmode
\tuplet 3/2 { r8\mf\fermata g8  f } \tuplet 3/2 { eflat b aflat } \tuplet
  3/2 { f 
 
  eflat16 f eflat8 } b4
  When It's Sleepy Time Down South - Clar-Tbn1-Tbn2.ly:195:95: error:
  unrecognized string, not in text script or \lyricmode
\tuplet 3/2 { r8\mf\fermata g8  f } \tuplet 3/2 { eflat b aflat } \tuplet
  3/2 { f eflat16 f 
 
eflat8 } b4
  
  
  
  ___
  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
 


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


Re: Can't compile after upgrade to 2.19.19

2015-05-04 Thread Keith OHara
Stan Mulder st45882wz at earthlink.net writes:

 I'm getting errors that I cannot fix after upgrading to 2.19.19. These
 errors seem to show that lily is not recognizing my english pitch names like
 eflat even though I've included english.ly near the top of the file. 
 
At version 2.19.16, the name changed from 'eflat' to 'e-flat'
The convert-ly program will change existing files for you.
I first saw it suggested here
https://code.google.com/p/lilypond/issues/detail?id=4076#c20

If it was a bad idea to change, say why at bug-lilyp...@gnu.org.
I'm not sure myself: the '-' is awkard to type, but easier to read, 
and we have short forms like 'ef' for faster typing.



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