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 on

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

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 | \break

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: