Bass tab problem

2005-05-22 Thread Tyler Eaves
I'm trying to do some simple bass tablature in the latest version (2.5.24). Attached you will find the source file I'm using and a sample output file. The problem is that the number of lines for the tab staff is off, and the numbers aren't centered. I actually reported this bug way back when

\displayLilyMusic

2005-05-22 Thread Nicolas Sceaux
hi, I have an nearly complete implementation of a \displayLilyMusic command. \displayLilyMusic \new Voice { \clef alto \time 3/4 \key g \minor c'2. | \once \override TextScript #'padding = #2 d'2 e'4^\markup { \bold { hello \italic world ! } } } == \new Voice { \clef alto

Re: \displayLilyMusic

2005-05-22 Thread Pedro Kröger
Nicolas Sceaux [EMAIL PROTECTED] writes: hi, I have an nearly complete implementation of a \displayLilyMusic command. Should there be such a command inside the LilyPond distribution? I don't see why not. It might be good for things like debugging and learning. Pedro

Re: \displayLilyMusic

2005-05-22 Thread Han-Wen Nienhuys
Nicolas Sceaux wrote: I have an nearly complete implementation of a \displayLilyMusic command. \displayLilyMusic \new Voice { \clef alto \time 3/4 \key g \minor c'2. | \once \override TextScript #'padding = #2 d'2 e'4^\markup { \bold { hello \italic world ! } } } == \new Voice

Re: dynamicAbsoluteVolumeFunction documented

2005-05-22 Thread Stephen
After sleeping on it, I realized this is not exactly user friendly and it still is not documented. But Han-Wen, dynamicAbsoluteVolumeFunction and instrumentEqualizer still do nothing, zero, nada. If my example is wrong, then midi-volume-equalizer.ly is wrong as well, since they do exactly the

Re: \displayLilyMusic

2005-05-22 Thread Nicolas Sceaux
Han-Wen Nienhuys [EMAIL PROTECTED] writes: Nicolas Sceaux wrote: I have an nearly complete implementation of a \displayLilyMusic command. \displayLilyMusic \new Voice { \clef alto \time 3/4 \key g \minor c'2. | \once \override TextScript #'padding = #2 d'2 e'4^\markup { \bold {

Re: \displayLilyMusic

2005-05-22 Thread Juergen Reuter
Han-Wen, actually, I would strongly welcome to see some kind of formal definition of the structure of lily music, maybe something analogous to an XML Schema definition, but for guile/scheme instead of XML: When implementing the \ligature { music expression } command (see

Re: \displayLilyMusic

2005-05-22 Thread Nicolas Sceaux
in case someone wants to play with it tonight (uh) Put http://nicolas.sceaux.free.fr/print-lily.scm in the scm/ directory \version 2.5.25 %%#(set! %load-path (cons /home/nicolas/lilypond/ %load-path)) #(use-modules (scm print-lily)) displayLilyMusic = #(def-music-function (parser location music)

Error in lily-341483803.ly:2:32 (Lilypond 2.5.25)

2005-05-22 Thread Peter Thomassen
Hi, I have installed Lilypond 2.5.25. The following error also occured with 2.5.24. I get the following error with Lilypond 2.5.25 (also 2.5.24) while typesetting http://lilypond.org/doc/v2.4/Documentation/user/out-www/lilypond/lily-341483803.ly: [EMAIL PROTECTED] ~/Desktop/lilypond $

Re: \displayLilyMusic

2005-05-22 Thread Han-Wen Nienhuys
Juergen Reuter wrote: In general, having a central place, where the structure of the scheme representation of music expressions is well specified, probably would help very much in developing any scheme function that processes music. And it could also be used to generate programming

Re: \displayLilyMusic

2005-05-22 Thread Han-Wen Nienhuys
Nicolas Sceaux wrote: When I have finished implementing methods for the remaining music types, I'll send here the code. (I've just seen some improvements to do also). ;;BusyPlayingEvent this one is never entered. It's an internal communication device ;;SoloOneEvent ;;SoloTwoEvent