On 04/30/2014 04:12 AM, Rus wrote:
Hello!
How to make a split system, like in the attached file?
Hi Rus,
this is going to be a few pointers to semi-solutions, that's all I can
offer.
The closest I know which can be achieved (fairly) easily is what Simon
Bailey used for the coda here:
ht
Am 29.04.2014 13:26, schrieb Urs Liska:
Am 29.04.2014 12:24, schrieb Urs Liska:
Hi all,
I'm writing a set of functions to retrieve Git repository information
for use in a score:
https://github.com/openlilylib/snippets/tree/master/editorial-tools/git-commands
I'm using a function provided by
2014-04-30 0:34 GMT+02:00 MING TSANG :
> Hi,Pierre:
>
Hi Emmanuel,
> 1. How can I Just increase the size of numbers inside the
> easyNoteheadsOn option? Right now the numbers is too small. A larger number
> inside the notehead will provide better sight reading.
>
Ez_noteheads-engraver is ma
Urs Liska writes:
> I've tried around for quite some time now to no avail, probably having
> tried _everything_ except the right solution ;-) so I have to come
> back here and ask.
>
> I now have this implementation:
>
> #(use-modules (ice-9 popen))
> #(use-modules (ice-9 rdelim))
>
> #(define (s
Am 30.04.2014 10:00, schrieb David Kastrup:
Urs Liska writes:
I've tried around for quite some time now to no avail, probably having
tried _everything_ except the right solution ;-) so I have to come
back here and ask.
I now have this implementation:
#(use-modules (ice-9 popen))
#(use-module
Am 30.04.2014 10:15, schrieb Urs Liska:
Am 30.04.2014 10:00, schrieb David Kastrup:
Urs Liska writes:
I've tried around for quite some time now to no avail, probably having
tried _everything_ except the right solution ;-) so I have to come
back here and ask.
I now have this implementation:
Urs Liska writes:
> Thank you for that. However,
> (interpret-markup-list layout props result)
> returns all strings concatenated to one line.
No, it doesn't. It returns a markup list, and if you put this into a
\markup without change, _then_ this list will be assembled into a single
line by im
Weird, I could have sworn that I had checked for them on Gmane and that they
weren't there, but apparently I didn't because they are. However, there does
appear to be a problem with Gmane's RSS feed
(http://rss.gmane.org/gmane.comp.gnu.lilypond.announce):
http://www.w3.org/1999/02/22-rdf-syntax
Hello all,
I just wanted to share with you a few photos of this book.
https://secure.flickr.com/photos/pacovila/sets/72157644486452813/
It is published under noncommercial+nonderivative license, but I plan
to publish my own work (this is: the lilypond code itself) under
attribution+sharealike li
Am 30.04.2014 13:35, schrieb Francisco Vila:
Hello all,
I just wanted to share with you a few photos of this book.
https://secure.flickr.com/photos/pacovila/sets/72157644486452813/
It is published under noncommercial+nonderivative license, but I plan
to publish my own work (this is: the lilypo
2014-04-30 13:35 GMT+02:00 Francisco Vila :
> Hello all,
>
Hi Francisco,
> I just wanted to share with you a few photos of this book.
>
Congrats !
Cheers,
~Pierre
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/list
Very nice, Francisco! Thank you for sharing.
Ralph
On Wed, Apr 30, 2014 at 7:35 AM, Francisco Vila wrote:
> Hello all,
>
> I just wanted to share with you a few photos of this book.
>
> https://secure.flickr.com/photos/pacovila/sets/72157644486452813/
>
--
Ralph Palmer
Brattleboro, VT
USA
palme
Very neat, nicely presented
Graheme
On 30/04/14 12:35, Francisco Vila wrote:
Hello all,
I just wanted to share with you a few photos of this book.
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypo
Am 30.04.2014 13:35, schrieb Francisco Vila:
[...]
We are fairly satisfied with the results.
Yes, it looks very nice indeed!
Marc
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
Paul Morris wrote
> I wrote a music function that takes music with standard clef settings and
> returns the music with customized clef settings.
Here's an improved version that also handles cue clefs. Designed for
treble, bass, and alto clefs, so it may not work with other clefs (with more
work
Is there anything like a namespace for include files? Like JSP or XML has.
I'm finding that if I have a lot of includes in my file, I will get
clashes in variable definitions. For instance a variable like \global will
have to become \courAllStaves, where "cour" is the namespace. This is a
very
2014-04-30 14:46 GMT+02:00 Nir Somoto :
> Hi,
>
> I recently downloaded *LilyPond *and found it very useful and interesting.
> I have a few suggestions and I'm looking for the person responsible for
> business development.
>
> Can you please refer me to the relevant contact?
>
>
I'm afraid we do n
2014-04-30 20:03 GMT+02:00 Paul Morris :
> Here's an improved version that also handles cue clefs. Designed for
> treble, bass, and alto clefs, so it may not work with other clefs (with
> more
> work they could be added).
>
Hi Paul,
I'm sure I've already seen this code or part of it...
Have you
Please, take a look at the attachment. This is excerpt from one the old Henle
Verlag editions. Although slur goes from bes to bes, it is sloped - because of
staccato. And it looks absolutely fine.
Now, look how LilyPond handles this:
{
bes8 ( d'16 c'16 bes4 -. )
}
Here, there is this gap betw
On 30/04/14 12:12, Rus wrote:
Hello!
How to make a split system, like in the attached file?
You can adapt something like this:
\relative c'' {
\repeat unfold 4 { c1 }
\bar "||"
\cadenzaOn \stopStaff
\repeat unfold 4 { % Adjust unfold counter to manipulate indentation
s
\noBreak
\bar ""
Schneidy wrote
> Hi Paul,
> I'm sure I've already seen this code or part of it...
> Have you send it somewhere else ?
> Anyway I'm not a client for this kind of notation but I appreciate the
> idea.
> Thanks for sharing,
Hi Pierre,
No I haven't posted this particular code anywhere else... (Well e
I am trying to create a text span solid line that ends with just 1/2 of an
arrowhead on the right side. Is there a way to set a graphic, something
simple like ...
samplePath =
#'((moveto 0 0)
(lineto -1 -.5)
(closepath))
... as the right text for the spanner? Something like:
\onc
\override TextSpanner.bound-details.right.text = \markup { \postscript
#samplePath }
--Karol
> I am trying to create a text span solid line that ends with just 1/2 of an
> arrowhead on the right side. Is there a way to set a graphic, something
> simple like ...
>
> samplePath =
> #'((moveto
And of course:
samplePath =
#
"0 0 moveto
2 0 lineto
0 1 lineto
closepath
fill
stroke"
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
Pierre:
<<
On Wednesday, April 30, 2014 3:59:03 AM, Pierre Perol-Schneider
wrote:
2014-04-30 0:34 GMT+02:00 MING TSANG :
Hi,Pierre:
Hi Emmanuel,
1. How can I Just increase the size of numbers inside the easyNoteheadsOn
option? Right now the numbers is too small. A larger number inside the
2014-05-01 0:22 GMT+02:00 Kate Sekula :
> I am trying to create a text span solid line that ends with just 1/2 of an
> arrowhead on the right side.
>
Try :
\version "2.18.2"
mySpan = {
\once\override TextSpanner.style = #'line
\once\override TextSpanner.
26 matches
Mail list logo