lilypond-user
[Top][All Lists]
Advanced

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

bug or me?


From: Stan Sanderson
Subject: bug or me?
Date: Thu, 18 Jan 2007 10:50:38 -0600

Using either v2.10.12 or 2.11.12, the following code snippet is a problem. When compiled, the last three notes are drawn as quarter notes, not eighth notes.

I need to tie the f8 to another note in another voice; hence the hide and unhide sequence.

Any help?

\version "2.11.11"
\header { }
\include "english.ly"
mel = \new Staff  {
        \time 4/4
        \key f \major
        \clef treble
        \relative c' {  
                ef8 f a f8 ~ \hideNotes f8 \unHideNotes d8 g f
        }
}
\score { << \mel >>
        \layout  {
        }
}
\paper {
}



Stan






reply via email to

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