Dear lilypond-users,
in my opinion the tempo-mark-text is to much on the left side. Is there a
possibilitiy to change it?
Here the example:
%%%%%%%%%% begin %%%%%%%%%%%%%%
tempoMark =
    #(define-music-function (parser location prependText notevalue
appendText) (string? string? string?)
        #{
            \mark \markup
            { \line { $prependText " (" \fontsize #-2 \general-align #Y
#DOWN \note #$notevalue #1 $appendText ) } }
        #})
dreiviertel = {
    \time 3/4
    #(override-auto-beam-setting '(end * * 3 4) 1 4 'Score)
    #(override-auto-beam-setting '(end * * 3 4) 2 4 'Score)
    #(override-auto-beam-setting '(end * * 3 4) 3 4 'Score)
        }
fourtoms = {  \override Staff.StaffSymbol #'line-positions = #'(-3 -1 1 3) }
\layout{

  \context {                     %hier wird ein neuer "Kontext" mit Namen
"timesig" geschaffen
    \type "Engraver_group"

    \consists "Text_spanner_engraver"
    \consists "Text_engraver"
    \consists "Dynamic_engraver"
    \consists "Axis_group_engraver"
    \name "TimeSig"



  }
  \context {
    \Score \accepts TimeSig}





 \context { \RemoveEmptyStaffContext }

        } %Ende des Layoutblocks!!!

        global = { \time 2/4 s2 \dreiviertel \grace {s32 s s}   \tempoMark
"subito piu mosso" "4" "= 112"   s2. }

\score {
<<
\new TimeSig  { \override Score.TimeSignature #'style = #'( ) \global }
\new Staff
\relative { \fourtoms \clef percussion  b8 b8 d4 |
\grace { g,32\f\> [ b d\!] } g,2. \p | }
>>
}
%%%%%%%%%%%%%%%%% END %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to