lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Change order of above staff objects


From: Pierre Perol-Schneider
Subject: Re: Change order of above staff objects
Date: Sun, 13 Jul 2014 10:44:29 +0200

Hi Helge,

2014-07-13 10:26 GMT+02:00 Helge Kruse <address@hidden>:
 
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
  R1*2
  \mark\default
  R1 R
  <b' d'' f'' a'' c'''>
}

See also : http://www.lilypond.org/doc/v2.18/Documentation/learning/outside_002dstaff-objects.html#the-outside_002dstaff_002dpriority-property

Cheers,
Pierre


reply via email to

[Prev in Thread] Current Thread [Next in Thread]