lilypond-devel
[Top][All Lists]
Advanced

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

Warn on solitary \! ?


From: Simon Albrecht
Subject: Warn on solitary \! ?
Date: Mon, 30 May 2016 12:37:35 +0200

Hello,

I was just wondering if we might want to emit a warning if there is a \! without a (de)crescendo before. It’s likely that the latter has only been forgotten.

\version "2.19.42"
\displayMusic {
  2 4\!
}

=>

(make-music
  'SequentialMusic
  'elements
  (list (make-music
          'NoteEvent
          'duration
          (ly:make-duration 1))
        (make-music
          'NoteEvent
          'articulations
          (list (make-music
                  'CrescendoEvent
                  'span-direction
                  1))
          'duration
          (ly:make-duration 2))))

Happy to hear your opinions,
Simon



reply via email to

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