Thank you all!
@ Robin
I was trying with the code you and Nathan sent me, I am trying with this
simple example before I make the modifications in a Forqueray's sonata
formatting.
The problem was within Lyx. I tried with Frescobaldi and bare lilypond
(ver. 2.18.2) and it worked fine.
Lyx was cal
Dear all,
In my last project I learned that sometimes you have to tweak a lot of
Slurs, Ties, etc. to get a satisfying result.
Of course, in many cases the \shape #'() Slur function helps a lot.
My problem with this function is the dependency on Lilyponds automatic
output.
If I want to change
On Sun, Jun 21, 2015 at 12:22 AM, rsfjr wrote:
>
> I placed a \override Staff.Arpeggio.direction = 1 at the code, so that the
> arpeggio parenthesis would be at the right. It works OK, but, can it be
> mirroed? The parenthesis is pointed out the note pair.
> Tried the \shape command and nothing wa
Am 21. Juni 2015 09:24:48 MESZ, schrieb musicus :
>Dear all,
>
>In my last project I learned that sometimes you have to tweak a lot of
>Slurs, Ties, etc. to get a satisfying result.
>Of course, in many cases the \shape #'() Slur function helps a lot.
>My problem with this function is the depende
Thanks a lot!
Works wonderfully!
All the Best,
Ronaldo
2015-06-21 4:34 GMT-03:00 Nathan Ho :
> On Sun, Jun 21, 2015 at 12:22 AM, rsfjr wrote:
>>
>> I placed a \override Staff.Arpeggio.direction = 1 at the code, so that
>> the arpeggio parenthesis would be at the right. It works OK, but, can i
Am 20.06.2015 um 13:45 schrieb Venus' Wink:
Hi Marc,
Thanks for your reply.
To say the truth, I'm under situation that
I can't access the setting of paper size,
so I can't put tag to stand for paper width.
I'd like to expect a way with scheme.
Ok. I played a bit with your example files:
\ve
Hi Marc,
> -Original Message-
> From: m...@hohlart.de
> Sent: Sun, 21 Jun 2015 10:11:28 +0200
> To: lilypond-user@gnu.org
> Subject: Re: adjustment of arc shape according to papersize
>
> Ok. I played a bit with your example files:
>
> \version "2.18.2"
> #(set-default-paper-size "a4" 'l
Am 21.06.2015 um 14:36 schrieb Venus' Wink:
Hi Marc,
-Original Message-
From: m...@hohlart.de
Sent: Sun, 21 Jun 2015 10:11:28 +0200
To: lilypond-user@gnu.org
Subject: Re: adjustment of arc shape according to papersize
Ok. I played a bit with your example files:
\version "2.18.2"
#(set
Dear All,
I understand that there is a way to use
python snippets within a lilypond score.
Can someone provide an example of a lilypond score that uses a python snippet?
Thanks!
Avner
___
lilypond-user mailing list
lilypond-user@gnu.org
https://li
Avner writes:
> Dear All,
>
> I understand that there is a way to use
> python snippets within a lilypond score.
Not that I know of, so it would seem that any such possibility would not
be advertised widely and definitely not be a core feature of LilyPond.
The LilyPond editor Frescobaldi may
Am 21. Juni 2015 16:28:49 MESZ, schrieb David Kastrup :
>Avner writes:
>
>> Dear All,
>>
>> I understand that there is a way to use
>> python snippets within a lilypond score.
>
>Not that I know of, so it would seem that any such possibility would
>not
>be advertised widely and definitely not
On 2015-06-21 16:28, David Kastrup wrote:
Dear All,
>
>I understand that there is a way to use
>python snippets within a lilypond score.
Not that I know of, so it would seem that any such possibility would not
be advertised widely and definitely not be a core feature of LilyPond.
The LilyPond
So I create the python snippet - how do I then call it in the score?
I apologize if this is too basic of a question...
Thanks!
Avner
On Sun, Jun 21, 2015 at 10:36 AM, Peter Bjuhr wrote:
>
>
> On 2015-06-21 16:28, David Kastrup wrote:
>
>> Dear All,
>>> >
>>> >I understand that there is a way t
Am 21. Juni 2015 16:36:06 MESZ, schrieb Peter Bjuhr :
>
>
>On 2015-06-21 16:28, David Kastrup wrote:
>>> Dear All,
>>> >
>>> >I understand that there is a way to use
>>> >python snippets within a lilypond score.
>> Not that I know of, so it would seem that any such possibility would
>not
>> be ad
Am 21.06.2015 um 16:41 schrieb Avner Dorman:
So I create the python snippet - how do I then call it in the score?
You don’t call it in the score, but on the source file: Python may be
used to aid in writing a source file, which is then processed by Lilypond.
HTH, Simon
___
Hi all, Harm, David,
as a "roadmap" for all else that would be required to make Lilypond
support Nashville-style lead sheets please find attached a PDF including
pretty much all Nashville notation-specific symbols. The list was
compiled using Jim Riley: Song Charting Made Easy – A Play-Along Guide
>Yes, you can use Python snippets in Frescobaldi, but not in the
LilyPond code/score directly - instead they are created in a special
Snippets editor.
So I create the python snippet - how do I then call it in the score?
I apologize if this is too basic of a question...
No I don't think it
do you mean like this?
http://www.python-course.eu/python_scores.php
Stephen
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
> On Jun 21, 2015, at 10:41 AM, Avner Dorman wrote:
>
> So I create the python snippet - how do I then call it in the score?
In Frescobaldi go to the Tools menu and select “Snippets”.
(or Snippets menu > "Manage Snippets…")
The snippets panel appears.
Find a snippet in the list and double clic
On 2015-06-21 16:47, Urs Liska wrote:
Just a question: would it be possible to call a Python script from Scheme (this
should be possible) and use its output in LilyPond?
Maybe you'll find some answers here: http://www.zak.co.il/a/itches/pyguile
Best
Peter
__
> On Jun 21, 2015, at 11:02 AM, Peter Bjuhr wrote:
>
> If it's changes you perform regularly on the score, a Snippet could
> conveniently be applied to a keyboard shortcut or to the Snippets menu -
> otherways you run it from the Snippets manager.
Does anyone know if there is a way to add thes
On 2015-06-21 18:37, Paul Morris wrote:
If it's changes you perform regularly on the score, a Snippet could
conveniently be applied to a keyboard shortcut or to the Snippets menu -
otherways you run it from the Snippets manager.
Does anyone know if there is a way to add these snippets to the
Am 21.06.2015 um 18:25 schrieb Peter Bjuhr:
>
>
> On 2015-06-21 16:47, Urs Liska wrote:
>> Just a question: would it be possible to call a Python script from
>> Scheme (this should be possible) and use its output in LilyPond?
>
> Maybe you'll find some answers here: http://www.zak.co.il/a/itch
> On Jun 21, 2015, at 1:00 PM, Peter Bjuhr wrote:
>
>> Does anyone know if there is a way to add these snippets to the snippets
>> menu in Frescobaldi?
>>
>> If there is I haven’t been able to find it. It would be much more
>> convenient to access them there (rather than via the snippets mana
I think this is a very interesting idea (would be useful for me).
On Sun, Jun 21, 2015 at 2:51 PM, Urs Liska wrote:
>
>
> Am 21.06.2015 um 18:25 schrieb Peter Bjuhr:
> >
> >
> > On 2015-06-21 16:47, Urs Liska wrote:
> >> Just a question: would it be possible to call a Python script from
> >> Sch
Thank you so much everyone!
It works perfectly and I've learned a whole lot!
All the best,
Avner
On Sun, Jun 21, 2015 at 3:47 PM, Paul Morris wrote:
> > On Jun 21, 2015, at 1:00 PM, Peter Bjuhr wrote:
> >
> >> Does anyone know if there is a way to add these snippets to the
> snippets menu in
Hi list,
I have a short Finale created (and by hand shortened) MusicXML file
(attached) that I wish to import to lilypond. I also attached what
musicxml2ly produces.
I'm using lilypond 2.19.21 on linux.
The main problem is in this block (similar for all other voices):
...
\new Staff <<
Using the \chordmode function, when I enter "a:m7.5-" I get as shown
in the documentation.
The guitarist in our group would very much like to stay with the
notation he is used to. Namely .
Is it possible to pursuad chordmode to produce this, or do I have to use
\markup as I have been doin
On 22 June 2015 at 04:51, Urs Liska wrote:
>
>
> Am 21.06.2015 um 18:25 schrieb Peter Bjuhr:
>>
>>
>> On 2015-06-21 16:47, Urs Liska wrote:
>>> Just a question: would it be possible to call a Python script from
>>> Scheme (this should be possible) and use its output in LilyPond?
>>
>> Maybe you'll
On Sun, Jun 21, 2015 at 4:27 PM, William Marchant
wrote:
> Using the \chordmode function, when I enter "a:m7.5-" I get as shown
> in the documentation.
>
> The guitarist in our group would very much like to stay with the notation
> he is used to. Namely .
>
Hi William,
Have a look at
http:
30 matches
Mail list logo