bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1253 in lilypond: programming error: (de)crescendo on items with s


From: lilypond
Subject: Issue 1253 in lilypond: programming error: (de)crescendo on items with specified volume.
Date: Mon, 06 Sep 2010 17:33:53 +0000

Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Medium Warning

New issue 1253 by brownian.box: programming error: (de)crescendo on items with specified volume.
http://code.google.com/p/lilypond/issues/detail?id=1253

http://lists.gnu.org/archive/html/lilypond-user/2010-09/msg00027.html

%---------------------8<------------------------------
\version "2.13.32"

music = \relative c'' {
  c4\f\< c c\f c |
  c4\f\< c c\p c |
  c4\p\> c c\p c |
  c4\p\> c c\f c |

  c4\p\< c\! c\< c\f |
  c4\f\> c\! c\> c\p |
}

\score {
  \music
  \layout {}
  \midi {}
}
%---------------------8<------------------------------


$ LANG=C lilypond test.ly
GNU LilyPond 2.13.32
Processing `./test.ly'
Parsing...
Interpreting music...
Preprocessing graphical objects...
Interpreting music...
programming error: (de)crescendo on items with specified volume.
continuing, cross fingers
programming error: (de)crescendo on items with specified volume.
continuing, cross fingers
programming error: (de)crescendo on items with specified volume.
continuing, cross fingers
programming error: (de)crescendo on items with specified volume.
continuing, cross fingers
programming error: (de)crescendo on items with specified volume.
continuing, cross fingers
programming error: (de)crescendo on items with specified volume.
continuing, cross fingers
MIDI output to `test.midi'...
Finding the ideal number of pages...
Fitting music on 1 page...
Drawing systems...
Layout output to `test.ps'...
Converting to `./test.pdf'...
success: Compilation successfully completed





reply via email to

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