The metronomic mark is not shown when the piece starts with R type rests. 
I might understand this behaviour with Score.skipBars set to true, but
not when it's false. 

Also, the higth is not adjusted (when there is a high pitch, the tempo
marking and the note are written on top of each other/

\score {
        \new Staff << \time 2/4 %\transpose do mib
                      { \clef treble % \key la \major
                        \set Score.skipBars = ##t
                        \tempo 4 = 152 R2*2 \break
                        \set Score.skipBars = ##f
                        \tempo 4 = 152 R2*2 \break
                        \tempo 4 = 152 r2 r2 \break
                        \tempo 4 = 152 \relative c''' a4  \break
                        }
                    >>
}

PS: great work!

André
-- 
Global Warming is a Weapon of Mass Destruction, and has already hit the
USA and Europe among others.
Why aren't you doing something about it? 
Why is your government doing nothing about it?


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to