bug-lilypond
[Top][All Lists]
Advanced

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

Re: (no subject)


From: Heikki Johannes Junes
Subject: Re: (no subject)
Date: Tue, 11 Sep 2001 02:54:49 +0300 (EET DST)

On Sat, 8 Sep 2001, Han-Wen Nienhuys wrote:

> [..]
> > [e''8^#'(bold italic "but it didn't work the way I expected.")]
>   ^^                                                           ^^
> 
> you are requesting a beam on a single note. Lily gets confused by
> this.  Flags are only drawn for unbeamed notes.
> 

The problem I encountered aroused when I was merging between voices by
changing explicitly their contex. It did not work with short notes. For
example, check following

\score {
  \context PianoStaff <
    \context Staff = treble <
      \context Voice = tre {
        \clef treble
          \notes { c''8 c'' c'' c'' c'' c'' c'' c'' }
      }
    >
    \context Staff = bass <
      \context Voice = bas {
        \clef bass
          \notes { c,8 
          \translator Staff = treble \context Voice = tre
          c'''8
          \translator Staff = bass \context Voice = bas
          g,, c 
          \translator Staff = treble \context Voice = tre
          d'' 
          e'' % this note belongs to a wrong context
          \translator Staff = bass \context Voice = bas
          d c % [ d c ] produces erronous merging, as well
        }
      }
    >   
  >
}

      Heikki Junes





reply via email to

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