lilypond-user
[Top][All Lists]
Advanced

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

Re: bug or me?


From: Mats Bengtsson
Subject: Re: bug or me?
Date: Thu, 18 Jan 2007 21:02:57 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20061113 Debian/1.7.8-1sarge8

What happens is that \hideNotes makes a number of things
transparent. Among them, the beams. Since LilyPond automatically
beams the last four 8th notes together, it means that the
beam will be transparent since it's started on the invisible note.
One solution is to explicitly specify that the invisible note
shouldn't get a beam:
\hideNotes f8\noBeam \unHideNotes d8 g f
or alternatively to explicitly specify the beam for the visible
notes:
\hideNotes f8 \unHideNotes d8[ g f]

  /Mats

Stan Sanderson wrote:

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




_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user



--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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