lilypond-user
[Top][All Lists]
Advanced

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

Decrescendo on last note


From: Carlo Stemberger
Subject: Decrescendo on last note
Date: Tue, 02 Oct 2012 03:32:00 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.7) Gecko/20120922 Icedove/10.0.7

Hi,
please see the attached image.

I'd find useful a syntax like this...

-----
\version "2.14.2"
\relative c'' {
  \time 3/4
  e2\((\< d4)\!
  c2.\fermata\)\>\! \bar "|."
}
-----

... instead of this one:

-----
\version "2.14.2"
\relative c'' {
  \time 3/4
<<
    { \override Stem #'direction = #DOWN e2\((\< d4)\!
      c2.\fermata\) \bar "|." }
    \\
    { s2. | s4\> s s\! }
>>
}
-----

By using \>\! on the last note, the hairpin should simply fill the measure.

What do you think about?

Best regards,
Carlo

--
  .-.  | Registered Linux User #443882                        |  .''`.
  oo|  | http://linuxcounter.net/                             | : :'  :
 /`'\  |                           Registered Debian User #9  | `. `'`
(\_;/) |                 http://debiancounter.altervista.org/ |   `-

Attachment: lastnote.png
Description: PNG image


reply via email to

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