> On 22 Apr 2025, at 15:51, Mats-Olof Liljegren wrote:
>
> …I am asking for is good practice to override code in LilyPond in a way that
> doesn’t interfere with the codebase.
One can define ly:parser-set-note-names, which I have done for various
microtonal notations. You might try the one for
Hi!
Well, I’m not so interested in what you think is a "point".
All I am asking for is good practice to override code in LilyPond in a way that
doesn’t interfere with the codebase.
Is it possible to discuss that instead of reasons? I think all of us interested
in using LilyPond
David Wright:
...
> But looking at the languages LP supports (NR § Note names in
> other languages, ~p8), adding a language is cheap, even when
> notes have more than one name (so long as they don't overlap).
> So for the long term, I would file a wishlist bug (LP calls
> them issues, I believe) w
Am 22.04.25 um 03:45 schrieb David Wright:
On Mon 21 Apr 2025 at 17:17:03 (+0100), Wol wrote:
Oh - and why does lilypond insist on calling an english half-note a
full note?
Apart from not being sure what you mean by an /english/ half-note,
I can't find the term "full note" in the LP manuals,
On Mon 21 Apr 2025 at 17:17:03 (+0100), Wol wrote:
> Oh - and why does lilypond insist on calling an english half-note a
> full note?
Apart from not being sure what you mean by an /english/ half-note,
I can't find the term "full note" in the LP manuals, unless it's
split across two lines, like in
On Mon 21 Apr 2025 at 18:50:27 (+0200), Mats-Olof Liljegren wrote:
> > 21 apr. 2025 kl. 18:17 skrev Wol :
> > On 21/04/2025 15:27, k...@aspodata.se wrote:
> >> They just superficially skims over the topic, the real problem is that
> >> poeple mixes the languages, there will always be confusion and
Mats-Olof Liljegren:
...
> What I want to do is create an override or an extension that
> changes only the parts I need to modify, while keeping the
> rest intact. I assume this is possible, but I havenât
> understood how.
...
Not exactly as you request, but did you try Lukas_Fabian Mosers sugge
On 21/04/2025 17:50, Mats-Olof Liljegren wrote:
I’ve currently solved it by modifying the define-note-names.scm file,
which controls the language settings. It works perfectly, but I’ve
hacked one of Lilypond’s internal files—which is not a good path.
Dunno whether it works with note names (loo
> On 21 Apr 2025, at 18:50, Mats-Olof Liljegren wrote:
>
> I’ve currently solved it by modifying the define-note-names.scm file, which
> controls the language settings. It works perfectly, but I’ve hacked one of
> Lilypond’s internal files—which is not a good path.
One way might be to use Un
Hi, this question goes far back in history, as several people in this thread
have pointed out.
As someone who is well-educated with a Master of Fine Arts in music, trained
choir conductor, and with studies in music psychology (among other things), I’m
well aware of the historical facts.
M
On 21/04/2025 15:27, k...@aspodata.se wrote:
They just superficially skims over the topic, the real problem is that
poeple mixes the languages, there will always be confusion and
misunderstanding when people takes words and ideoms from other cultures
and languages and applies it in a different co
> On 21 Apr 2025, at 16:27, k...@aspodata.se wrote:
>
> Hans Åberg:
>
>> https://www.sverigesradio.se/avsnitt/har-man-sagt-a-far-man-saga-h
…
> Regardless, it seems the music schools have started to use the bess-b
> convention instead of b-h, so this topic will be moot in one or two
> generatio
Hans Ã
berg::
> > On 20 Apr 2025, at 04:13, Michael Gerdau wrote:
> >> Frankly I don't understand why people want to change h to b, etc. If
> >> you want english talk english, don't mix the languages, it's sloppy
> >> and creates confusion.
...
> In types of music where English is predominant, it
> On 20 Apr 2025, at 16:34, Lukas-Fabian Moser wrote:
>
> Hi MO,
>> I’m guessing it must be fairly simple to override how LilyPond names notes,
>> but I’d like to do it in the smartest possible way—without affecting other
>> functions.
> Maybe something like this? Of course, it might be usefu
> On 20 Apr 2025, at 04:13, Michael Gerdau wrote:
>
>> Frankly I don't understand why people want to change h to b, etc. If
>> you want english talk english, don't mix the languages, it's sloppy
>> and creates confusion.
>
> Maybe because there is music theoretical reason not to name h with b
Maybe because there is music theoretical reason not to name h with b?
Or because every other musician you are dealing with thinks a b is hes?
Well, actually, every musician I know would be most confused on
finding the note h in a score. Maybe like me they know the dual
notation, but I didn't k
If you look at:
https://lilypond.org/doc/v2.24/Documentation/music-glossary/pitch-names
You'll see that the column closest to your request is the NL one.
If you use that you get bes b bis in the places where you want them
at the cost of not writing two s, i.e. bes instead of bess.
Is it worth it
On 20/04/2025 03:13, Michael Gerdau wrote:
Frankly I don't understand why people want to change h to b, etc. If
you want english talk english, don't mix the languages, it's sloppy
and creates confusion.
Maybe because there is music theoretical reason not to name h with b?
Or because every othe
Hi MO,
I don’t understand LilyPond yet (and maybe never will…) with all its files but
trying to. I am not sure if anything else will break if I make my own language
settings file.
You may edit the file define-note-names.scm at your leisure - maybe
there's trouble ahead if you try to use spe
It's not wrong and a good solution and maybe the one I use. Big thanks!
I don’t understand LilyPond yet (and maybe never will…) with all its files but
trying to. I am not sure if anything else will break if I make my own language
settings file.
Kind regards /MO
> 20 apr. 2025 kl. 17:31 skrev L
Am 20.04.25 um 17:17 schrieb Mats-Olof Liljegren:
Hello, it is quite common in a Swedish context to write note names
according to the English tradition but in Swedish. This is what I want
to achieve, and it is only h to b with its variations that need to be
changed. Everything else is exactly
Hello, it is quite common in a Swedish context to write note names according to
the English tradition but in Swedish. This is what I want to achieve, and it is
only h to b with its variations that need to be changed. Everything else is
exactly as it should be in define-note-names.scm.
I'm tryin
Hi,
Am 20.04.25 um 16:44 schrieb Mats-Olof Liljegren:
Yes, that is a good idea.
I can also change in define-note-names.scm to achieve want I want but
then I have to do that every time a new version of Lilypond is
released. But then I can use \language ”svenska” which is what I want
of everyt
Hi!
Yes, that is a good idea.
I can also change in define-note-names.scm to achieve want I want but then I
have to do that every time a new version of Lilypond is released. But then I
can use \language ”svenska” which is what I want of everything else except h -b.
What I really want is this o
Hi MO,
I’m guessing it must be fairly simple to override how LilyPond names
notes, but I’d like to do it in the smartest possible way—without
affecting other functions.
Maybe something like this? Of course, it might be useful to put the part
between the % --- % lines in an include file.
\v
Hi!
There’s a long story behind why we have both “H” and “B” for the same note.
It’s not my intention to educate anyone about that history—I’m simply trying to
find a solution where I can combine solid Swedish tradition, which is based on
the German system, with the English one.
Nowadays, many
>Frankly I don't understand why people want to change h to b, etc. If
>you want english talk english, don't mix the languages, it's sloppy
>and creates confusion.
Maybe because there is music theoretical reason not to name h with b?
Or because every other musician you are dealing with thinks
Mats-Olof:
> I’d like to use LilyPond with Swedish note names, but with one
> exception: I want to treat the notes h, hess, and hiss as b, bess,
> and biss instead—just like in English notation.
Have a look at scm/define-note-names.scm in your installation directory
and edit that and add a, let's
Hi!
I’d like to use LilyPond with Swedish note names, but with one exception: I
want to treat the notes h, hess, and hiss as b, bess, and biss instead—just
like in English notation.
The same goes for chord names: I’d like to write B, Bb, and B# rather than H,
B, and so on.
Is there a go
Thank you for your answer. I did some more testing. I don't want to use a
different directory, or to use a subdirectory of my working folder - it is
a folder that gets synchronized to the cloud, and the many files clutter
things up pretty quickly.
Interestingly, I did a reinstall of MikTex. It work
On Wed 12 Feb 2025 at 17:52:38 (+0100), SK wrote:
> since a few days I cannot use a script involving lilypond-book anymore.
> It's really strange cause I don't remember to change anything for the
> script, the included python or lilypond itself. Only thing I did was
> cleaning up the output directo
And here is my debug output - also attached for better readability.
Thank you very much!
python C:\Users\xxx\Documents\lilypond\bin\lilypond-book.py
--output=C:\Users\xxx\Desktop\Tools\Songbook\Sample\pyOut1 --pdf -lERROR
--lily-loglevel=DEBUG .\book_general.lytex
Log level set to 287
GNU LilyPon
Hello, thank you for your answer. I will post the output using debug as
soon as I'm back on the computer. However, I noticed the following
yesterday: If I change the output directory of my command to, say,
"D:\test", it runs and generates the .tex files. "test" didn't exist
before. But, deleting my
Remember to CC the mailing list or reply all!
On Thu, Feb 13, 2025, 8:40 AM SK wrote:
> Hello, thank you for your answer. I will post the output using debug as
> soon as I'm back on the computer. However, I noticed the following
> yesterday: If I change the output directory of my command to, say
On Wed, Feb 12, 2025 at 8:53 AM SK wrote:
> Hello,
>
> since a few days I cannot use a script involving lilypond-book anymore.
> It's really strange cause I don't remember to change anything for the
> script, the included python or lilypond itself. Only thing I did was
> cleaning up the output di
Hello,
since a few days I cannot use a script involving lilypond-book anymore.
It's really strange cause I don't remember to change anything for the
script, the included python or lilypond itself. Only thing I did was
cleaning up the output directory by deleting old files - as far as I
understand
On Wed 21 Aug 2024 at 19:12:04 (-0700), Peter X wrote:
> Additionally, if there is a specific glyph that represents a tie/slur
> symbol that can be used within LaTeX, I would be interested in learning
> about that as well.
https://www.cogsci.ed.ac.uk/~richard/utf-8.cgi?input=203f&mode=hex
htt
understand that it might be possible to achieve this using LilyPond
embedded within LaTeX, but I am seeking guidance on the best practices for
doing so. If anyone has experience with this or could suggest a reliable
method—whether using LilyPond or another LaTeX package—I would greatly
appreciate your
Hello Ian,
You’re far better off moving to LilyPond 2.23.80 at once.
Here is how I installed it on my Mac Mini M1 some days ago.
HTH!
JM
—
LilyPond devel from MacPorts for Apple silicon
If not yet done, download MacPorts for your MacOS version from
https://github.com/macports/macports-base/
Dear Colleagues,
I have greatly enjoyed using Lilypond on Apple laptops for many years;
first Lilypond 2.12.3 on a 2008 Apple Mac., then Lilypond 2.18.2. on Apple Mac
2008 and Apple MacPro 2012. Finally I bought AppleMacPro M2,2022 running
Monterey 12.4.
I understood that the 64
Hi Andrew,
Le jeu. 13 déc. 2018 à 08:08, N. Andrew Walsh a
écrit :
> [...] That's some next-level insanity.
Thanks for making me laugh so hard! I plead guilty!
Cheers,
Pierre
Le jeu. 13 déc. 2018 à 08:08, N. Andrew Walsh a
écrit :
> ohmygod, is anybody still working on this? The idea to someb
ohmygod, is anybody still working on this? The idea to somebody re-doing
Treatise in Lily *as vector graphics* literally made me gasp. That's some
next-level insanity.
Kudos to you, to whoever coded that, and to everybody. I … I need to go sit
down for a while.
Cheers,
A
On Sat, Dec 8, 2018 at
Beautiful, Kieren.
Trevor.
On Fri, Dec 7, 2018 at 2:23 PM Henning Hraban Ramm
wrote:
> Am 2018-12-07 um 20:57 schrieb Kieren MacMillan <
> kieren_macmil...@sympatico.ca>:
>
> > As a further example of what Lilypond is capable of, and how I’m pushing
> it — in this case, for jobs engraving other
AMAZEBALLS!
On Sun., 9 Dec. 2018, 6:25 am Kieren MacMillan <
kieren_macmil...@sympatico.ca wrote:
> Hi Pierre,
>
> > Your topic reminds me some test pages done with a C. Cardew score two
> years ago:
> > http://lilybin.com/u8vxbi/1
>
> WOW! Lilypond never ceases to amaze me.
>
> A non-trivial det
Hi Pierre,
> Your topic reminds me some test pages done with a C. Cardew score two years
> ago:
> http://lilybin.com/u8vxbi/1
WOW! Lilypond never ceases to amaze me.
A non-trivial detail: we’re viewing that in a browser.
Just let that sink in. =)
Thanks!
Kieren.
_
Hi Kieren,
Great job!
Your topic reminds me some test pages done with a C. Cardew score two years
ago:
http://lilybin.com/u8vxbi/1
Cheers,
Pierre
Le sam. 8 déc. 2018 à 01:57, Kieren MacMillan
a écrit :
> Hey-braham!
>
> > I can’t even begin to suppose how you did this.
>
> Actually, it was prett
Hey-braham!
> I can’t even begin to suppose how you did this.
Actually, it was pretty simple:
1. take a couple of lines (some rotated), a couple of circled markups (note
names), a couple of triangles, and a couple of arrows;
2. throw them all in a \markup \overlay block with liberal use of \tran
On Fri, Dec 7, 2018 at 1:24 PM Henning Hraban Ramm
wrote:
> Am 2018-12-07 um 20:57 schrieb Kieren MacMillan <
> kieren_macmil...@sympatico.ca>:
>
> > As a further example of what Lilypond is capable of, and how I’m pushing
> it — in this case, for jobs engraving other people’s music and music the
Am 2018-12-07 um 20:57 schrieb Kieren MacMillan :
> As a further example of what Lilypond is capable of, and how I’m pushing it —
> in this case, for jobs engraving other people’s music and music theory
> articles — consider the following Riemannian Tonnetz graph [excerpt] I just
> finished eng
Hello all,
As a further example of what Lilypond is capable of, and how I’m pushing it —
in this case, for jobs engraving other people’s music and music theory articles
— consider the following Riemannian Tonnetz graph [excerpt] I just finished
engraving:
Intégral32_ProtoHarmony_Ex8c.pdf
De
On 2/19/18 10:23 AM, Urs Liska wrote:
The main argument that could speak against that is the requirement to
use LuaLaTeX (instead of XeLaTeX, pdfLaTeX, or even more low-level
variants).
True. I use LuaLaTeX as my default engine, so that's not a
consideration I generally think about. Thanks
Am 19.02.2018 um 16:15 schrieb Br. Samuel Springuel:
My personal choice is #2, but I might be slightly biased as I help out
on that project.
The main argument that could speak against that is the requirement to
use LuaLaTeX (instead of XeLaTeX, pdfLaTeX, or even more low-level
variants).
LilyPond is not a LaTeX package, but a standalone program for
typesetting music. To combine LilyPond and LaTeX output into the same
document, you have several possibilities:
1) lilypond-book:
http://lilypond.org/doc/v2.18/Documentation/usage/lilypond_002dbook
This is a pre-processor script
Good Morning,
I am somewhat new to using LaTeX. I recently upgraded from 2013 to 2017
MacTex and installed Lilypond 2.18.2. I have tried to incorporate some
simple lilypond code in LaTex and it hasn't worked yet.
I can create a pdf directly from Lilypond. Specifically, I can compile ->
typeset
ls next week, along with
focusing on score layouts and tweaks/contexts. Please leave a comment if you
have any feedback or requests.
Thank you!
Hope you all have a nice week,
Ben
-
composer | sound designer
LilyPond Tutorials (for beginners) --> http://bit.ly/bcl-lilypond
--
View
age in context:
http://lilypond.1069038.n5.nabble.com/New-Using-LilyPond-with-MIDI-Video-New-Weekly-Lilypond-Tutorials-tp194847.html
Sent from the User mailing list archive at Nabble.com.
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
On 26/12/2015 13:44, judson collins wrote:
> Hi Greg
> Thanks
> yes I realised I could edit the scale that was presented mulike editing
> a web page.
> So now I have done dozens of tests trying to figure what the codes are.
> octaves, durations etc.
> I will lok at frescobaldi tomorrow. Is there
On 26/12/2015 12:55, Jud wrote:
> Hi all
> First post.
> I have downloaded Lilypond for windows 7.
> I went through the test that confims that Lily is working.
> I have been presented with the welcome notes as well as
> a command propt box. Where am I supposed to start typing text?
> The command
Hello Jud and Welcome to the wonderful pond!
I would really recommend you to download and install Frescobaldi.
http://frescobaldi.org/
Frescobaldi is an Editor/IDE for creating Lilypond files.
Lilypond take on (or multiple) text files with commands for how it
should create the sheet music.
You
Hi all
First post.
I have downloaded Lilypond for windows 7.
I went through the test that confims that Lily is working.
I have been presented with the welcome notes as well as
a command propt box. Where am I supposed to start typing text?
The command box does not want to take any text.
Looing at
At 21:58 13/06/2015 +0200, Martin Tarenskeen wrote:
A quote from that website [http://www.mellowood.ca/mma/]:
And, please remember, our program is called "MMA - Musical MIDI
Accompaniement", not "MMA".
So its full name would be "Musical Musical Instrument Digital
Interface Accompaniment - Mu
On Sat, 13 Jun 2015, Martin Tarenskeen wrote:
Have a link?
http://www.mellowood.ca/mma/
A quote from that website:
If you are confused by the acronym "MMA" and were looking for the the MIDI
Manufacturers Association (MMA) please visit http://www.midi.org. On the
other hand, if you were
2015-06-13 21:07 GMT+02:00 Stjepan Horvat :
> Hi guys..
> The other day i was trying to practice jazz improvisation on linux.
> I was searching for a simple/fast working software that would help me
> practice.
> I found about MMA and it is cool - text based, midi output/export
Well, google-search
Hi guys..
The other day i was trying to practice jazz improvisation on linux.
I was searching for a simple/fast working software that would help me
practice.
I found about MMA and it is cool - text based, midi output/export
but
it wasn't so clean regarding "musicly writing" speaking.
So i had thi
Org-mode is a pretty remarkable way to do this. You can embed LilyPond source
code directly into the document's markup. Then, when you export to LaTeX, it
can compile the LP snippets automatically and insert them into the result.
begin sample org file
#+PROPERTY: header-args:lilypond :prolo
Am 04.04.2015 um 22:20 schrieb Michael Hendry:
On 4 Apr 2015, at 21:10, Urs Liska wrote:
Am 4. April 2015 21:41:17 MESZ, schrieb Daniel Contreras
:
subject line says it all, I want to use Lily Pond in a text document.
Can someone point me in the right direction to achieve this? Thanks a
b
On 05/04/2015 05:41, Daniel Contreras wrote:
subject line says it all, I want to use Lily Pond in a text document. Can
someone point me in the right direction to achieve this? Thanks a bunch I am
using version 2.18.
Lyx and Scribus both allow Lilypond source to be included in frames
within a
On 2015-04-04 02:20 PM, Michael Hendry wrote:
On 4 Apr 2015, at 21:10, Urs Liska wrote:
Am 4. April 2015 21:41:17 MESZ, schrieb Daniel Contreras
:
subject line says it all, I want to use Lily Pond in a text document.
Can someone point me in the right direction to achieve this? Thanks a
bunc
> On 4 Apr 2015, at 21:10, Urs Liska wrote:
>
>
>
> Am 4. April 2015 21:41:17 MESZ, schrieb Daniel Contreras
> :
>> subject line says it all, I want to use Lily Pond in a text document.
>> Can someone point me in the right direction to achieve this? Thanks a
>> bunch I am using version 2.18.
Am 4. April 2015 21:41:17 MESZ, schrieb Daniel Contreras
:
>subject line says it all, I want to use Lily Pond in a text document.
>Can someone point me in the right direction to achieve this? Thanks a
>bunch I am using version 2.18.
Ehm, and what program to produce the text document?
>Daniel
subject line says it all, I want to use Lily Pond in a text document. Can
someone point me in the right direction to achieve this? Thanks a bunch I am
using version 2.18.
Daniel Contreras
___
lilypond-user mailing list
lilypond-user@gnu.org
https://li
user@gnu.org<mailto:lilypond-user@gnu.org>
Subject: General newbie query: Creating and displaying dynamic scores using
Lilypond?
Dear Lilypond list,
We are plotting a networked score system, where each part can be updated
dynamically from a central controller. In the simplest case, this wou
ssex.ac.uk>
> +44 (0) 1273 87 7267
Hey Alice,
If you are not set on using LilyPond, Guido is made exactly for this sort of
thing.
guido.grame.fr
With API calls available to recuperate the placement of objects.
Otherwise, if you want to use LilyPond, I have a project with a couple other
people
6:58 AM
To: lilypond-user@gnu.org
Subject: General newbie query: Creating and displaying dynamic scores using
Lilypond?
Dear Lilypond list,
We are plotting a networked score system, where each part can be updated
dynamically from a central controller. In the simplest case, this would be a
Hi,
On Thu, Nov 6, 2014 at 10:22 AM, Urs Liska wrote:
>
> Am 06.11.2014 15:57, schrieb Alice Eldridge:
>
> Dear Lilypond list,
>
> We are plotting a networked score system, where each part can be updated
> dynamically from a central controller. In the simplest case, this would be
> a set score,
Am 06.11.2014 15:57, schrieb Alice Eldridge:
Dear Lilypond list,
We are plotting a networked score system, where each part can be
updated dynamically from a central controller. In the simplest case,
this would be a set score, with a means to indicate the current bar,
as an ensemble plays - t
Dear Lilypond list,
We are plotting a networked score system, where each part can be updated
dynamically from a central controller. In the simplest case, this would be a
set score, with a means to indicate the current bar, as an ensemble plays -
this might be a vertical line scrolling through,
2014-06-12 14:44 GMT+02:00 Pierre Perol-Schneider <
pierre.schneider.pa...@gmail.com>:
> Has anyone else problem with the LSR preview ?
>
Pages are back. Problem solved.
Cheers,
Pierre
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.
2014-06-12 15:05 GMT+02:00 Federico Bruni :
> Well, the link you pasted is wrong: lsr.dsi.unimi.it does not exist
>
Yep ! I agree.
Pitty that Seba does not reply...
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/list
2014-06-12 14:44 GMT+02:00 Pierre Perol-Schneider <
pierre.schneider.pa...@gmail.com>:
>
>>> Hi Federico,
>>> Why not.
>>> Problem is that I cannot reach LSR previews for a couple of days (e.g.
>>> http://lsr.dsi.unimi.it/LSR/Item?u=1&id=918). I've asked Seba about
>>> that but got no answer till
Hi Federico, Hi All,
2014-06-12 12:20 GMT+02:00 Federico Bruni :
> 2014-06-11 16:02 GMT+02:00 Pierre Perol-Schneider <
> pierre.schneider.pa...@gmail.com>:
>
> 2014-06-11 12:37 GMT+02:00 Federico Bruni :
>>
>>
>>
>>
>>> I could not find anything in the documentation nor in the LSR.
>>> But I foun
2014-06-11 23:48 GMT+02:00 Martyn Quick :
> Just a quick final message - thanks for all the help several of you gave.
> I have managed to get to grips with the workaround for bends/pull-offs,
> etc., and also make the vibrato / textspanner thing work.
>
>
Great!
Just a final comment. You'd better
2014-06-11 16:02 GMT+02:00 Pierre Perol-Schneider <
pierre.schneider.pa...@gmail.com>:
> 2014-06-11 12:37 GMT+02:00 Federico Bruni :
>
>
>
>
>> I could not find anything in the documentation nor in the LSR.
>> But I found this function in the archives:
>> http://lists.gnu.org/archive/html/lilypon
Just a quick final message - thanks for all the help several of you gave. I
have managed to get to grips with the workaround for bends/pull-offs, etc., and
also make the vibrato / textspanner thing work.
Martyn___
lilypond-user mailing list
lilypond-u
I don't have benddefs.ily so I couldn't test this, but I think it would
look like this: (you can of course remove the comments to make the number
of lines fewer)
%%%
\version "2.18.0"
\include "benddefs.ily"
\score {
<<
\new Staff { \clef "treble_8"
\bendOn
a'4 ( b' )(
From: Federico Bruni
2014-06-10 23:50 GMT+02:00 Martyn Quick :
Thank you for the kind person who helped me out the last time I was trying to
get to grips with Lilypond and guitar music. I suspect these two are more
challenging.
>
>
>1. Is it possible at all to combine bends with hammer-on /
2014-06-11 15:36 GMT+02:00 Martyn Quick :
> Err, good point - sorry. First link that I found was:
> http://www.scenicnewengland.net/guitar/notate/symbols.htm
>
> ... and that has vibrato as the last thing example of notation listed.
>
Hi Martyn,
Since the image you provide does not reflect Lil
2014-06-11 12:37 GMT+02:00 Federico Bruni :
> I could not find anything in the documentation nor in the LSR.
> But I found this function in the archives:
> http://lists.gnu.org/archive/html/lilypond-user/2013-04/msg00793.html
>
> I haven't tested it because there's no example file and I don't ha
Hi Martyn,
On Wed, Jun 11, 2014 at 8:36 AM, Martyn Quick
wrote:
>
>
> ... and that has vibrato as the last thing example of notation listed.
>
>
A simple way to get the line for vibrato would be to adapt a TextSpanner
object:
\version "2.19.5"
{
\override TextSpanner.style = #'trill
c'
On 10/06/14 22:50, Martyn Quick wrote:
Thank you for the kind person who helped me out the last time I was trying to
get to grips with Lilypond and guitar music. I suspect these two are more
challenging.
>
>
>...
>
>
>2. A common notation in guitar music is vibrato - is there any way to types
2014-06-10 23:50 GMT+02:00 Martyn Quick :
> Thank you for the kind person who helped me out the last time I was trying
> to get to grips with Lilypond and guitar music. I suspect these two are
> more challenging.
>
> 1. Is it possible at all to combine bends with hammer-on / pull-offs at
> all?
Martyn,
On 10/06/14 22:50, Martyn Quick wrote:
Thank you for the kind person who helped me out the last time I was
trying to get to grips with Lilypond and guitar music. I suspect
these two are more challenging.
...
2. A common notation in guitar music is vibrato - is there any way to
type
Thank you for the kind person who helped me out the last time I was trying to
get to grips with Lilypond and guitar music. I suspect these two are more
challenging.
1. Is it possible at all to combine bends with hammer-on / pull-offs at all?
(e.g., a hammer-on immediately followed by a bend,
Check, it works. You cannot handle to do it with regular Arabic keyboard, I
played a little with the Character map and I got the text.
--
View this message in context:
http://lilypond.1069038.n5.nabble.com/Using-LilyPond-with-Arabic-music-tp32053p160512.html
Sent from the User mailing list
2013/4/30 David Kastrup :
> Francisco Vila writes:
>
>> 2013/4/30 Julien Rioux :
>>> On 30/04/2013 5:56 AM, Francisco Vila wrote:
In theory yes, but does this make lilypond-book generate a myfile.tex
that includes the PNG images? I think not.
>>>
>>> The generated .tex file doe
Francisco Vila writes:
> 2013/4/30 Julien Rioux :
>> On 30/04/2013 5:56 AM, Francisco Vila wrote:
>>>
>>> In theory yes, but does this make lilypond-book generate a myfile.tex
>>> that includes the PNG images? I think not.
>>>
>>
>> The generated .tex file does not specify the file extension for
2013/4/30 Julien Rioux :
> On 30/04/2013 5:56 AM, Francisco Vila wrote:
>>
>> In theory yes, but does this make lilypond-book generate a myfile.tex
>> that includes the PNG images? I think not.
>>
>
> The generated .tex file does not specify the file extension for the imported
> graphic files, so t
On 30/04/2013 5:56 AM, Francisco Vila wrote:
In theory yes, but does this make lilypond-book generate a myfile.tex
that includes the PNG images? I think not.
The generated .tex file does not specify the file extension for the
imported graphic files, so that it is up to (pdf)latex to pick the
2013/4/30 Julien Rioux :
> On 29/04/2013 12:07 PM, Francisco Vila wrote:
>>
>> Hello. I am trying to create an e-book in ePub format from a latex
>> document via lilypond-book and pandoc.
>>
>> EPubs can not have images in PDF format, so I'd like to prepare a
>> latex file with PNG images.
>>
>>
On 29/04/2013 12:07 PM, Francisco Vila wrote:
Hello. I am trying to create an e-book in ePub format from a latex
document via lilypond-book and pandoc.
EPubs can not have images in PDF format, so I'd like to prepare a
latex file with PNG images.
...
I imagine that PNG images are created for
1 - 100 of 288 matches
Mail list logo