lilypond-user
[Top][All Lists]
Advanced

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

Re: hairpin problem?


From: harm6
Subject: Re: hairpin problem?
Date: Sun, 3 Jul 2011 08:36:48 -0700 (PDT)


Jay Hamilton-3 wrote:
> 
> That produced a new staff (with no other content) with the hairpin below
> it
> so exciting but not the kind of solution I can use.
> Thanks
> 

Tweaking the rests is also necessary! 

Cheers,
  Harm

\version "2.12.3"
\header {
  title = "21-03"
  % composer = "Jay Hamilton"
  % copyright = \markup { \tiny \override #'(baseline-skip . 0.5)
  %\center-column
  % { "CC lic 2.5 some rights reserved Jay Hamilton 2011"
  % "see http://creativecommons.org/licenses/by-nd/2.5/";
  % } }
}
#(ly:set-option 'delete-intermediate-files #t)
#(set-default-paper-size "letter" 'landscape )
melody = \relative c'
{
  \time 21/8
  \stemNeutral
  \override Voice.Rest #'staff-position = #0
  g'4.^\markup {\italic "accentuate the silence"}
  b8->_\markup {\italic rall.} [c e]
  dis-> [c b] g4 (g')\breathe e8-> [dis! b']
  e,8-> (dis!4) r

  e4.->\mp g, c r4 r g4.-> e b'4
  r4.\p r c8-> [b g] e16-. r8. dis16-> b'8. e8 [c b] ~
  b4.\breathe g8 [g]

  e8\pp [ dis b'] e, [ c a'] ~ a2\breathe g8 [dis! c] b'
  (e,4) ~ e4\! r4.

  \bar "|."
}
%{
\score {
  <<
    \new Staff \melody
    \new Dynamics {
      s1*21/8*3\> s1*17/8 s8\!
    }
  >>
  \layout {ragged-right=##t}
  \midi {  }
}
%}

dynamics = {
      s1*21/8*3\> s1*17/8 s8\!
    }

\score {
  <<
  \new Staff <<{\melody}\\{\dynamics}>>

  >>
  \layout {ragged-right=##t}
  \midi {  }
} 

-- 
View this message in context: 
http://old.nabble.com/hairpin-problem--tp31980093p31984178.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.




reply via email to

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