> Hi there,
> 
> there are several problems in 1.1.56 that did not appear in older
> versions. There is a bla.ly file attached and the result (bla.ps.gz).
> 
> Will the problems be fixed in 57 or 58?

The bar lines in the alternatives is solved in 59 and the 
problems with triplets and tiny is solved in the patch below
(together with some other small details).
However, the problem with accidentals for tied over notes
still remains (used to work some releases back).

  /Mats

Generated by (address unknown) using package-diff 0.62,
>From = lilypond-1.1.59, To = lilypond-1.1.59.mb1

usage 

    cd lilypond-source-dir; patch -E -p1 < lilypond-1.1.59.mb1.diff

Patches do not contain automatically generated files 
or (urg) empty directories, 
i.e., you should rerun autoconf, configure --state
1.1.59
1.1.59.mb1
++state
diff -urN ../lilypond-1.1.59/Documentation/tex/lilypond-regtest.doc 
./Documentation/tex/lilypond-regtest.doc
--- ../lilypond-1.1.59/Documentation/tex/lilypond-regtest.doc   Wed Jul 14 21:41:29 
1999
+++ ./Documentation/tex/lilypond-regtest.doc    Wed Jul 14 21:24:27 1999
@@ -203,9 +203,10 @@
 
 By default, time signatures are written with two numbers. With style
 ``C'', 4/4 and 2/2 are written with their corresponding symbols and
-with style ``old'', 2/2, 3/2, 3/4, 4/4, 6/4, 9/4, 6/8 and 9/8 are
-typeset with symbols, all other signatures retain the default layout.
-The style ``1'', gives single number signatures for all signatures.
+with style ``old'', 2/2, 3/2, 2/4, 3/4, 4/4, 6/4, 9/4, 4/8, 6/8 and
+9/8 are typeset with symbols, all other signatures retain the default
+layout. The style ``1'', gives single number signatures for all
+signatures. 
 
 \mudelafile{time.fly}
 
diff -urN ../lilypond-1.1.59/NEWS ./NEWS
--- ../lilypond-1.1.59/NEWS     Wed Jul 14 21:41:29 1999
+++ ./NEWS      Wed Jul 14 22:05:04 1999
@@ -1,3 +1,6 @@
+pl 59.mb1
+       - Some small clean-ups and bug fixes
+
 pl 58.uu1
        - experimental pdftex support, courtesy Stephen Peters.
        - --version support
diff -urN ../lilypond-1.1.59/VERSION ./VERSION
--- ../lilypond-1.1.59/VERSION  Wed Jul 14 21:41:29 1999
+++ ./VERSION   Wed Jul 14 22:00:18 1999
@@ -2,7 +2,7 @@
 MAJOR_VERSION=1
 MINOR_VERSION=1
 PATCH_LEVEL=59
-MY_PATCH_LEVEL=
+MY_PATCH_LEVEL=mb1
 
 # use the above to send patches: MY_PATCH_LEVEL is always empty for a
 # released version.
diff -urN ../lilypond-1.1.59/input/test/volta.fly ./input/test/volta.fly
--- ../lilypond-1.1.59/input/test/volta.fly     Tue Jul 13 01:39:05 1999
+++ ./input/test/volta.fly      Wed Jul 14 13:47:17 1999
@@ -3,16 +3,15 @@
 
 c' d e f |
 \repeat semi 2 { g a b c }
-\alternative { { c b a g a g a g} { f e d c } } \break
-%c, d e f |  % Assertion failure if this line is removed!!
+\alternative { { c b a g a g a g} { f e d c } } 
 \repeat semi 2 { g a b c }
-\alternative { { c b a g \break a g a g} { f e d c } } \break
+\alternative { { c b a g \break a g a g} { f e d c } } 
 c, d e f |
 \repeat semi 2 { g a b c }
-\alternative { { c b a g \break a g a g \break a b a b } { f e d c } } \break
+\alternative { { c b a g \break a g a g \break a b a b } { f e d c } }
 c, d e f |
 \repeat semi 2 { g a b c }
-\alternative { { c b a g } { f e d c \break a g a g} } \break
+\alternative { { c b a g } { f e d c \break a g a g} }
 c, d e f |
 \repeat semi 2 { g a b c }
 \alternative { { c b a g a g a g} { f e d c \bar "|.";} }
diff -urN ../lilypond-1.1.59/lily/colhpos.cc ./lily/colhpos.cc
--- ../lilypond-1.1.59/lily/colhpos.cc  Wed Jul 14 21:41:29 1999
+++ ./lily/colhpos.cc   Wed Jul 14 21:33:00 1999
@@ -45,7 +45,7 @@
 Column_x_positions::OK() const
 {
 #ifndef NDEBUG
-  assert (config.size() == cols.size ());
+  assert (config_.size() == cols_.size ());
 #endif
 }
 
diff -urN ../lilypond-1.1.59/ly/property.ly ./ly/property.ly
--- ../lilypond-1.1.59/ly/property.ly   Mon Jul  5 11:32:19 1999
+++ ./ly/property.ly    Wed Jul 14 21:26:24 1999
@@ -102,9 +102,6 @@
        \property Voice.slurdash = 1
 
 
-%{
- for grace note hack, see input/test/grace.ly
-%}
 tupletoff = {
        \property Voice.tupletVisibility = 0
 }
@@ -113,7 +110,6 @@
 }
 tiny  = {
        \property Voice.fontSize= "-2"
-       \tupletoff %urg
 }
 
 small  = {
@@ -122,37 +118,7 @@
 
 normalsize = {
        \property Voice.fontSize= "0"
-       \tupleton %urg
 }
-
-%{
-  [urg: try at] temporary grace note hack
-  the total visible duration of the grace notes must be half
-  the duration of the 'at' note: e.g.:
-
-  \grace b8 \graceat c4 \ecarg
-  \grace c16 b16 \graceat c4 \ecarg
-
-grace = {
-       \tiny
-% it would be so cool not to have to specify these factors each time...
-% :-(
-       \property Voice.tupletVisibility = 0
-       \[1/16
-}
-
-graceat = \melodic {
-       \normalsize
-       \property Voice.tupletVisibility = 0
-       \] \[31/32
-}
-
-ecarg =  \melodic {
-       \property Voice.tupletVisibility = 0
-       \]
-       \property Voice.tupletVisibility = 3
-}
-%}
 
 normalkey = {
        \property Staff.keyoctaviation = 1

Reply via email to