Re: Issue 754: don't transpose generic property-setting music commands (issue 7303057)

2013-02-11 Thread dak
On 2013/02/11 20:53:53, Keith wrote: On 2013/02/11 12:39:02, dak wrote: > On 2013/02/11 09:25:20, dak wrote: > > On 2013/02/11 06:18:57, Keith wrote: > > > > > > I was hoping to be able to provide a backward-compatibility function, as in > > I did not even look at the proposed patch but it t

Re: Issue 754: don't transpose generic property-setting music commands (issue 7303057)

2013-02-11 Thread k-ohara5a5a
On 2013/02/11 12:39:02, dak wrote: On 2013/02/11 09:25:20, dak wrote: > On 2013/02/11 06:18:57, Keith wrote: > > > > I was hoping to be able to provide a backward-compatibility function, as in > I did not even look at the proposed patch but it touches several binaries. That > should not be n

Re: Issue 754: don't transpose generic property-setting music commands (issue 7303057)

2013-02-11 Thread dak
On 2013/02/11 09:25:20, dak wrote: On 2013/02/11 06:18:57, Keith wrote: > On 2013/02/09 08:54:03, dak wrote: > > > It doesn't matter. LilyPond is still being actively maintained. If a > > feature is required, it can be implemented properly, with a proper > > interface, _without_ resorting to e

Re: Issue 754: don't transpose generic property-setting music commands (issue 7303057)

2013-02-11 Thread dak
On 2013/02/11 06:18:57, Keith wrote: On 2013/02/09 08:54:03, dak wrote: > It doesn't matter. LilyPond is still being actively maintained. If a > feature is required, it can be implemented properly, with a proper > interface, _without_ resorting to exploits. > I was hoping to be able to

Re: Issue 754: don't transpose generic property-setting music commands (issue 7303057)

2013-02-10 Thread k-ohara5a5a
On 2013/02/09 08:54:03, dak wrote: It doesn't matter. LilyPond is still being actively maintained. If a feature is required, it can be implemented properly, with a proper interface, _without_ resorting to exploits. I was hoping to be able to provide a backward-compatibility function, as in

Re: Issue 754: don't transpose generic property-setting music commands (issue 7303057)

2013-02-09 Thread dak
ource that would be change to the worse with patch > applied? Nope. I still encourage caution, because people use LilyPond for very academic projects. Also, it is academically possible that some programmer will want to add a override-able property that is a pitch that should be transposed

Re: Issue 754: don't transpose generic property-setting music commands (issue 7303057)

2013-02-08 Thread Keith OHara
On Fri, 08 Feb 2013 01:20:59 -0800, wrote: On 2013/02/08 08:40:29, dak wrote: On 2013/02/08 04:46:27, Keith wrote: > Yesterday's patch was better. I beg to differ. It did not address instrument definitions, or manual settings Well, we had a nice plane for \instrumentSwitch, and I did no

Re: Issue 754: don't transpose generic property-setting music commands (issue 7303057)

2013-02-08 Thread dak
On 2013/02/08 08:40:29, dak wrote: On 2013/02/08 04:46:27, Keith wrote: > Yesterday's patch was better. I beg to differ. It did not address instrument definitions, or manual settings Concretely: can you show an example of not-just-academical LilyPond source that would be change to the worse

Re: Issue 754: don't transpose generic property-setting music commands (issue 7303057)

2013-02-08 Thread dak
379: (untransposable . #t) Well, not every Grob property that is a pitch is untransposable. The second pitch in a pitchedTrill, for example, should be transposed along with the first pitch. I don't see that there is any interface for pitched Trills that would ride on explicit property set

Re: Issue 754: don't transpose generic property-setting music commands (issue 7303057)

2013-02-07 Thread k-ohara5a5a
Yesterday's patch was better. The 'untransposable property is more closely related to the source of the events (\transposition or \instrumentSwitch) than to the event type (override or propertySet). https://codereview.appspot.com/7303057/diff/2001/scm/define-music-types.scm File scm/define-music

Re: Property setting in lyrics: allow markup, not just bare strings (issue4571080)

2011-06-18 Thread Neil Puttock
On 16 June 2011 17:28, wrote: > I won't bother with an issue tracker item for this; I think it's > simple+clear enough that it can be pushed without a full "patch > countdown". Thanks, pushed: eb307731804e61efcb62a13ebbf13da5bb050f3f Cheers, Neil __

Re: Property setting in lyrics: allow markup, not just bare strings (issue4571080)

2011-06-16 Thread percival . music . ca
LGTM. I won't bother with an issue tracker item for this; I think it's simple+clear enough that it can be pushed without a full "patch countdown". http://codereview.appspot.com/4571080/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://li

Re: Property setting in lyrics: allow markup, not just bare strings (issue4571080)

2011-06-16 Thread tdanielsmusic
LGTM http://codereview.appspot.com/4571080/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Property setting in lyrics: allow markup, not just bare strings (issue4571080)

2011-06-15 Thread n . puttock
c1 } \addlyrics { \set stanza = \markup \box "1" foo } -> error: syntax error, unexpected LYRIC_MARKUP Description: Property setting in lyrics: allow markup * input/regression/stanza-number.ly: test markup as well as bare string * lily/parser.yy (scalar): use lyric_elem

Re: property setting

2002-06-27 Thread Han-Wen
[EMAIL PROTECTED] writes: > Well. Will it be okay that I add the aliasses to the contexts? > No syntax changes, just some \aliasses in engraver-init.ly no prob. > > I think that the current behavior is just as bad as your suggestion. I > > would prefer that the kind of advanced behavior you wan

Re: property setting

2002-06-23 Thread Rune Zedeler
Han-Wen wrote: > first of all, I don't see the point, in this sense: the number of > people that will deviate from the default accidentals is so small that > it doesn't warrant drastic additions to the syntax/semantics. (perhaps > I said this earlier, and you replied, but I forgot your motivation

property setting

2002-06-23 Thread Han-Wen
[EMAIL PROTECTED] writes: > It should be possible without any hacking to set properties in different > contexts using the same macro. > > The burning reason for this is the accidental macros - but also other > macros might come in handy. I.e. being able to say \clef F in start of > the score t

property setting

2002-06-21 Thread Rune Zedeler
It should be possible without any hacking to set properties in different contexts using the same macro. The burning reason for this is the accidental macros - but also other macros might come in handy. I.e. being able to say \clef F in start of the score to get F-clefs in all staves would be q