Re: opening bar check crashes the compiler

2013-02-24 Thread Steve Yegge
Hi Thomas, thanks for the reply. I think there are two issues at play here. One issue is that user input should never crash the program. It took nontrivial effort to track down why my scores were crashing after upgrading Lilypond (since in some distant past version, it didn't crash.) Even if th

Re: changes.tely: deal with \transposition and instrumentTransposition changes (issue 7404046)

2013-02-24 Thread dak
Hope I interpreted Trevor's comment correctly. The roposed "new" order did not occur to me since it violates causation: the (now) first change is dependent on the second one. However, that is on an implementation level and probably not interesting to the user. https://codereview.appspot.com/74

Re: opening bar check crashes the compiler

2013-02-24 Thread Eluze
Thomas Morley wrote > 2013/2/24 David Kastrup < > dak@ > >: >> Thomas Morley < > thomasmorley65@ > > writes: >> >>> >>> >>> Bar and bar number checks >>> >>> Bar checks help detect errors in the entered durations. A bar check >>> may be entered using the bar symbol, |, at any place where a

Re: opening bar check crashes the compiler

2013-02-24 Thread Federico Bruni
Il 24/02/2013 17:54, Thomas Morley ha scritto: Some more investigation: The problem seems to be related to \midi \score { { | d } \midi { } } returns a segfault with 2.16.1 and 2.17.12 I can confirm it on 2.16.2 and 2.17.3 Thanks for the investigation and the minimal example. Added her

Re: can error messages output the measure number being processed?

2013-02-24 Thread David Kastrup
Kieren MacMillan writes: > Hello all, > > I'm working on a medium-sized score (chamber opera). I'm currently > getting the following output: > > Drawing > systems.../Applications/Lilypond/LilyPond.app/Contents/Resources/share/lilypond/current/scm/bar-line.scm:926:28: > In procedure ly:grob-array-

Re: bug in articulate.ly

2013-02-24 Thread Federico Bruni
Il 24/02/2013 16:02, David Kastrup ha scritto: Can the bug team register a bug for it? If we don't get a response in about two days from the original author, I'd suggest reverting it. added as: http://code.google.com/p/lilypond/issues/detail?id=3204 -- Federico __

Re: can error messages output the measure number being processed?

2013-02-24 Thread James
Keiren, On 24 February 2013 19:01, Kieren MacMillan wrote: > Hello all, > > I'm working on a medium-sized score (chamber opera). I'm currently getting > the following output: > > Drawing > systems.../Applications/Lilypond/LilyPond.app/Contents/Resources/share/lilypond/current/scm/bar-line.scm:926

Re: can error messages output the measure number being processed?

2013-02-24 Thread Kieren MacMillan
Hi James, > does using '--loglevel=DEBUG' > get you anything more useful? No -- same output. Thanks, Kieren. ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

can error messages output the measure number being processed?

2013-02-24 Thread Kieren MacMillan
Hello all, I'm working on a medium-sized score (chamber opera). I'm currently getting the following output: Drawing systems.../Applications/Lilypond/LilyPond.app/Contents/Resources/share/lilypond/current/scm/bar-line.scm:926:28: In procedure ly:grob-array-length in expression (ly:grob-array-le

Re: Caches the interior skylines of vertical axis groups and systems. (issue 7185044)

2013-02-24 Thread m...@mikesolomon.org
On 24 févr. 2013, at 11:45, k-ohara5...@oco.net wrote: > This still needs some cleanup, at least to remove the now-redundant > \tupletOutsideStaffPriority > It's not redundant just cuz if it's not set, LilyPond will now issue a warning. If you want the regtest to have a warning, we can convert

Re: opening bar check crashes the compiler

2013-02-24 Thread Thomas Morley
2013/2/24 David Kastrup : > Thomas Morley writes: > >> >> >> Bar and bar number checks >> >> Bar checks help detect errors in the entered durations. A bar check >> may be entered using the bar symbol, |, at any place where a bar line >> is expected to fall. If bar check lines are encountered

Re: Cannot Merge Staging

2013-02-24 Thread David Kastrup
James writes: > David, > > I am unable to merge staging with master as staging fails make. > > Same error as I reported in patch test for 3202. > > Commit has made it into staging > > http://git.savannah.gnu.org/gitweb/?p=lilypond.git;a=commit;h=1fc366d3002d654038489af1e6e0ee2ad6efa2bf Looks lik

Re: opening bar check crashes the compiler

2013-02-24 Thread David Kastrup
Thomas Morley writes: > > > Bar and bar number checks > > Bar checks help detect errors in the entered durations. A bar check > may be entered using the bar symbol, |, at any place where a bar line > is expected to fall. If bar check lines are encountered at other > places, a list of warning

Re: Documentation improvement

2013-02-24 Thread Trevor Daniels
Albrecht Jacobs wrote Sunday, February 24, 2013 9:03 AM > In Section Text: Stand-alone two-column markup > > (http://lilypond.org/doc/v2.12/input/lsr/lilypond-snippets/Text#Stand_002dalone-two_002dcolumn-markup) > > it would be easier to use this code: > > diff two-column-markup.ly two-column

Re: opening bar check crashes the compiler

2013-02-24 Thread Thomas Morley
2013/2/24 Steve Yegge : > Here's a small input file which for me produces a bus error when compiled > with version 2.16.2 on OS X 10.7.5 (intel): > > \version "2.16.2" > > music = { > | d > } > > \score { > << \new Staff { \music } >> > } > > \score { > \music > \midi { > \context { >

Re: Caches the interior skylines of vertical axis groups and systems. (issue 7185044)

2013-02-24 Thread m...@mikesolomon.org
On 24 févr. 2013, at 17:18, David Kastrup wrote: > "m...@mikesolomon.org" writes: > >> On 24 févr. 2013, at 16:37, d...@gnu.org wrote: >> >>> On 2013/02/24 13:27:39, mike7 wrote: On 24 févr. 2013, at 12:40, mailto:d...@gnu.org wrote: >>> > Stupid question: could you not just check w

Re: opening bar check crashes the compiler

2013-02-24 Thread Federico Bruni
Il 24/02/2013 06:46, Steve Yegge ha scritto: Here's a small input file which for me produces a bus error when compiled with version 2.16.2 on OS X 10.7.5 (intel): \version "2.16.2" music = { | d } \score { << \new Staff { \music } >> } \score { \music \midi { \context {

Pictures in the docs and website

2013-02-24 Thread Phil Holmes
We have a number of pictures that are used to make the docs and the website clearer to understand - not the snippets, but other illustrative stuff, like: http://lilypond.org/doc/v2.17/Documentation/pictures/architecture-diagram.png http://lilypond.org/website/pictures/flat-design.png These are

Cannot Merge Staging

2013-02-24 Thread James
David, I am unable to merge staging with master as staging fails make. Same error as I reported in patch test for 3202. Commit has made it into staging http://git.savannah.gnu.org/gitweb/?p=lilypond.git;a=commit;h=1fc366d3002d654038489af1e6e0ee2ad6efa2bf Regards James

Documentation improvement

2013-02-24 Thread Albrecht Jacobs
In Section Text: Stand-alone two-column markup (http://lilypond.org/doc/v2.12/input/lsr/lilypond-snippets/Text#Stand_002dalone-two_002dcolumn-markup) it would be easier to use this code: diff two-column-markup.ly two-column-markup-1.1.ly 13,19c13,19 < \column { < \line { \italic { O s

opening bar check crashes the compiler

2013-02-24 Thread Steve Yegge
Here's a small input file which for me produces a bus error when compiled with version 2.16.2 on OS X 10.7.5 (intel): \version "2.16.2" music = { | d } \score { << \new Staff { \music } >> } \score { \music \midi { \context { \Score midiInstrument = #"acoustic guitar (st

Re: [Lilypond-auto] Issue 3203 in lilypond: Connecting bar linesmissing in piano staffs

2013-02-24 Thread Thomas Morley
2013/2/24 Trevor Daniels : > >> Comment #3 on issue 3203 by philehol...@googlemail.com: Connecting bar >> lines missing in piano staffs >> http://code.google.com/p/lilypond/issues/detail?id=3203 >> >> I'm in two minds, TBH. On the one hand, we always say "this is a >> development version - use it

Re: [Lilypond-auto] Issue 3203 in lilypond: Connecting bar linesmissing in piano staffs

2013-02-24 Thread Trevor Daniels
> Comment #3 on issue 3203 by philehol...@googlemail.com: Connecting bar > lines missing in piano staffs > http://code.google.com/p/lilypond/issues/detail?id=3203 > > I'm in two minds, TBH. On the one hand, we always say "this is a > development version - use it at your risk". And it's gene

Re: Caches the interior skylines of vertical axis groups and systems. (issue 7185044)

2013-02-24 Thread David Kastrup
"m...@mikesolomon.org" writes: > On 24 févr. 2013, at 16:37, d...@gnu.org wrote: > >> On 2013/02/24 13:27:39, mike7 wrote: >>> On 24 févr. 2013, at 12:40, mailto:d...@gnu.org wrote: >> >>> > Stupid question: could you not just check whether >>> > outside-staff-priority has been set, and if it ha

Re: [Lilypond-auto] Issue 3203 in lilypond: Connecting bar lines missing in piano staffs

2013-02-24 Thread Werner LEMBERG
> Does anyone else think we should rush out an updated development > version? I don't want a new release just for this very bug. Werner ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: What happened to systemic barlines?

2013-02-24 Thread David Kastrup
"Phil Holmes" writes: > 1. Please don't email me directly - please use the developer mailing > list. > 2. Please supply some code that illustrates the problem. > 3. An immediate fix is to use 2.16.2. If there is a problem with > 2.17.13 it will likely be fixed in due course, if you can provide a

Re: bug in articulate.ly

2013-02-24 Thread David Kastrup
Werner LEMBERG writes: > [cd03b4ac] > > > I just got this: > > articulate.ly:446:13: In procedure map in expression (map (lambda # #)): > articulate.ly:446:13: Wrong number of arguments to # > > using this input: > > \version "2.17.13" > > \include "articulate.ly" > > \relative c' { >

Re: Caches the interior skylines of vertical axis groups and systems. (issue 7185044)

2013-02-24 Thread m...@mikesolomon.org
On 24 févr. 2013, at 16:37, d...@gnu.org wrote: > On 2013/02/24 13:27:39, mike7 wrote: >> On 24 févr. 2013, at 12:40, mailto:d...@gnu.org wrote: > >> > Stupid question: could you not just check whether >> > outside-staff-priority has been set, and if it has, pass the buck >> > to the right kind o

Re: Caches the interior skylines of vertical axis groups and systems. (issue 7185044)

2013-02-24 Thread dak
On 2013/02/24 13:27:39, mike7 wrote: On 24 févr. 2013, at 12:40, mailto:d...@gnu.org wrote: > Stupid question: could you not just check whether > outside-staff-priority has been set, and if it has, pass the buck > to the right kind of callback automatically? That way, the user > does not need

bug in articulate.ly

2013-02-24 Thread Werner LEMBERG
[cd03b4ac] I just got this: articulate.ly:446:13: In procedure map in expression (map (lambda # #)): articulate.ly:446:13: Wrong number of arguments to # using this input: \version "2.17.13" \include "articulate.ly" \relative c' { \unfoldRepeats \articulate { \repeat vol

Re: What happened to systemic barlines?

2013-02-24 Thread Phil Holmes
- Original Message - From: Karol Majewski To: Phil Holmes Sent: Sunday, February 24, 2013 12:52 PM Subject: What happened to systemic barlines? Hi Phil, something's wrong with 2.17.13. Barlines in piano staff do not connect upper and lower staff by default! Any chances for an immedia

Re: Caches the interior skylines of vertical axis groups and systems. (issue 7185044)

2013-02-24 Thread m...@mikesolomon.org
On 24 févr. 2013, at 12:40, d...@gnu.org wrote: > Stupid question: could you not just check whether outside-staff-priority > has been set, and if it has, pass the buck to the right kind of callback > automatically? That way, the user does not need to meddle with > callbacks himself. > > https://

changes.tely: deal with \transposition and instrumentTransposition changes (issue 7404046)

2013-02-24 Thread tdanielsmusic
LGTM apart from the suggested change. https://codereview.appspot.com/7404046/diff/1/Documentation/changes.tely File Documentation/changes.tely (right): https://codereview.appspot.com/7404046/diff/1/Documentation/changes.tely#newcode83 Documentation/changes.tely:83: would have been the other way

Re: What happened to systemic barlines?

2013-02-24 Thread Phil Holmes
1. Please don't email me directly - please use the developer mailing list. 2. Please supply some code that illustrates the problem. 3. An immediate fix is to use 2.16.2. If there is a problem with 2.17.13 it will likely be fixed in due course, if you can provide a tiny example as requested above

Re: Caches the interior skylines of vertical axis groups and systems. (issue 7185044)

2013-02-24 Thread dak
Stupid question: could you not just check whether outside-staff-priority has been set, and if it has, pass the buck to the right kind of callback automatically? That way, the user does not need to meddle with callbacks himself. https://codereview.appspot.com/7185044/ ___

Re: Caches the interior skylines of vertical axis groups and systems. (issue 7185044)

2013-02-24 Thread k-ohara5a5a
This still needs some cleanup, at least to remove the now-redundant \tupletOutsideStaffPriority The goal was to have outside-staff grobs figure their own Y-offset, including the offset required for the outside-staff grobs to avoid each other. The group of all objects on a line (VerticalAxisGroup

Re: Includes empty skylines in minimum translation calculations (issue 7304068)

2013-02-24 Thread k-ohara5a5a
There's some book-keeping error that I can't find. The example at issue 3160 comes out wrong. https://codereview.appspot.com/7304068/diff/16001/lily/align-interface.cc File lily/align-interface.cc (right): https://codereview.appspot.com/7304068/diff/16001/lily/align-interface.cc#newcode65 lily