Re: transferring file from mac osx to windows 7

2012-05-20 Thread trandrusiii
Thank you everyone. I was able to get it working by using Notepad++ to edit the file instead of lilypond. Colin Hall-3 wrote: On Tue, May 15, 2012 at 05:04:08PM +0100, Colin Hall wrote: On Mon, May 14, 2012 at 02:23:18PM -0700, trandrusiii wrote: I am trying to move a file from

Warnings in the documented example

2012-05-20 Thread Jefferson dos Santos Feli
The example below extracted from the documentation, which demonstrates how to use partcombine, is showing warnings in lilypond 2.14.2 as cannot end slur and already have slur. musicUp = \relative c'' { \time 4/4 a4 c4.( g8) a4 | g4 e' g,( a8 b) | c b a2. } musicDown = \relative c'' {

Re: Cppcheck reports patch for 2546

2012-05-20 Thread Julien Nabet
On 19/05/2012 00:36, Carl Sorensen wrote: Thanks for the file, Julien. I have split the warnings into various issues. See issues 2545, 2546, and 2548 through 2554 on the issue tracker. http://code.google.com/p/lilypond/issues/detail?id=2545colspec=ID%20Type%2

Re: Cppcheck reports patch for 2546

2012-05-20 Thread Graham Percival
On Sat, May 19, 2012 at 08:30:50AM +0200, Julien Nabet wrote: Since I don't have a Google account to sign in to http://codereview.appspot.com/, I attached the patch for 2546. Don't hesitate to tell me if it's ok or not. (I attached a link to why prefix is better). Unfortunately we do not

strange behaviour of \layout block variable

2012-05-20 Thread Urs Liska
Hi list and Gurus, I encountered a strange behaviour with a layout block assigned to a variable. As advised on lilypond-user I write % Definition of \layout block in variable % overrides a property layoutVariable = \layout { \context { \Score \override Hairpin #'style =

Re: strange behaviour of \layout block variable

2012-05-20 Thread David Kastrup
Urs Liska lilyli...@googlemail.com writes: Hi list and Gurus, I encountered a strange behaviour with a layout block assigned to a variable. As advised on lilypond-user I write % Definition of \layout block in variable % overrides a property layoutVariable = \layout { \context {

Re: transferring file from mac osx to windows 7

2012-05-20 Thread Colin Hall
On Fri, May 18, 2012 at 08:58:12AM -0700, trandrusiii wrote: Thank you everyone. I was able to get it working by using Notepad++ to edit the file instead of lilypond. Thanks for letting us know and I'm pleased to hear you were able to work around the problem. Cheers, Colin. -- Colin

Re: Warnings in the documented example

2012-05-20 Thread Colin Hall
On Sat, May 19, 2012 at 04:53:23AM -0700, Jefferson dos Santos Feli wrote: The example below extracted from the documentation, which demonstrates how to use partcombine, is showing warnings in lilypond 2.14.2 as cannot end slur and already have slur. Thanks for the bug report, Jefferson.

Re: strange behaviour of \layout block variable

2012-05-20 Thread Urs Liska
Am 20.05.2012 23:12, schrieb David Kastrup: Urs Liskalilyli...@googlemail.com writes: Hi list and Gurus, I encountered a strange behaviour with a layout block assigned to a variable. As advised on lilypond-user I write % Definition of \layout block in variable % overrides a property

Re: Warnings in the documented example

2012-05-20 Thread Colin Hall
On Mon, May 21, 2012 at 12:46:50AM +0100, Colin Hall wrote: On Sat, May 19, 2012 at 04:53:23AM -0700, Jefferson dos Santos Feli wrote: The example below extracted from the documentation, which demonstrates how to use partcombine, is showing warnings in lilypond 2.14.2 as cannot end

Re: Warnings in the documented example

2012-05-20 Thread Thomas Morley
2012/5/21 Colin Hall colingh...@gmail.com: - Another question, how do I put slurs on both notes (musicUp and musicDown)? Can't help you there. Perhaps one of the more experienced members of the team can assist you with this. Cheers, Colin. -- Colin Hall \set doubleSlurs = ##t In

Re: Cppcheck reports patch for 2546

2012-05-20 Thread Carl Sorensen
On May 20, 2012, at 1:16 PM, Graham Percival gra...@percival-music.ca wrote: On Sat, May 19, 2012 at 08:30:50AM +0200, Julien Nabet wrote: Since I don't have a Google account to sign in to http://codereview.appspot.com/, I attached the patch for 2546. Don't hesitate to tell me if it's ok or

Re: strange behaviour of \layout block variable

2012-05-20 Thread David Kastrup
Urs Liska lilyli...@googlemail.com writes: Do I understand correctly that if I write \layout { ... } I actually take $defaultlayout as a starting point, add something to it and assign the result to $defaultlayout ? So if I write \layout { ... } for the second time the additions from