Change order of above staff objects

2014-07-13 Thread Helge Kruse
Hello, I have a score with some long tempo items. Since my part has multiple full bar rests I get several rehearsal marks in the area of the tempo. Unfortunately they are placed above the tempo. How can I get the rehearsal mark immediately above the staff line? Minimum example: \version "2.

Re: Change order of above staff objects

2014-07-13 Thread Pierre Perol-Schneider
Hi Helge, 2014-07-13 10:26 GMT+02:00 Helge Kruse : > How can I get the rehearsal mark immediately above the staff line? > Try : \version "2.18.0" { \once\override Score.MetronomeMark.outside-staff-priority = #2000 \tempo "Allegretto ma non troppo" 4=100 \time 4/4 \compressFullBarRests

Re: Change order of above staff objects

2014-07-13 Thread Helge Kruse
Am 13.07.2014 10:44, schrieb Pierre Perol-Schneider: \version "2.18.0" { \once\override Score.MetronomeMark.outside-staff-priority = #2000 \tempo "Allegretto ma non troppo" 4=100 \time 4/4 \compressFullBarRests R1*2 \mark\default R1 R } See also : http://www.lilypond.or