Rehearsal mark appears on wrong staff

2007-02-12 Thread Daniel Johnson
When using absolute spacing and moving the Mark_engraver from the Score context to the Staff context (as described in section 8.1.4 of the Fine Manual), the mark is applied to the wrong staff. In the following example, the rehearsal mark should appear on the lower staff, but in the 2.11.17 version

Re: Rehearsal mark appears on wrong staff

2007-02-12 Thread Daniel Johnson
Sorry, the previous example should have been: % BEGIN \version "2.11.17" spaceWide = { \overrideProperty #"Score.NonMusicalPaperColumn" #'line-break-system-details #'((alignment-offsets . ( 0 -80 ))) } \score { << \new Staff { \spaceWide c''1 | \break \spaceWide c''1 | c''1 | \b

Re: Rehearsal mark appears on wrong staff

2007-02-12 Thread Graham Percival
Trevor, could you take a look at this? If I remove the spacing weirdness, the rehearsal mark is created on the right staff. Do you know what's happening? Is this a good example for the bug tracker? Cheers, - Graham Daniel Johnson wrote: Sorry, the previous example should have been: %

Re: Rehearsal mark appears on wrong staff

2007-02-13 Thread Trevor Bača
Hi Graham, Definitely a bug. line-break-system-details shouldn't cause the mark to switch staves. Could you open in Google? Trevor. On 2/12/07, Graham Percival <[EMAIL PROTECTED]> wrote: Trevor, could you take a look at this? If I remove the spacing weirdness, the rehearsal mark is created o

Re: Rehearsal mark appears on wrong staff

2007-02-13 Thread Graham Percival
Thanks, added as http://code.google.com/p/lilypond/issues/detail?id=294 Cheers, - Graham Daniel Johnson wrote: Sorry, the previous example should have been: % BEGIN \version "2.11.17" spaceWide = { \overrideProperty #"Score.NonMusicalPaperColumn" #'line-break-system-details #'((ali