Dear Guy,
2013/9/17 Guy Stalnaker :
> 3. run "sudo port selfupdate" to get things up to date after the clean and
> FileVault issues (this took well over SIX hours -- good gawd)
Are you really saying that "sudo port selfupdate" took six hours? Or
was it a "sudo port upgrade outdated" after the sel
On 16 Sep 2013, at 21:12 , David Kastrup wrote:
Not before we get more data. I don't see 0/0 in current master but
rather 1/2 as before. So we need to get more data (which platform
exactly, which binary etc). Since I can't reproduce this on current
master and there has not really been any rel
Wim van Dommelen writes:
> On 16 Sep 2013, at 21:12 , David Kastrup wrote:
>
>> Not before we get more data. I don't see 0/0 in current master but
>> rather 1/2 as before. So we need to get more data (which platform
>> exactly, which binary etc). Since I can't reproduce this on current
>> mast
On Tue, Sep 17, 2013 at 07:31:15AM +0200, David Kastrup wrote:
> Alan McConnell writes:
>
> >You are absolutely right! However: try this
>
> >
> > d4. e8 d c | b4 g g4. \bar "" a8 d,4 d | b' g g \bar "|."
>
> Bad timing. You are too late for overriding the bar. I have not yet
> se
On 17 Sep 2013, at 12:39 , David Kastrup wrote:
<>
It's not going to make it easier to pinpoint the problem if we only
get
to see it on PPC. As I stated above "this points to a bad compilation
and/or a platform-specific problem. Or something related to garbage
collection."
Agreed, but
Davide,
Thank you for this explanatory reply. I'm one of those people who actually
appreciates them :-)
In your reply you mention rebuilding popplerqt4. How is that done? I took the
course to install the latest version from source thinking I had exhausted my
options with MacPorts. I did missp
Dear Guy,
2013/9/17 Guy Stalnaker :
> Thank you for this explanatory reply. I'm one of those people who actually
> appreciates them :-)
I'm glad to hear this.
Also this message is a bit long... :)
> In your reply you mention rebuilding popplerqt4. How is that done?
The easiest way to rebuild
Is there a way to put a horizontal line between two stanzas? I have searched
around on the web, and haven't found anything. Does anyone know of a way to
do this?
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/list
Hi Benjamin,
> Is there a way to put a horizontal line between two stanzas? I have searched
> around on the web, and haven't found anything. Does anyone know of a way to
> do this?
There are probably many ways, but here's something I thought of:
\version "2.16.2"
someMusic = \repeat "unfold
Hi Davide,
thanks for your portfile and your detailed instructions! Now I have
frescobaldi-devel up and running! I just wanted to mention that I got the
following error:
Error: org.macports.activate for port py27-cx_Freeze returned: Image error:
/opt/local/Library/Frameworks/Python.framework
David Kastrup writes:
> This is a reminder that next weekend, Sept 20th to 24th, there will be a
> LilyPond developer and user meeting in Waltrop, Germany.
Ok, the current possible participant list would look like the following:
Jan, Janek, Harm and myself.
Quite a number of people cited a lack
Thanks, I think I should be able to make this work.
*Benjamin Bloomfield*
On Tue, Sep 17, 2013 at 11:29 AM, Kieren MacMillan <
kieren_macmil...@sympatico.ca> wrote:
> Hi Benjamin,
>
> > Is there a way to put a horizontal line between two stanzas? I have
> searched
> > around on the web, and ha
Dear Patrick,
2013/9/17 pls :
[...]
> Do I have to worry (or do anything) about it?
This is the same kind of error that you get if you manually placed
files in /opt/local, but it can happen also if for some reason there
is a corruption in MacPorts' database of files.
The successful forced activat
Frederick Bartlett wrote
> Eluze,
>
> When I try midi2ly under Windows 7, I get the error "No module named
> midi".
> While I see a midi.dll in LilyPond\usr\bin and
> LilyPond\lib\lilypond\current\python, I don't have anything at all under
> \Python27.
I get this error too if I rename /both/ thes
On Fri, Jul 26, 2013 at 04:32:47PM +0200, Urs Liska wrote:
> Hi,
>
> can you tell me what the \parenthesize function uses to print the
> parentheses?
> There are paren glyphs in the accidentals section, are they used for
> that purpose?
> And does this mean that I can only resize parentheses pro
The attached snippet used to work in 2.16.2. Under 2.17.26, the
overrides have no visible effect on the volta brackets. Is
there a new way to control the Y-extent of volta brackets in
2.17.x? convert-ly doesn't change the 2.16.2 code except to use
the new dot-notation.
Thanks!
Jim
\version "2.
Hi,
i have a function that takes a moment as the argument:
foo =
#(define-music-function (parser location mom)
(ly:moment?)
#{
\override Score.SpacingSpanner.base-shortest-duration = #mom
#})
\new Staff {
\foo #(ly:make-moment 1 50)
c'4 d' e' f'
}
Now, i would like to be able
Janek Warchoł writes:
> Hi,
>
> i have a function that takes a moment as the argument:
>
> foo =
> #(define-music-function (parser location mom)
>(ly:moment?)
>#{
> \override Score.SpacingSpanner.base-shortest-duration = #mom
>#})
>
> \new Staff {
> \foo #(ly:make-moment 1 50)
2013/9/18 David Kastrup :
> Janek Warchoł writes:
>> Now, i would like to be able to supply a decimal number and have it
>> converted to a rational number (i.e. a fraction, which can be easily
>> converted to a moment)
>
> How did you search? It's right in the GUILE manual where one would
> expec
Janek Warchoł writes:
> 2013/9/18 David Kastrup :
>> Janek Warchoł writes:
>>> Now, i would like to be able to supply a decimal number and have it
>>> converted to a rational number (i.e. a fraction, which can be easily
>>> converted to a moment)
>>
>> How did you search? It's right in the GUIL
2013/9/18 David Kastrup :
> Janek Warchoł writes:
>
>> 2013/9/18 David Kastrup :
>>> Janek Warchoł writes:
Now, i would like to be able to supply a decimal number and have it
converted to a rational number (i.e. a fraction, which can be easily
converted to a moment)
>>>
>>> How did
Jim Long umpquanet.com> writes:
>
> The attached snippet used to work in 2.16.2. Under 2.17.26, the
> overrides have no visible effect on the volta brackets. Is
> there a new way to control the Y-extent of volta brackets in
> 2.17.x?
One can still change the Y-extent in the same way, but th
Davide,
Success!! I followed your guide for uninstalling and reinstalling and it
all now works!
Thank you very much for your continued help and guidance. And for the
Frescobaldi port!
Best regards,
Guy
Guy Stalnaker
jimmyg...@gmail.com
On Tue, Sep 17, 2013 at 9:17 AM, Davide Liessi wrote:
>
I am working on a project that involves statistically analyzing music by
counting the number (perhaps also duration) of specific notes (say # of
notes above middle C). Are there any internals in Lilypond that might help
accomplish this?
Thanks,
Derek
___
On Wed, Sep 18, 2013 at 01:00:16AM +, Keith OHara wrote:
>
> The announcement of the change is at
> http://lilypond.org/doc/v2.17/Documentation/changes/index.html
Thanks, Keith. I'll refer to that page as I continue to move
my engraving from 2.16 toward 2.18.
> the "Previously" image links
On 18.09.2013, at 04:42, Guy Stalnaker wrote:
> Davide,
>
> Success!! I followed your guide for uninstalling and reinstalling and it all
> now works!
>
> Thank you very much for your continued help and guidance. And for the
> Frescobaldi port!
+1
>
> Best regards,
>
> Guy
>
> Guy Stalna
26 matches
Mail list logo