lilypond-user
[Top][All Lists]
Advanced

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

(De)crescendo warning


From: Ian Hulin
Subject: (De)crescendo warning
Date: Sat, 28 Oct 2006 17:36:32 +0100

I’m using V2.8.6. 

 

I’m getting a warning saying lily can’t find the start of a (de)crescendo, although it seems happy with crescendo passages immediately before and after.  As far as I can tell the syntax for the \< … \! block looks OK in all cases.

 

Here’s a short test file

 

\version "2.8.6"

\include "english.ly"

ffz = #(make-dynamic-script "ffz")

music = {

c1

<< 

  \tag #'part <<

    R1 \\

    {

      \set fontSize = #-1

      c4_"cue" f2 g4 }

  >>

  \tag #'score R1

>> 

\set Score.rehearsalMark = #3

\mark \default

c1

\tag #'score \tag #'part <<

%{

      No problem with crescendo here

%}

      {\time 9/8

      c8 d e

      \once \override TextScript #'extra-offset = #'( 2.6 . 2.0 )

      f\trill g\< a b c\! r^\markup {"//"}  |

\mark \default

      R1*9/8 |

%{

      This crescendo passage generates a warning

      test.ly:27:52: warning: can't find start of (de)crescendo

     

      b16\pp b\< b\fz b a a a\fz a fs fs fs\fz fs

                                                   

      \!|

%}

      \time 6/8

      b16\pp b\< b\fz b a a a\fz a fs fs fs\fz fs \!|

%{

      No problem with crescendo here

%}

      b8\< b8 b8 b8 b8 b8 \! |

      }

      >>

}

\relative c' {

       \keepWithTag #'part \music

       

 

}

 

Is this user error, a known restriction or a bug?

 

Thanks in advance for your help.

 

Ian Hulin

 


--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.408 / Virus Database: 268.13.17/505 - Release Date: 27/10/2006


reply via email to

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