lilypond-user
[Top][All Lists]
Advanced

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

Re: Unterminated Crescendo Issue


From: Kieren MacMillan
Subject: Re: Unterminated Crescendo Issue
Date: Mon, 28 Aug 2017 13:33:03 -0400

Hi Ivan,

> I suspect the error message is because of the way
> the voices are laid out:  Beat one is written
> as two lilypond-voices

You need to explicitly extantiate the voices, so that the first voice is the 
main one:

%%%%  SNIPPET BEGINS
\version "2.19.64"
\include "english.ly"

themusic = {
  \clef "treble_8"
  <<
    { \voiceOne <a d'>8[ <bf df'>8]\< }
    \\
    \new Voice { \voiceTwo f,4 }
  >> \oneVoice
  <ef b  fs'>8
  <d  bf g'>8\f
  \times 2/3 { af'16\ff ef'16 c16 }
  <e, b g'>4.
}

{ \themusic }
%%%%  SNIPPET ENDS

Hope this helps,
Kieren.
________________________________

Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: address@hidden




reply via email to

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