lilypond-user
[Top][All Lists]
Advanced

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

RE: Unterminated Crescendo Issue


From: Mark Stephen Mrotek
Subject: RE: Unterminated Crescendo Issue
Date: Mon, 28 Aug 2017 10:44:39 -0700

Ivan,

Perhaps you could code a second voice with spacers and place the beginning
and ending of the hairpin exactly.

Mark

-----Original Message-----
From: lilypond-user
[mailto:address@hidden On Behalf Of
Ivan Kuznetsov
Sent: Monday, August 28, 2017 10:24 AM
To: lilypond-user Users <address@hidden>
Subject: Unterminated Crescendo Issue

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
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user




reply via email to

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