Am 12.03.2015 um 01:14 schrieb Mattes:
Am Mittwoch, 11. März 2015 21:29 CET, Urs Liska schrieb:
Sorry, but I don't seem to be able to find the right search terms ...
How would I retrieve the path to the currently executed LilyPond from
Scheme?
Hmm, are you looking for the path to the
Hi Gilberto,
Try :
\version "2.19.15"
#(define-public (format-time-sig-note grob)
(let* ((frac (ly:grob-property grob 'fraction))
(num (if (pair? frac) (car frac) 4))
(den (if (pair? frac) (cdr frac) 4))
(m
(markup #:override '(baseline-skip . 0.5)
On 2015-03-12 08:29, Urs Liska wrote:
Could anybody please tell me what
\version "2.18.2"
#(display (car (command-line)))
displays on Windows (i.e. how the string is formatted)?
Using Frescobaldi
C:\lilypond-2-18-2-1\usr\bin\lilypond-windows.exe
// Anders
--
English isn't my first langu
On Thu, 12 Mar 2015 08:29:33 +0100
Urs Liska wrote:
> Am 12.03.2015 um 01:14 schrieb Mattes:
> > Hmm, are you looking for the path to the current lilypond executable
> > or the current lilypond input file?
> > For the first '(car (command-line))' might be all you need.
>
> Yes, this is what I'
Hi Joram,
Yes, of course, I can say now after your replay and explanation. Why
didn't I see this myself? For what you point out, of course I have seen
this with hierarchy and different kinds of staff grouping a lot of times
when reading the documentation. But I did not realize the consequence
Am 12.03.2015 um 08:58 schrieb and...@andis59.se:
On 2015-03-12 08:29, Urs Liska wrote:
Could anybody please tell me what
\version "2.18.2"
#(display (car (command-line)))
displays on Windows (i.e. how the string is formatted)?
Using Frescobaldi
C:\lilypond-2-18-2-1\usr\bin\lilypond-wind
Am 12.03.2015 um 09:11 schrieb Johan Vromans:
On Thu, 12 Mar 2015 08:29:33 +0100
Urs Liska wrote:
Am 12.03.2015 um 01:14 schrieb Mattes:
Hmm, are you looking for the path to the current lilypond executable
or the current lilypond input file?
For the first '(car (command-line))' might be all
Hi Urs,
> I get
> => /home/uliska/lilypond/usr/bin/lilypond
> with each of the following:
>
> cd ~
> lilypond test-script.ly
> cd ~/bin
> lilypond test-script.ly
> cd ~/lilypond/usr/bin
> lilypond test-script.ly
The difference was whether you use path search or not:
lilypond (execute it wherever
On 11 March 2015 at 19:40, Kieren MacMillan
wrote:
>
> Hi,
>
> Search for “ScoreMarks” or “MarkLine” in the archives and snippets.
> There are lots of discussions about this.
Hi,
Actually it should be done easily by adding "Metronome_mark_engraver"
to the StaffGroup.
Unfortunately there is a bu
Am 12.03.2015 um 10:59 schrieb Noeck:
Hi Urs,
I get
=> /home/uliska/lilypond/usr/bin/lilypond
with each of the following:
cd ~
lilypond test-script.ly
cd ~/bin
lilypond test-script.ly
cd ~/lilypond/usr/bin
lilypond test-script.ly
The difference was whether you use path search or not:
lilypo
Op Thu, 12 Mar 2015 09:11:33 +0100
Johan Vromans schreef:
> Please be aware that on vanilla *ix systems this only works if the
> program is executed via a PATH search.
>
> E.g., if lilypond is in /usr/bin:
>
> cd /tmp
> lilypond --> /usr/bin/lilypond
> cd /usr/bin
> ./lilypond --> .
Op Wed, 11 Mar 2015 20:16:21 -0400
"stephan.patter...@videotron.ca"
schreef:
> I have just upgraded to the latest Lilypond, version 2.19.16. I'm
> using Frescobaldi 2.18 on Windows 8.1.
>
>
> Running convert-ly on any of my Lilypond scores, I find that carriage
> returns and/or linefeeds get ad
Am 12.03.2015 11:40, schrieb Wilbert Berendsen:
But you could always ask LilyPond for its datadir, it always returns
the absolute path to the ly, svg, ps, scm etc files.
#(display (ly:get-option 'datadir))
Thank you very much, this is even closer to what I really want, namely
the fonts dir, wh
Wilbert,
Thanks for your help. I should have tried that before posting. It turns out
that the problem is with Frescobaldi. Running convert-ly from the command-line
works fine, no carriage return and/or linefeed added.
___
lilypond-user mailing list
lil
On Thu, 12 Mar 2015 12:30:15 +0100
Urs Liska wrote:
> Am 12.03.2015 11:40, schrieb Wilbert Berendsen:
> > But you could always ask LilyPond for its datadir, it always returns
> > the absolute path to the ly, svg, ps, scm etc files.
> >
> > #(display (ly:get-option 'datadir))
> >
> Thank you very
On Thu, 12 Mar 2015 10:38:20 +0100
Urs Liska wrote:
> OK, this means if the result points to "in the current dir" then I
> should prepend it with the current dir (which is easily possible with
> the tools I already have).
To be more precise: when the result is not an absolute path name (i.e.,
> I assume python has a function abspath or similar.
os.path.abspath
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
Am 12.03.2015 15:38, schrieb Noeck:
I assume python has a function abspath or similar.
os.path.abspath
Yes, but I'm looking for a Scheme solution (which I now have).
--
Urs Liska
u...@openlilylib.org
___
lilypond-user mailing list
lilypond-user@gn
Op Thu, 12 Mar 2015 09:19:35 -0400
"stephan.patter...@videotron.ca"
schreef:
> Thanks for your help. I should have tried that before posting. It
> turns out that the problem is with Frescobaldi. Running convert-ly
> from the command-line works fine, no carriage return and/or linefeed
> added.
th
Hi Lilyponders,
Has anyone run into this before.
When including a "Da Capo" markup at the end of a file, if it sits above
the staff it is fine, but when I uncomment the "\tweak direction #DOWN"
command it moves the marking below the staff but adds a heap of extra
space. Please see the attached f
Il 12/03/15 01.06, MarcM ha scritto:
i just updated from MacPort but it installed 2.17.2 instead of 2.18.
Il 12/03/15 01.42, safvet ha scritto:
Likewise updated yesterday and received 2.17.2.
There's nothing wrong with this: MacPorts still provides 2.17.2.
I usually manage to have Frescobal
Il giorno gio 12 mar 2015 alle 21:08, Abel Cheung
ha scritto:
Time to start think about migrating issue tracker to somewhere else,
especially when Lilypond has a huge project issues list, and storage
is a dire requirement. It would take some time to make sure new issue
tracker works properly aft
Hi, Craig.
Just for a different perspective, I always put form-related marks
like D.C., D.S., Segnos, Codas, Fines, etc. in the global section.
Since they (almost always) need to be in the same location for all
parts, it makes the most sense to me to put them there once, and
then use the \global v
Hi Jim,
Thanks for your quick response. I'll look into your solution now.
Craig
On Fri, 13 Mar 2015 at 06:23 Jim Long wrote:
> Hi, Craig.
>
> Just for a different perspective, I always put form-related marks
> like D.C., D.S., Segnos, Codas, Fines, etc. in the global section.
> Since they (
Hi Jim,
When I put in the "Da Capo" as a text markup in the global section, it ends
up appearing on every staff, rather than just the bottom one, whereas when
it is in as a rehearsal mark it only appears once like it should.
How do you overcome this? See attached file.
Craig
On Fri, 13 Mar 201
Hi Xavier,
> Actually it should be done easily by adding "Metronome_mark_engraver"
> to the StaffGroup.
I find it about the same amount of work — but far more flexible — to add a new
context.
> Unfortunately there is a bug in LilyPond and it does not work.
> https://code.google.com/p/lilypond/i
2015-03-12 20:35 GMT+01:00 Craig Dabelstein :
>
> Hi Lilyponders,
>
> Has anyone run into this before.
>
> When including a "Da Capo" markup at the end of a file, if it sits above
> the staff it is fine, but when I uncomment the "\tweak direction #DOWN"
> command it moves the marking below the sta
We may be at cross purposes if you're creating score-oriented
music. I generally create lead sheets. But no matter.
I can understand your question, but will you eventually be
generating single parts from your score? Would you not then
WANT to have the D.C. included in every part? \global helps
> Issues:
> Savannah supports web-based 'trackers' (for bugs, supports, tasks,
> etc.), for example:
> https://savannah.nongnu.org/bugs/?group=lwip
> and also using a DebBugs server, for example:
> http://debbugs.gnu.org/cgi/pkgreport.cgi?package=emacs
However, one extremely important feature
Thanks to you both. I have it sorted now.
Craig
On Fri, 13 Mar 2015 at 07:39 Jim Long wrote:
> We may be at cross purposes if you're creating score-oriented
> music. I generally create lead sheets. But no matter.
>
> I can understand your question, but will you eventually be
> generating sin
How is this
\version "2.18.2"
\language "english"
daCapo = {
%\once
%\override Score.RehearsalMark #'self-alignment-X = #RIGHT
\once
\override Score.RehearsalMark #'self-alignment-X = #0
\once
\override Score.RehearsalMark #'break-visibility = #begin-of-line-invisible
\tweak direction #
Thanks Stephen.
I'll try it out and compare.
Craig
On Fri, 13 Mar 2015 at 09:06 Stephen MacNeil
wrote:
> How is this
>
>
> \version "2.18.2"
>
> \language "english"
>
>
> daCapo = {
>
> %\once
>
> %\override Score.RehearsalMark #'self-alignment-X = #RIGHT
>
> \once
>
> \override Score.Rehearsa
Patches are always welcomed, but I do not know if anyone is
interested in hacking on the current php code to add such a feature.
Right, I'm not exactly "interested", but if that single feature makes
the difference between lilypond moving to savannah or , I'd
at least try to look at it. Of
How many of those issues are the sort that affect users every second
Tuesday after a a blue moon versus critical bugs?
Shane
On Thu, Mar 12, 2015 at 6:11 PM, Werner LEMBERG wrote:
>
>> Issues:
>> Savannah supports web-based 'trackers' (for bugs, supports, tasks,
>> etc.), for example:
>> https
I am trying to use postscript in markup blocks. I see snippets using such
things as \translate and \scale, which I need, along with all the other plane
transformation operators. Where is the documentation for these operators? I
have looked everywhere to no avail. Using 2.19.16.
While we are her
In some Scheme code I find functions prefaced with #:, such as #:roman,
#:translate, and so on. What is this syntax? How does one find where such items
are defined? Maybe I am no longer any good at finding things, but I have looked
everywhere.
Andrew
_
Hi Andrew,
On Thu, Mar 12, 2015 at 6:50 PM, Andrew Bernard
wrote:
> In some Scheme code I find functions prefaced with #:, such as #:roman,
> #:translate, and so on. What is this syntax? How does one find where such
> items are defined? Maybe I am no longer any good at finding things, but I
> ha
Large thanks! I would never have found this.
Now I also see that #: terms are guile keyword syntax.
Andrew
On 13 March 2015 at 10:52:49, David Nalesnik (david.nales...@gmail.com) wrote:
Try here:
http://lilypond.org/doc/v2.19/Documentation/extending/markup-construction-in-scheme
--David
_
Thanks Trevor, this is great.
Andrew
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
So that's what's behind the "export to github" button that appeared on google
code today. The end of an era...
Looks like google can export all issue data to a JSON file, so that's
encouraging:
http://code.google.com/p/support-tools/wiki/IssueExporterTool
Just thinking out loud in terms of image
Andrew Bernard wrote
> I am trying to use postscript in markup blocks. I see snippets using such
> things as \translate and \scale, which I need, along with all the other
> plane transformation operators. Where is the documentation for these
> operators? I have looked everywhere to no avail. Using
2015-03-12 22:08 GMT+01:00 Thomas Morley :
>
>
> 2015-03-12 20:35 GMT+01:00 Craig Dabelstein :
>>
>>
>> Hi Lilyponders,
>>
>> Has anyone run into this before.
>>
>> When including a "Da Capo" markup at the end of a file, if it sits above
>> the staff it is fine, but when I uncomment the "\tweak dir
Greetings list,
I want to make many different types of arrows using PostScript. The following
function from the Adobe Blue Book works very nicely for what I need. It’s quite
general.
The question is, how do I incorporate something of this level of complexity
this into a form where it can be in
>> However, one extremely important feature is sorely missing from
>> Savannah's bug tracker: the ability to directly display images,
>> [...] Are there plans to implement image support?
>
> Realistically, no.
Hmm. Perhaps it's time to open an issue in FusionForge (at least I
assume that the Sa
> Patches are always welcomed, but I do not know if anyone is
> interested in hacking on the current php code to add such a
> feature.
>
> Right, I'm not exactly "interested", but if that single feature
> makes the difference between lilypond moving to savannah or
> , I'd at least try
> How many of those issues are the sort that affect users every second
> Tuesday after a a blue moon versus critical bugs?
I don't understand what you are trying to ask. Please have a look at
https://code.google.com/p/lilypond/issues/list
to see how we are collecting reports. Note that we
> Looks like google can export all issue data to a JSON file, so
> that's encouraging:
> http://code.google.com/p/support-tools/wiki/IssueExporterTool
Indeed!
> Just thinking out loud in terms of images, I wonder if GNU
> MediaGoblin might help?
>
> http://mediagoblin.org/
Well, we need a dedic
47 matches
Mail list logo