lilypond-user
[Top][All Lists]
Advanced

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

Re:Unterminated Crescendo Issue


From: Flaming Hakama by Elaine
Subject: Re:Unterminated Crescendo Issue
Date: Mon, 28 Aug 2017 17:12:50 -0700


Most of the other help you've been given has been
techniques to combine two voices.

A more straightforward approach is to avoid
splitting up the music in the first place, and include
all the music up until the terminal dynamic within the
first parallel music _expression_.

This is not as scalable as the other approaches,
but it is less cluttered, and works.


\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\<
            <ef b  fs'>8
            <d  bf g'>8\f
        }
        \\
        {  
            f,4
        }
  >>

  \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




HTH,

David Elaine Alt
415 . 341 .4954                                           "Confusion is highly underrated"
address@hidden
self-immolation.info
skype: flaming_hakama
Producer ~ Composer ~ Instrumentalist
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-


reply via email to

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