lilypond-user
[Top][All Lists]
Advanced

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

Re: fermata positional priority


From: Mats Bengtsson
Subject: Re: fermata positional priority
Date: Mon, 14 Jan 2008 10:45:49 +0100
User-agent: Thunderbird 2.0.0.5 (X11/20070716)

The TextScript and MultiMeasureRestText objects have the same
outside-staff-priority (450) by default. If you for example set
\override MultiMeasureRestText #'outside-staff-priority = #'400
your example will look better.

  /Mats

Paul Scott wrote:
Can I use something like outside-staff-priority to get fermataMarkup to be closer to the note than the markup? It would be great if fermataMarkup behaved more like fermata.

\version "2.11.36"

global = { s4*0^\markup{ Tempo indication } }

\score {
 <<
   \new Staff <<
     \global
     { r1\fermata
   R1^\fermataMarkup \repeat unfold 6 c''1 }
   >>
 >>
}


Thanks,

Paul Scott



_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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