|
| From: | Chip |
| Subject: | why doesn't this override work? |
| Date: | Thu, 07 Oct 2004 22:20:57 -0700 |
| User-agent: | Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031208 Thunderbird/0.3 |
Here is a snippet of code. I want to raise the tempo marking up 2 spaces.
--------------
\score {
\notes
\relative c''
{
\set Score.skipBars = ##t
\override Staff.MultiMeasureRest #'expand-limit = #1
\time 2/2
\tempo 2=102 \override MetronomeMark #'padding = #2.0
\clef treble
\key d \major
R1*16
r4 fsharp( g gsharp
-------------
But it does not move. I tried putting the \tempo 2=102 after the
\override statement but that doesn't work either. I'm using 2.2.2.
thanks, chip
| [Prev in Thread] | Current Thread | [Next in Thread] |