lilypond-devel
[Top][All Lists]
Advanced

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

an example of minimal example (issue4636082)


From: lemniskata . bernoullego
Subject: an example of minimal example (issue4636082)
Date: Mon, 04 Jul 2011 19:53:34 +0000

Reviewers: Graham Percival, james.lowe_datacore.com,

Message:
In response to
http://lists.gnu.org/archive/html/lilypond-user/2011-07/msg00060.html

Description:
an example of minimal example

for some people it's not clear enough how tiny
a tiny example should be. So i used a recently
discussed example to illustrate it.

Please review this at http://codereview.appspot.com/4636082/

Affected files:
  M Documentation/web/community.itexi


Index: Documentation/web/community.itexi
diff --git a/Documentation/web/community.itexi b/Documentation/web/community.itexi index d6918d1fbc0504526444c58c5edac755016938ac..7f9551a5a8d1521c084904625025910cf1334d19 100644
--- a/Documentation/web/community.itexi
+++ b/Documentation/web/community.itexi
@@ -270,7 +270,37 @@ guidelines for @ref{Bug reports}.}
 @divClass{column-center-top}
 @subheading What are @qq{Tiny examples}?

-A tiny example is an example from which nothing can be removed.
+A tiny example is an example from which @strong{nothing} can be removed.
+
+Is the code below a minimal example?
+
address@hidden
+\version "2.14.1"
+\include "english.ly"
+
+\score {
+ \new Staff {
+   \key d \major
+   \numericTimeSignature
+   \time 2/4
+   <cs' d'' b''>16 <cs' d'' b''>8.
+   %% Here: the tie on the D's looks funny
+   %% Too tall? Left-hand endpoint is not aligned with the B tie?
+   ~
+   <cs' d'' b''>8 [ <b d'' a''> ]
+ }
+}
address@hidden lilypond
+
+Well, it is not very big, but a truly minimal example is here:
+
address@hidden
+\version "2.14.1"
+{
+  % middle tie looks funny here:
+  <c' d'' b''>8. ~ <c' d'' b''>8
+}
address@hidden lilypond
 @divEnd

 @divClass{column-left-bottom}





reply via email to

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