hi all,

how can i tweak the depiction of multi-measure rests? i need to change
the position of the numbers.

enclosed a file that should show my problem. it's been cut and pasted
from an arrangement of the hornpipe from the water music that i was
working on, and should show my problem.

this problem is also related to a problem mentioned earlier on the list,
namely text above staves, but none of the tips or tricks given helped me
(as can be seen in the \score part of the enclosed file). if anybody can
give me any tips for solving this problem, i'd be very grateful. if
somebody knows of a way to right-justify text to the following bar line,
then that would be very helpful too (for FINE and Da Capo markings for
instance).

thanx for any help,
greetings, simon.
-- 
Confucius say, man who live in glass house shower in basement.
% Wassermusik von Georg Friedrich Händel
% Arr. by Simon Bailey, 12/06/2002
% Quartet for 2 Trumpets and 2 Trombones
% Kettle Drum

% for german pitch names...
\include "deutsch.ly"

% \include "globals.ly"
% content of globals.ly file follows:
\header  {
        title = "Wassermusik"
        subtitle = "Alla Hornpipe"
        composer = "Georg Friedrich Händel"
        arranger = "Arr: S. Bailey"
        tagline = "Bearbeitet von S. Bailey, 12.06.2002"
}

global = {
                \time 3/2
                \skip 2*116 \mark #'(roman (columns("      " "FINE")))
                \skip 2*1 \bar ":|"
    \skip 2*104 \mark #'(bold (roman "Da capo al Fine"))
    \skip 2*1 \bar "|."
                }

Key = \notes \key c \major


% END OF globals.ly

pauke = \notes \relative c' {
                c2 c g'
                c,4 c2 g'4 c, c
                g' g2 g4 c, c
                g' g2 g4 c, c
                g' g2 r4 r2               % 5
                R1.*1
                r2 r4 c, c c
                c2 r4 c c c
                g'2. g4 c,2
                c g' g                    % 10
                c, r1
                R1.*6                     % 12 - 17

                r2 r4 c c c
                c2 r4 c c c
                g'2 c, r                  % 20
                R1.*1
                r2 r4 c c c
                c2 r1
                R1.*7                     % 24 - 30

                r2 r4 c c c
                c2 r4 c c c
                g'2. g4 c,2
                c g' g
                c, r4 c c c               % 35
                c2 r4 c c c
                g'2. g4 c,2
                c g' g
                c,1.                      % 39 FINE
                
                R1.*35                    % 40 - 74 D.C al FINE
}

\score {
  \context Staff <
                        \property Score.skipBars = ##t
                        \property Staff.TextScript \override #'padding = #20
                        \global
                        \pauke
  >
        
        \header {
                        instrument = "Pauke in C + G"
        }
}

Reply via email to