Re: no tom notehead (drum notation) in lilypond

2010-03-03 Thread Valentin Villenave
On Tue, Mar 2, 2010 at 11:53 PM, Corien Prins corienpr...@home.nl wrote:
 I've accidentally broken the link, but you can now view the file on
 http://corien.decorretjes.nl/static/toms.jpg. It does definitely not look
 like the slash style, it's more like a 2-count note.

Thanks for the notehead; I do have one question though: what duration
does it indicate? Can it be used for other durations as well? (I
wonder how this would be applied to quarter or eighth notes for
example: would it be like a white slash on a black notehead?)

Cheers,
Valentin


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Issue 838 in lilypond: Inconsistency in tests output size

2010-03-03 Thread lilypond

Updates:
Labels: Patch

Comment #7 on issue 838 by pnorcks: Inconsistency in tests output size
http://code.google.com/p/lilypond/issues/detail?id=838

Okay, I think I've narrowed down the issue:

It appears that when LilyPond compiles multiples files, the font  
configuration is
only reset once in a while, roughly after every 40 files.  This means  
that fonts
can leak into some of PS or EPS files that don't even use them, because the  
hash

table is kept around.

Is there a reason why the font configuration isn't reset after every file is
compiled?  There doesn't seem to be any extra overhead.

With this patch, fonts are reset after every file is processed, and the  
bzipped
test-output is reduced to 56MB, instead of the current 195MB.  This should  
give us
more consistent tarball sizes, since extra fonts will never leak into the  
EPS files.


http://codereview.appspot.com/223110/show

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: convert-ly can't cope with accented filename

2010-03-03 Thread Valentin Villenave
On Mon, Jan 4, 2010 at 10:03 PM, Nick Payne nick.pa...@internode.on.net wrote:
 Try to run convert-ly on a file with an accented name and I get the
 following:
 UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 33:

Greetings,
I've pushed a fix for this. Let me know if it works better (you might
have to wait for the next development version).

Cheers,
Valentin


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Ties between measures not rendered in MIDI

2010-03-03 Thread François Jortay
Hello,

Ties (~) between measures (meaning : across bars) are note rendered in MIDI
output (that is : notes are repeated). 

This bug is not mentioned in :

http://lilypond.org/doc/v2.10/Documentation/user/lilypond/Ties-and-slurs#Ties-and-slurs

nor in :

http://lilypond.org/doc/v2.10/Documentation/user/lilypond/Creating-MIDI-files#Creating-MIDI-files


(However, in this last file, it is well written that Ties, dynamics, and tempo
changes are interpreted)

NB : My MIDI player is Timidity, my OS is Linux Debian 5.


Thank you for this wonderful Lilypond !

fran ;-)



___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Ties between measures not rendered in MIDI

2010-03-03 Thread Mats Bengtsson
I just tried a small example where the tie indeed was rendered in the 
MIDI output.
Could you please send a small but complete example to the mailing list, 
of a file illustrating the problem. Don't forget to tell what LilyPond 
version you use.


  /Mats

François Jortay wrote:

Hello,

Ties (~) between measures (meaning : across bars) are note rendered in MIDI
output (that is : notes are repeated). 


This bug is not mentioned in :

http://lilypond.org/doc/v2.10/Documentation/user/lilypond/Ties-and-slurs#Ties-and-slurs

nor in :

http://lilypond.org/doc/v2.10/Documentation/user/lilypond/Creating-MIDI-files#Creating-MIDI-files


(However, in this last file, it is well written that Ties, dynamics, and tempo
changes are interpreted)

NB : My MIDI player is Timidity, my OS is Linux Debian 5.


Thank you for this wonderful Lilypond !

fran ;-)



___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond
  


--
=
Mats Bengtsson
Signal Processing
School of Electrical Engineering
Royal Institute of Technology (KTH)
SE-100 44  STOCKHOLM
Sweden
Phone: (+46) 8 790 8463 
   Fax:   (+46) 8 790 7260
Email: mats.bengts...@ee.kth.se
WWW: http://www.s3.kth.se/~mabe
=



___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Ties between measures not rendered in MIDI

2010-03-03 Thread Graham Percival
They're supposed to be in 2.12.3:
http://lilypond.org/doc/v2.12/Documentation/user/lilypond/What-goes-into-the-MIDI-output_003f

Try using that version.

Cheers,
- Graham


On Wed, Mar 03, 2010 at 10:48:33AM +, François Jortay wrote:
 Hello,
 
 Ties (~) between measures (meaning : across bars) are note rendered in MIDI
 output (that is : notes are repeated). 
 
 This bug is not mentioned in :
 
 http://lilypond.org/doc/v2.10/Documentation/user/lilypond/Ties-and-slurs#Ties-and-slurs
 
 nor in :
 
 http://lilypond.org/doc/v2.10/Documentation/user/lilypond/Creating-MIDI-files#Creating-MIDI-files
 
 
 (However, in this last file, it is well written that Ties, dynamics, and 
 tempo
 changes are interpreted)
 
 NB : My MIDI player is Timidity, my OS is Linux Debian 5.
 
 
 Thank you for this wonderful Lilypond !
 
 fran ;-)
 
 
 
 ___
 bug-lilypond mailing list
 bug-lilypond@gnu.org
 http://lists.gnu.org/mailman/listinfo/bug-lilypond


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Issue 992 in lilypond: Tuplets collide with notes outside the staff

2010-03-03 Thread lilypond

Updates:
Summary: Tuplets collide with notes outside the staff

Comment #5 on issue 992 by v.villenave: Tuplets collide with notes outside  
the staff

http://code.google.com/p/lilypond/issues/detail?id=992

As Dmytro pointed out, this also happens with the  
tuplet-bracket-cross-beam-staff.ly

regtest (see attached). Quite embarrassing indeed...

Attachments:
lily-55cd7a7b.png  6.4 KB

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: minimum-Y-extent has no effect on Lyrics placement

2010-03-03 Thread Valentin Villenave
On Wed, Jan 27, 2010 at 12:31 PM, Jiri Zurek (Prague) zu...@ics.cas.cz wrote:
 Adjusting the lyrics vertical spacing stopped working at latest in Lilypond
 2.13.10 and above, while it worked in 2.12.2. Searching the bugs did not
 show any result for this, therefore I dare to report it here, even if
 trembling.

Greetings,

I've added your report as
http://code.google.com/p/lilypond/issues/detail?id=1027
so you can stop trembling now :)

Sorry for the delay.

Cheers,
Valentin


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Issue 1027 in lilypond: Lyrics ignore minimum-Y-extent

2010-03-03 Thread lilypond

Status: Accepted
Owner: 
Labels: Type-Defect Priority-Critical Spacing

New issue 1027 by v.villenave: Lyrics ignore minimum-Y-extent
http://code.google.com/p/lilypond/issues/detail?id=1027

% The adjusting-lyrics-vertical-spacing.ly snippet (below)
% has stopped working in the 2.13 series.  I'm sure the syntax
% must have changed, but the docs haven't been updated accordingly.

\version 2.13.14
% Default layout:

  \new Staff \new Voice = melody \relative c' {
c4 d e f
g4 f e d
c1
  }
  \new Lyrics \lyricsto melody { aa aa aa aa aa aa aa aa aa }

% Reducing the minimum space below the staff and above the lyrics:
  \new Staff \with {
\override VerticalAxisGroup #'minimum-Y-extent = #'(-1 . 4)
  }
  \new Voice = melody \relative c' {
c4 d e f
g4 f e d
c1
  }
  \new Lyrics \with {
\override VerticalAxisGroup #'minimum-Y-extent = #'(-1.2 . 1)
  }
  \lyricsto melody { aa aa aa aa aa aa aa aa aa }



% Since this is a regression (or at least a lack in documentation),
% I'm making this Critical.


Attachments:
adjusting-lyrics-vertical-spacing.png  2.3 KB

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Pango font tree not handled at non-default score size

2010-03-03 Thread Valentin Villenave
On Wed, Jan 27, 2010 at 1:04 AM, Neil Puttock n.putt...@gmail.com wrote:
 2010/1/26 Jiri Zurek (Prague) zu...@ics.cas.cz:

 Fonts set in the make-pango-font-tree are used only in the default score
 size. As soon as the score size is changed with the layout-set-staff-size to
 any specific value, the fonts used for the lyrics become the default (a sort
 of Century Schoolbook). This behavior is observed at least throughout the
 versions 2.12.2-2.13.11

 Unfortunately, when you call make-pango-font-tree, the font names
 aren't cached anywhere, which means there's no way of regenerating the
 same settings in a layout block with a change of scale.  Currently all
 the staff-size setting functions reset 'fonts using
 make-century-schoolbook-tree instead.

Hi Neil,

is there something we can do about it? Consider this as a known
limitation, document the workaround somewhere, or even somehow improve
the source code so the workaround is no longer needed?

Please do tell me if this has already been taken care of :-)

 I need that the lyrics in the whole book is typeset with the specific font
 regardless of the size of the corresponding staff. Is there a workaround to
 the above mentioned bug?

 Try this:

 #(define-public (layout-set-staff-size staff-size)

   (define (calc-line-thickness staff-space pt)
     (let* ((x1 (* 4.125 pt))
            (x0 (* 5 pt))
            (f1 (* 0.47 pt))
            (f0 (* 0.50 pt)))

       (/
        (+
         (* f1 (- staff-space x0))
         (* f0 (- x1 staff-space)))
        (- x1 x0

   (let* ((module (current-module))
          (pt (eval 'pt module))
          (staff-height (* pt staff-size))
          (ss (/ staff-height 4))
          (factor (/ staff-height (* 20 pt)))
          (setm! (lambda (sym val)
                   (module-define! module sym val)))
          (parser (eval 'parser module))
          (pap (ly:parser-lookup parser '$defaultpaper))
          (pango-fonts (ly:output-def-lookup pap 'pango-font-list #f)))

     (setm! 'text-font-size (* 12 factor))
     (setm! 'output-scale ss)
     (setm! 'fonts (if pango-fonts
                       (make-pango-font-tree (car pango-fonts)
                                             (cadr pango-fonts)
                                             (caddr pango-fonts)
                                             factor)
                       (make-century-schoolbook-tree factor)))
     (setm! 'staff-height staff-height)
     (setm! 'staff-space ss)
     (setm! 'line-thickness (calc-line-thickness ss pt))
     (setm! 'ledger-line-thickness (+ (* 0.5 pt) (/ ss 10)))
     (setm! 'blot-diameter (* 0.4 pt

 #(define-public (pango-font-tree-wrapper roman sans typewriter factor)
   Call make-pango-font-tree, binding the result to 'fonts
 and cache the font names in a paper variable (pango-font-list).
   (let ((parser (eval 'parser (current-module

     (ly:parser-define! parser 'pango-font-list (list roman sans typewriter))
     (ly:parser-define! parser 'fonts
                        (make-pango-font-tree roman sans typewriter factor

 In your \paper block call `pango-font-tree-wrapper' as follows:

 #(pango-font-tree-wrapper Arial
  Nimbus Sans
  Luxi Mono
                          (/ 20 20))

Cheers,
Valentin


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Font woes with lilypond on Ubuntu (was Re: svg output from version 2.13.12 cannot cope with numeric time signature)

2010-03-03 Thread Valentin Villenave
On Thu, Jan 28, 2010 at 1:01 AM, Patrick McCarty pnor...@gmail.com wrote:
 On Wed, Jan 27, 2010 at 6:44 AM, Bernard Hurley bern...@marcade.biz wrote:
        Internal Error in accidentals.flat.arrowdown: monotonic is both 
 needed and unneeded.
        Internal Error in accidentals.flat.arrowdown: monotonic is both 
 needed and unneeded.
        Internal Error in accidentals.flat.arrowdown: Expected needed 
 monotonic.

 and:

        Internal Error in accidentals.sharp.arrowup: couldn't find a needed 
 exit from an intersection
        Internal Error:
        Could not find finalm

 and:

        Invoking fontforge -script feta26.pe feta26.pfb...
        Copyright (c) 2000-2009 by George Williams.
         Executable based on sources from 22:35 GMT 22-Jun-2009.
         Library based on sources from 22:35 GMT 22-Jun-2009.
        Internal Error in scripts.varcoda: couldn't find a needed exit from 
 an intersection
        Internal Error:
        Could not find finalm
        Internal Error in scripts.varcoda: couldn't find a needed exit from 
 an intersection

 These errors appear because your Fontforge was not compiled with the
 --enable-double configure flag.  They disappear when
 --enable-double is used.  It might be a good idea to report this
 upstream.

Hi Patrick,

I'm browsing old reports that I have left unaddressed...

Where are we wrt this issue? Is there something I can do, try and
reproduce the problem, open a bug report somewhere, whatever?

 I'm still really unsure about the source of this problem.  Some more
 things I would try:

 1) Run `ldd lilypond' after you've installed your self-compiled
 2.13.12 to check for linking errors.

 2) Run `lilypond -dshow-available-fonts 2 fonts.log' and see if the
 log lists the feta-alphabet fonts.

 3) Try compiling/installing all of LilyPond's dependencies from
 scratch, and then compile LilyPond.  See if you get the same results.

 Let me know how it goes.  Have you tried the GNU/Linux installers from
 lilypond.org?  Those should work out-of-the-box.

Cheers,
Valentin


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Font woes with lilypond on Ubuntu (was Re: svg output from version 2.13.12 cannot cope with numeric time signature)

2010-03-03 Thread Bernard Hurley
Hi,

I should have come back on this one. I have taken on the task of organising a 
concert for a course I'm 
attending and haven't had the time to investigate this further. If you can 
waituntill after 18th March I'll 
have something more constructive to contribute.

Bernard

On Wed, Mar 03, 2010 at 01:41:57PM +0100, Valentin Villenave wrote:
 On Thu, Jan 28, 2010 at 1:01 AM, Patrick McCarty pnor...@gmail.com wrote:
  On Wed, Jan 27, 2010 at 6:44 AM, Bernard Hurley bern...@marcade.biz wrote:
         Internal Error in accidentals.flat.arrowdown: monotonic is both 
  needed and unneeded.
         Internal Error in accidentals.flat.arrowdown: monotonic is both 
  needed and unneeded.
         Internal Error in accidentals.flat.arrowdown: Expected needed 
  monotonic.
 
  and:
 
         Internal Error in accidentals.sharp.arrowup: couldn't find a needed 
  exit from an intersection
         Internal Error:
         Could not find finalm
 
  and:
 
         Invoking fontforge -script feta26.pe feta26.pfb...
         Copyright (c) 2000-2009 by George Williams.
          Executable based on sources from 22:35 GMT 22-Jun-2009.
          Library based on sources from 22:35 GMT 22-Jun-2009.
         Internal Error in scripts.varcoda: couldn't find a needed exit from 
  an intersection
         Internal Error:
         Could not find finalm
         Internal Error in scripts.varcoda: couldn't find a needed exit from 
  an intersection
 
  These errors appear because your Fontforge was not compiled with the
  --enable-double configure flag.  They disappear when
  --enable-double is used.  It might be a good idea to report this
  upstream.
 
 Hi Patrick,
 
 I'm browsing old reports that I have left unaddressed...
 
 Where are we wrt this issue? Is there something I can do, try and
 reproduce the problem, open a bug report somewhere, whatever?
 
  I'm still really unsure about the source of this problem.  Some more
  things I would try:
 
  1) Run `ldd lilypond' after you've installed your self-compiled
  2.13.12 to check for linking errors.
 
  2) Run `lilypond -dshow-available-fonts 2 fonts.log' and see if the
  log lists the feta-alphabet fonts.
 
  3) Try compiling/installing all of LilyPond's dependencies from
  scratch, and then compile LilyPond.  See if you get the same results.
 
  Let me know how it goes.  Have you tried the GNU/Linux installers from
  lilypond.org?  Those should work out-of-the-box.
 
 Cheers,
 Valentin
 
 
 ___
 bug-lilypond mailing list
 bug-lilypond@gnu.org
 http://lists.gnu.org/mailman/listinfo/bug-lilypond


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Ties between measures not rendered in MIDI

2010-03-03 Thread Mats Bengtsson
I tried your example with both version 2.10 and 2.12 of LilyPond and I 
clearly hear the ties in the output. You can also verify this fact by 
running midi2ly on the generated MIDI file. For example, the beginning 
of the melody in the resulting .ly file is:

trackCchannelB = \relative c {
 b'8 c f gis a f d f4 d8 f s4 f d8 |
whereas it would have been
trackCchannelB = \relative c {
 b'8 c f gis a f d f f d f s4 f d8 |
without the tie.

   /Mats


François Jortay wrote:

Here is a complete example (NB : I got rid of these 4
crossed-by-ties-bars but without any effect ...) :

\version 2.10.33

\header {
  title = Billie's Bounce
  composer = Charlie Parker
}

melodie = \relative c' {
  \clef treble
  \tempo 4=100 
  
b8 c f gis a f d f ~   f d f r8 r f4 d8 | f8 r4 f8 ~   f d f d | \break

aes'8 a f d f g f f | r4 r8 a bes f r aes ~ aes bes ~   bes4 ees8 c f
ees | r8 f c4 r r8 e ~  
e4 g,8 e fis ees' c cis | d4 r8 g8 fis d bes f | f'4 r8 f e e d d | c4

r8 f, f d f4 | \break
r8 f4 ~ f8 d f4 c8
} 


accords = \chordmode {
f2:7 f2:7 bes2:7 b2:dim7 f2:7 f2:7 
f2:7 f2:7 bes2:7 bes2:7 bes2:7 bes2:7 f2:7 f2:7 
a2:m d2:7 g2:m g2:m c2:7 c2:7 f2:7 d2:7

g2:m c2:7
 }

\score {
   
   \new ChordNames { \set chordChanges = ##t \accords }
   \new Staff { \melodie } 
   

   \layout { }
}

\score {
  \unfoldRepeats 


\new ChordNames \repeat volta 2{ \set chordChanges = ##t \accords }
\new Staff \repeat volta 2 { \melodie } 


  \midi { }
}



Le mercredi 03 mars 2010 à 12:55 +0100, Mats Bengtsson a écrit :
  
I just tried a small example where the tie indeed was rendered in the 
MIDI output.
Could you please send a small but complete example to the mailing list, 
of a file illustrating the problem. Don't forget to tell what LilyPond 
version you use.


   /Mats

François Jortay wrote:


Hello,

Ties (~) between measures (meaning : across bars) are note rendered in MIDI
output (that is : notes are repeated). 


This bug is not mentioned in :

http://lilypond.org/doc/v2.10/Documentation/user/lilypond/Ties-and-slurs#Ties-and-slurs

nor in :

http://lilypond.org/doc/v2.10/Documentation/user/lilypond/Creating-MIDI-files#Creating-MIDI-files


(However, in this last file, it is well written that Ties, dynamics, and tempo
changes are interpreted)

NB : My MIDI player is Timidity, my OS is Linux Debian 5.


Thank you for this wonderful Lilypond !

fran ;-)



___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond
  
  


--
=
Mats Bengtsson
Signal Processing
School of Electrical Engineering
Royal Institute of Technology (KTH)
SE-100 44  STOCKHOLM
Sweden
Phone: (+46) 8 790 8463 
   Fax:   (+46) 8 790 7260
Email: mats.bengts...@ee.kth.se
WWW: http://www.s3.kth.se/~mabe
=



___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: minimum-Y-extent has no effect on Lyrics placement

2010-03-03 Thread Xavier Scheuer
2010/3/3 Valentin Villenave v.villen...@gmail.com:

 Greetings,

 I've added your report as
 http://code.google.com/p/lilypond/issues/detail?id=1027
 so you can stop trembling now :)

 Sorry for the delay.

Hi,

From what I have understood functionalities of minimum-Y-extent have
been transfered to (and thus replaced by) :

  Lyrics.VerticalAxisGroup #'inter-staff-spacing
  Lyrics.VerticalAxisGroup #'inter-loose-line-spacing
  Lyrics.VerticalAxisGroup #'non-affinity-spacing

with the new style syntax:

  \override Lyrics.VerticalAxisGroup #'inter-staff-spacing =
  #'((space . 5.5) (stretchability . 1) (padding . 0.5))


See Notation Reference (NR) 4.4.1 Vertical spacing inside a system
  Spacing of non-staff lines
in the 2.13 version of course
http://lilypond.org/doc/v2.13/Documentation/notation/vertical-spacing-inside-a-system

So this is not an issue to my opinion.

Cheers,
Xavier

--
Xavier Scheuer x.sche...@gmail.com


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Ties between measures not rendered in MIDI

2010-03-03 Thread Reinhold Kainhofer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Am Mittwoch, 3. März 2010 14:06:52 schrieb Mats Bengtsson:
 I tried your example with both version 2.10 and 2.12 of LilyPond and I
 clearly hear the ties in the output. 

The ties are also correctly rendered to MIDI in lilypond 2.13.

Cheers,
Reinhold

- -- 
- --
Reinhold Kainhofer, reinh...@kainhofer.com, http://reinhold.kainhofer.com/
 * Financial  Actuarial Math., Vienna Univ. of Technology, Austria
 * http://www.fam.tuwien.ac.at/, DVR: 0005886
 * LilyPond, Music typesetting, http://www.lilypond.org
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iD8DBQFLjm1QTqjEwhXvPN0RAqWLAJ4/a7zet7a5W5HUCl5whInx8N6quQCeM6hf
hbRqKuVKxuE6zzMRvKsZffY=
=+KRe
-END PGP SIGNATURE-


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: no tom notehead (drum notation) in lilypond

2010-03-03 Thread Corien Prins

Greetings,

I've accidentally broken the link, but you can now view the file on 
http://corien.decorretjes.nl/static/toms.jpg. It does definitely not 
look like the slash style, it's more like a 2-count note.


Thanks for looking at it anyway, I tried implementing it myself, but I 
failed to compile lilypond.


Valentin Villenave schreef:

On Thu, Dec 31, 2009 at 3:37 PM, Corien Prins corienpr...@home.nl wrote:
  

Some drummers use and open notehead with a diagonal line for the toms (high tom,
floor tom etc), but this notehead is not included in lilypond. See
http://corien.decorretjes.nl/toms.jpg for an example.



Greetings,

I'm sorry for having missed this feature request. Unfortunately, the
link to your image file is dead, could you post it again? Does the
notehead you're referring to resemble the slash style on
http://lilypond.org/doc/v2.12/Documentation/user/lilypond/Note-head-styles
?

Cheers,
V. Villenave.

  




___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Ties between measures not rendered in MIDI

2010-03-03 Thread François Jortay
Here is a complete example (NB : I got rid of these 4
crossed-by-ties-bars but without any effect ...) :

\version 2.10.33

\header {
  title = Billie's Bounce
  composer = Charlie Parker
}

melodie = \relative c' {
  \clef treble
  \tempo 4=100 
  
b8 c f gis a f d f ~   f d f r8 r f4 d8 | f8 r4 f8 ~   f d f d | \break
aes'8 a f d f g f f | r4 r8 a bes f r aes ~ aes bes ~   bes4 ees8 c f
ees | r8 f c4 r r8 e ~  
e4 g,8 e fis ees' c cis | d4 r8 g8 fis d bes f | f'4 r8 f e e d d | c4
r8 f, f d f4 | \break
r8 f4 ~ f8 d f4 c8
} 

accords = \chordmode {
f2:7 f2:7 bes2:7 b2:dim7 f2:7 f2:7 
f2:7 f2:7 bes2:7 bes2:7 bes2:7 bes2:7 f2:7 f2:7 
a2:m d2:7 g2:m g2:m c2:7 c2:7 f2:7 d2:7
g2:m c2:7
 }

\score {
   
   \new ChordNames { \set chordChanges = ##t \accords }
   \new Staff { \melodie } 
   
   \layout { }
}

\score {
  \unfoldRepeats 

\new ChordNames \repeat volta 2{ \set chordChanges = ##t \accords }
\new Staff \repeat volta 2 { \melodie } 

  \midi { }
}



Le mercredi 03 mars 2010 à 12:55 +0100, Mats Bengtsson a écrit :
 I just tried a small example where the tie indeed was rendered in the 
 MIDI output.
 Could you please send a small but complete example to the mailing list, 
 of a file illustrating the problem. Don't forget to tell what LilyPond 
 version you use.
 
/Mats
 
 François Jortay wrote:
  Hello,
 
  Ties (~) between measures (meaning : across bars) are note rendered in MIDI
  output (that is : notes are repeated). 
 
  This bug is not mentioned in :
 
  http://lilypond.org/doc/v2.10/Documentation/user/lilypond/Ties-and-slurs#Ties-and-slurs
 
  nor in :
 
  http://lilypond.org/doc/v2.10/Documentation/user/lilypond/Creating-MIDI-files#Creating-MIDI-files
 
 
  (However, in this last file, it is well written that Ties, dynamics, and 
  tempo
  changes are interpreted)
 
  NB : My MIDI player is Timidity, my OS is Linux Debian 5.
 
 
  Thank you for this wonderful Lilypond !
 
  fran ;-)
 
 
 
  ___
  bug-lilypond mailing list
  bug-lilypond@gnu.org
  http://lists.gnu.org/mailman/listinfo/bug-lilypond

 
-- 
François Jortay
8 rue de Louvain
1000 Bruxelles
0477-67.38.33
www.franjor.net



___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Lilypond documentation stylesheet mismatch

2010-03-03 Thread Jiri Zurek (Prague)

The new layout of the web site with the lilypond documentation shows
considerably bad in my Internet Explorer. The left green pane covers most of
the text in the right pane, so that is it mostly unreadable. How do I
correct it to be able to read something from the manuals?

The screenshot how it appears on my LCD is attached.

http://old.nabble.com/file/p27769049/screenshot_layout.jpg 
-- 
View this message in context: 
http://old.nabble.com/Lilypond-documentation-stylesheet-mismatch-tp27769049p27769049.html
Sent from the Gnu - Lilypond - Bugs mailing list archive at Nabble.com.



___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Lilypond documentation stylesheet mismatch

2010-03-03 Thread Trevor Daniels


Jiri Zurek wrote Wednesday, March 03, 2010 2:44 PM

The new layout of the web site with the lilypond documentation 
shows
considerably bad in my Internet Explorer. The left green pane 
covers most of
the text in the right pane, so that is it mostly unreadable. How 
do I

correct it to be able to read something from the manuals?


This happens when you turn on Compatibility View.
Turn it off in the Page menu: Page-Compatibility View.

Trevor




___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Font woes with lilypond on Ubuntu (was Re: svg output from version 2.13.12 cannot cope with numeric time signature)

2010-03-03 Thread Patrick McCarty
On 2010-03-03, Valentin Villenave wrote:
 On Thu, Jan 28, 2010 at 1:01 AM, Patrick McCarty pnor...@gmail.com wrote:
  On Wed, Jan 27, 2010 at 6:44 AM, Bernard Hurley bern...@marcade.biz wrote:
   Internal Error in accidentals.flat.arrowdown: monotonic is both needed 
  and unneeded.
   Internal Error in accidentals.flat.arrowdown: monotonic is both needed 
  and unneeded.
   Internal Error in accidentals.flat.arrowdown: Expected needed monotonic.
 
  and:
 
   Internal Error in accidentals.sharp.arrowup: couldn't find a needed exit 
  from an intersection
   Internal Error:
   Could not find finalm
 
  and:
 
   Invoking fontforge -script feta26.pe feta26.pfb...
   Copyright (c) 2000-2009 by George Williams.
    Executable based on sources from 22:35 GMT 22-Jun-2009.
    Library based on sources from 22:35 GMT 22-Jun-2009.
   Internal Error in scripts.varcoda: couldn't find a needed exit from an 
  intersection
   Internal Error:
   Could not find finalm
   Internal Error in scripts.varcoda: couldn't find a needed exit from an 
  intersection
 
  These errors appear because your Fontforge was not compiled with the
  --enable-double configure flag.  They disappear when
  --enable-double is used.  It might be a good idea to report this
  upstream.
 
 I'm browsing old reports that I have left unaddressed...
 
 Where are we wrt this issue? Is there something I can do, try and
 reproduce the problem, open a bug report somewhere, whatever?

The quoted errors above are fixed when Fontforge is compiled with the
--enable-double configure flag.

The other problem of loading the incorrect font for numeric time
signatures is still unresolved, though I suspect a corrupt Fontconfig
or corrupt Pango installation.

I don't think it's worth opening a bug report, at least at this point,
until we have further information about the source of the problem.

Thanks,
Patrick


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Issue 1028 in lilypond: Test failure when built without a controlling tty

2010-03-03 Thread lilypond

Status: Accepted
Owner: 
Labels: Type-Build Priority-High

New issue 1028 by percival.music.ca: Test failure when built without a  
controlling tty

http://code.google.com/p/lilypond/issues/detail?id=1028

tag 572290 upstream
thanks

When I'm building the lilypond packages for Debian, some architectures
do not have a controlling TTY, and the tests fail because of that:

[...]
LILYPOND_VERSION=2.12.3 /usr/bin/python ../../scripts/lilypond-book.py -I
./ -I ./out-test -I ../../input -I ../../input/lsr/ -I
../../input/regression/ -I ../../input/manual/
[...]
Running
lilypond.../build/buildd-lilypond_2.12.3-2-hppa-7KIKSb/lilypond-2.12.3/out/share/lilypond/current/scm/lily.scm:674:15:
In procedure open-file in expression (open-file (if # # ...) a):
/build/buildd-lilypond_2.12.3-2-hppa-7KIKSb/lilypond-2.12.3/out/share/lilypond/current/scm/lily.scm:674:15:
No such device or address: /dev/tty



Complete logs:
https://buildd.debian.org/status/package.php?suite=unstablep=lilypond

Debian bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=572290

Presumably the tests should just not output logs if they don't have a
controlling tty?

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Issue 1029 in lilypond: \thumb should behave like other fingerings

2010-03-03 Thread lilypond

Status: Accepted
Owner: 
Labels: Type-Defect Priority-Low Frog

New issue 1029 by v.villenave: \thumb should behave like other fingerings
http://code.google.com/p/lilypond/issues/detail?id=1029

% the default avoid-slur for 'thumb causes it to behave differently
% from normal fingerings.

\version 2.13.14

\relative c'' {
  e2(-0 g) |
  f2(-\thumb g)
}

% This should only take 20 minutes to a Frog.  Hint: see
% http://lists.gnu.org/archive/html/lilypond-devel/2010-03/msg00034.html

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Issue 1029 in lilypond: \thumb should behave like other fingerings

2010-03-03 Thread lilypond


Comment #1 on issue 1029 by v.villenave: \thumb should behave like other  
fingerings

http://code.google.com/p/lilypond/issues/detail?id=1029

Here's the current output.

Attachments:
thumb.png  1.3 KB

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: no tom notehead (drum notation) in lilypond

2010-03-03 Thread Valentin Villenave
On Wed, Mar 3, 2010 at 1:51 PM,  corienpr...@home.nl wrote:
 the point is: long notes never happen on toms.

Of course! Silly me :-)

Added as http://code.google.com/p/lilypond/issues/detail?id=1030

Werner, do you have any opinion on this?

Cheers,
Valentin


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Issue 1030 in lilypond: Enhancement: special noteheads for toms notation

2010-03-03 Thread lilypond

Status: Accepted
Owner: 
Labels: Type-Enhancement Priority-Low Glyph

New issue 1030 by v.villenave: Enhancement: special noteheads for toms  
notation

http://code.google.com/p/lilypond/issues/detail?id=1030

Corien Prins has suggested that we include the attached notehead style in
LilyPond.  It seems to be used to indicate toms in a drumset.

Attachments:
toms.jpg  9.0 KB

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: minimum-Y-extent has no effect on Lyrics placement

2010-03-03 Thread Valentin Villenave
On Wed, Mar 3, 2010 at 2:19 PM, Xavier Scheuer x.sche...@gmail.com wrote:
 From what I have understood functionalities of minimum-Y-extent have
 been transfered to (and thus replaced by) :
  Lyrics.VerticalAxisGroup #'inter-staff-spacing
  Lyrics.VerticalAxisGroup #'inter-loose-line-spacing
  Lyrics.VerticalAxisGroup #'non-affinity-spacing

Greetings Joe,

I'm not sure what to do with this snippet, what would you do? Junk it,
keep it, amend it?
http://git.savannah.gnu.org/gitweb/?p=lilypond.git;a=blob;f=Documentation/snippets/adjusting-lyrics-vertical-spacing.ly

Thanks,
 - Valentin


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Lilypond documentation stylesheet mismatch

2010-03-03 Thread Valentin Villenave
On Wed, Mar 3, 2010 at 4:08 PM, Trevor Daniels t.dani...@treda.co.uk wrote:
 This happens when you turn on Compatibility View.

So Compatibility is what breaks the standards? Man, do these
Microsoft guys have a weird sense of humor... :-)

Cheers,
Valentin


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Font woes with lilypond on Ubuntu (was Re: svg output from version 2.13.12 cannot cope with numeric time signature)

2010-03-03 Thread Valentin Villenave
On Wed, Mar 3, 2010 at 1:58 PM, Bernard Hurley bern...@marcade.biz wrote:
 I should have come back on this one. I have taken on the task of organising a 
 concert for a course I'm
 attending and haven't had the time to investigate this further. If you can 
 waituntill after 18th March I'll
 have something more constructive to contribute.

No problem. As long as you remember to give me a ping -- otherwise
there's a good chance I'll forget :-)

Cheers,
Valentin


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Issue 838 in lilypond: Inconsistency in tests output size

2010-03-03 Thread lilypond


Comment #8 on issue 838 by percival.music.ca: Inconsistency in tests output  
size

http://code.google.com/p/lilypond/issues/detail?id=838

That is so weird.  Do you have any clue why they put the
  (= (random 40) 1

in there?

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Lilypond documentation stylesheet mismatch

2010-03-03 Thread Carl Sorensen



On 3/3/10 12:10 PM, Valentin Villenave v.villen...@gmail.com wrote:

 On Wed, Mar 3, 2010 at 4:08 PM, Trevor Daniels t.dani...@treda.co.uk wrote:
 This happens when you turn on Compatibility View.
 
 So Compatibility is what breaks the standards? Man, do these
 Microsoft guys have a weird sense of humor... :-)

Yes, because you have to mimic the previous non-standard behavior if IE-7
(or, perhaps I should say the Microsoft-standard behavior).


Cheers,

Carl



___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Issue 838 in lilypond: Inconsistency in tests output size

2010-03-03 Thread lilypond


Comment #9 on issue 838 by pnorcks: Inconsistency in tests output size
http://code.google.com/p/lilypond/issues/detail?id=838

The only information I could find was from Han-Wen's commit summary:


update for GC statistics. Clear fonts in between debug-gc runs, otherwise  
clear

occasionally


The clear occasionally part explains the (= (random 40) 1) check, but  
doesn't

explain why.

Here is the commit:

http://git.savannah.gnu.org/gitweb/?p=lilypond.git;a=commitdiff;h=fcfdf7cbdaa67ca47b091edf72b067cf7cec37e2

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Issue 838 in lilypond: Inconsistency in tests output size

2010-03-03 Thread lilypond


Comment #10 on issue 838 by pnorcks: Inconsistency in tests output size
http://code.google.com/p/lilypond/issues/detail?id=838

Reflecting on this a bit more, I think this is the correct patch,  
especially to make

the test-output size more consistent.

Interestingly, the 2.13.14 test-output is significantly smaller than the  
2.13.13

test-output, I think due to my recent Pango-integration commits.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond