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>>

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

Reply via email to