Hello All:

I need a hairpin crescendo to start
on the second eighth-note of beat one
(underneath the B-flat/D-flat diad)
and continue to the forte under the
second eighth-note of beat two
(underneath the D/B-flat/G triad).

The error message I get is:

 post01.ly:18:23: warning: unterminated crescendo

and the desired crecendo is not created.
How might I remedy this?



I suspect the error message is because of the way
the voices are laid out:  Beat one is written
as two lilypond-voices, and beats two through four
are written as one lilypond-voice. That suspicion
still has not suggested solution to me, though.

Thanks to all !

%-------------------------------------------------------

\version "2.19.65"
\include "english.ly"

\score {

   \new Staff = "guitar"
   {
     #(set-accidental-style 'neo-modern)
     \numericTimeSignature
     \clef "treble_8"

  <<
  { <a d'>8  <bf df'>8\< }
  \\
  {  f,4 }
  >>

  <ef b  fs'>8
  <d  bf g'>8\f

  \times 2/3 {  af'16\ff  ef'16 c16 }
  <e, b g'>4.

   }

  \layout {

    \context {
     \Score proportionalNotationDuration = #(ly:make-moment 1/16)
    } % \context

  } % \layout
} % \score

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to