Re: Issue 979 in lilypond: waf build system

2010-03-18 Thread lilypond
Comment #8 on issue 979 by percival.music.ca: waf build system http://code.google.com/p/lilypond/issues/detail?id=979 dev/gperciva, just pushed (after previously being deleted), contains the current state of waf. I have no clue what happened to dev/waf; that's a topic for -devel. We need

Re: Issue 836 in lilypond: [in progress] output-suffix as a (Score) context property

2010-03-18 Thread lilypond
Comment #11 on issue 836 by percival.music.ca: [in progress] output-suffix as a (Score) context property http://code.google.com/p/lilypond/issues/detail?id=836 Consider this issue finished, and open a new Priority-Critical Type-Documentation issue for documenting this. Include the example

Re: Issue 836 in lilypond: [in progress] output-suffix as a (Score) context property

2010-03-18 Thread lilypond
Comment #10 on issue 836 by jameseli...@googlemail.com: [in progress] output-suffix as a (Score) context property http://code.google.com/p/lilypond/issues/detail?id=836 It works. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starr

Re: Issue 836 in lilypond: [in progress] output-suffix as a (Score) context property

2010-03-18 Thread lilypond
Updates: Status: Verified Comment #9 on issue 836 by brownian.box: [in progress] output-suffix as a (Score) context property http://code.google.com/p/lilypond/issues/detail?id=836 This feature now (2.13.16 here) can be used in either of two ways: %

Re: abc2ly produces bad output

2010-03-18 Thread rog peppe
Reinhold Kainhofer kainhofer.com> writes: > Just exchange the handling of slurs with closing tuplets in try_parse_note: > > if slur_begin: > voices_append ('-(' * slur_begin ) > if slur_end: > voices_append ('-)' *slur_end ) > if parser_state.parsing_tuplet: >