bug-lilypond
[Top][All Lists]
Advanced

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

Re: Metronome sign overlaps notes


From: Erik Sandberg
Subject: Re: Metronome sign overlaps notes
Date: Thu, 10 Feb 2005 13:53:21 +0100
User-agent: KMail/1.7.1

On Thursday 10 February 2005 10.55, Sebastiano Vigna wrote:
> Dear developers,
> in the following example

This is a known bug. It's possible that it's even mentioned somewhere in the 
manual (but I can't find it now).

Erik

> \version "2.4.3"
>
> \score {
>        \new DrumStaff <<
>        \set Staff.minimumVerticalExtent = #'(-7 . 7)
>        \override Score.SpacingSpanner #'shortest-duration-space = #3
>        \override DrumStaff.Beam #'damping = #1000000000
>        \context DrumVoice = "1" { s1*2 }
>        \context DrumVoice = "2" { s1*2 }
>        \tempo 4 = 92
>        \drummode {
>        <<
>        {  \repeat unfold 8 { hh8[ hh] } } \\
>        { bd8 bd sn16 bd r8 bd8. bd16 sn4  |
>          bd8. bd16 sn8 sn16 sn bd8 bd sn16 bd r8 |
>   }
>
>
>      }
>
>      \layout {
>        indent = 0\mm
>        raggedlast = ##f
>      }
> }
>
>
> the metronome sign overlaps notes.




reply via email to

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