lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #2232 (de)cres


From: Auto mailings of changes to Lily Issues
Subject: [Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #2232 (de)crescendo terminated with (de)crescendo doesn't affect midi volume
Date: Mon, 27 Jun 2016 09:22:28 +0000

Diff:

--- old
+++ new
@@ -7,24 +7,25 @@
 to bug-lilypond 
 Hello.

-I spotted this [bug 2](#2) months ago. Was easy to workaround, so I forgot to
+I spotted this bug 2 months ago. Was easy to workaround, so I forgot to
 notify about it. Affects both stable and dev branch.

-
+~~~~
 %\version "2.14.2"
 \version "2.15.26"

-global = \{ \key c \major \time 4/4 \}
-rightHand = \relative c' \{ \clef treble c8 d e f g a b c \bar "|." \}
+global = { \key c \major \time 4/4 }
+rightHand = \relative c' { \clef treble c8 d e f g a b c \bar "|." }

-dynamics = \{ s4\p\< s4  s4\> s8 s8\\\! \}
-% crescendo doesn't work in midi unless it's terminated with explicit \\\!
-% \(like the following decrescendo here\)
+dynamics = { s4\p\< s4 s4\> s8 s8\! }
+% crescendo doesn't work in midi unless it's terminated with explicit \!
+% (like the following decrescendo here)
 % there is no problem if you use absolute dynamic to terminate, though

-\score \{
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \new PianoStaff = "piano" &lt;&lt;
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \new Staff = "up" &lt;&lt; \global \dynamics \rightHand&nbsp; &gt;&gt;
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt;&gt;
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \midi \{ \}
-\}
+\score {
+  \new PianoStaff = "piano" <<
+    \new Staff = "up" << \global \dynamics \rightHand >>
+  >>
+  \midi {}
+}
+~~~~

f4e12f1b0cb5dfb32f193f87e7ca28c406b87771


[issues:#2232] (de)crescendo terminated with (de)crescendo doesn't affect midi volume

Status: Verified
Labels: Fixed_2_19_44
Created: Thu Jan 19, 2012 07:06 AM UTC by Anonymous
Last Updated: Tue Jun 14, 2016 11:33 AM UTC
Owner: Dan Eble

Originally created by: *anonymous

Originally created by: address@hidden

PrzemysławPawełczyk via gnu.org

to bug-lilypond
Hello.

I spotted this bug 2 months ago. Was easy to workaround, so I forgot to
notify about it. Affects both stable and dev branch.

%\version "2.14.2"
\version "2.15.26"

global = { \key c \major \time 4/4 }
rightHand = \relative c' { \clef treble c8 d e f g a b c \bar "|." }

dynamics = { s4\p\< s4 s4\> s8 s8\! }
% crescendo doesn't work in midi unless it's terminated with explicit \!
% (like the following decrescendo here)
% there is no problem if you use absolute dynamic to terminate, though

\score {
  \new PianoStaff = "piano" <<
    \new Staff = "up" << \global \dynamics \rightHand >>
  >>
  \midi {}
}

Sent from sourceforge.net because address@hidden is subscribed to https://sourceforge.net/p/testlilyissues/issues/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/testlilyissues/admin/issues/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.

------------------------------------------------------------------------------
Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
_______________________________________________
Testlilyissues-auto mailing list
address@hidden
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto

reply via email to

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