bug-lilypond
[Top][All Lists]
Advanced

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

Manual rest placement bug


From: Geoff Horton
Subject: Manual rest placement bug
Date: Wed, 19 Apr 2006 15:15:43 -0400

\include "english.ly"
\version "2.8.0"

topRight = \relative c' {
  \key a \major
  \time 4/4
  fs2 \clef bass cs
  d b |
  \oneVoice d,1\rest \voiceOne
}

\score {
  \context Staff {
    \context Voice {
      \voiceOne \topRight
    }
  }
}

========================

The manually positioned clef ignores the bass clef and places the rest
(in the wrong octave) as if it were on a treble clef instead (you can
verify this by changing the d,1\rest to fs1\rest).

Geoff




reply via email to

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