lilypond-user
[Top][All Lists]
Advanced

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

Re: Small crescendo documentation improvement suggestion


From: Trevor Daniels
Subject: Re: Small crescendo documentation improvement suggestion
Date: Mon, 19 May 2008 16:37:00 +0100


Interesting! In versions 2.11.44-1 and 2.11.45-1 on Windows I find exactly the opposite - the first example produces a dotted line, the second produces a solid line.

I can't try 2.11.46 as it has not yet been released for Windows.

Trevor

----- Original Message ----- From: "Arjan Bos" <address@hidden>
To: <address@hidden>
Sent: Monday, May 19, 2008 1:07 PM
Subject: Small crescendo documentation improvement suggestion


Hi list,

I just tried to make a "cresc. poco - - -" crescendo in version 2.11.46. Since I had no clue how to do it, I went to the documentation. And thanks to the new structure finding the correct page was a breeze. It's on page <http://lilypond.org/doc/v2.11/Documentation/user/lilypond/Dynamics#Dynamics
>
However, the suggested solution did not work.

This is in the documentation:

\version "2.11.46"
\relative c' {
  \set crescendoText = \markup { \italic "cresc. poco" }
  \set crescendoSpanner = #'dotted-line
  a'2\< a a a a a a a\!\mf
}

And this is what worked

\relative c' {
    \set crescendoText = \markup { \italic "cresc. poco" }
    \set crescendoSpanner = #'text
    \override DynamicTextSpanner #'style = #'dotted-line
    a'2\< a a a a a a a\!\mf
}

Is this a bug in LilyPond or in the docs?

Greetings,
Arjan Bos




_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user






reply via email to

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