Re: Sustain pedal cautionary after line break

2016-01-29 Thread Pierre Perol-Schneider
Done. To All: please feel free to propose a better snippet description if needed. Cheers, Pierre 2016-01-28 15:33 GMT+01:00 Pierre Perol-Schneider < pierre.schneider.pa...@gmail.com>: > Yes you're right Kieren. I'll modify the description tonight, too busy for > the moment. > Cheers, > Pierre >

Re: lyp - a Package Manager for Lilypond

2016-01-29 Thread Urs Liska
Am 29.01.2016 um 14:43 schrieb msk...@ansuz.sooke.bc.ca: > On Fri, 29 Jan 2016, Sharon Rosner wrote: >>> ...as hosted Git repositories. I thought that was a dealbreaker, but I >>> tried to give it a fair chance. >> >> Please explain why packages as hosted git repositories is a bad idea. What >>

RE: lyp - a Package Manager for Lilypond

2016-01-29 Thread mskala
On Fri, 29 Jan 2016, Sharon Rosner wrote: > >...as hosted Git repositories. I thought that was a dealbreaker, but I > > tried to give it a fair chance. > > Please explain why packages as hosted git repositories is a bad idea. What > would be a better solution in your opinion? Version control

Re: no-ledgers not working with NoteHead.before-line-breaking

2016-01-29 Thread Pierre Perol-Schneider
Hi Paul, Harm had the same thought few years ago: https://lists.gnu.org/archive/html/lilypond-user/2013-09/msg00577.html No clue if that helps, Cheers, Pierre 2016-01-29 5:11 GMT+01:00 Paul Morris : > Any ideas why this doesn’t work? Thanks, -Paul > > \version “2.19.35"

Re: All but last note

2016-01-29 Thread David Kastrup
Pierre Perol-Schneider writes: > Hi List, > > I'd like to add glissandi to a group of notes except the last one. > Here's the function: > > glissandi = > #(define-music-function (parser location music) (ly:music?) > "Add a glissando to all but last note" >

RE: lyp - a Package Manager for Lilypond

2016-01-29 Thread Sharon Rosner
> Do you have a contributor's guide yet? The documentation could be improved a lot, but the README includes a section about developing packages: https://github.com/noteflakes/lyp#developing-packages Sharon Rosner -- View this message in context:

RE: lyp - a Package Manager for Lilypond

2016-01-29 Thread Sharon Rosner
> > *have* to contribute - you can also simply make your packages available. > >...as hosted Git repositories. I thought that was a dealbreaker, but I > tried to give it a fair chance. Please explain why packages as hosted git repositories is a bad idea. What would be a better solution in your

All but last note

2016-01-29 Thread Pierre Perol-Schneider
Hi List, I'd like to add glissandi to a group of notes except the last one. Here's the function: glissandi = #(define-music-function (parser location music) (ly:music?) "Add a glissando to all but last note" (let ((all-but-last-note (drop-right (ly:music-property music 'elements

Re: All but last note

2016-01-29 Thread Pierre Perol-Schneider
Using v2.18.2. Pierre 2016-01-29 12:14 GMT+01:00 Pierre Perol-Schneider < pierre.schneider.pa...@gmail.com>: > Hi List, > > I'd like to add glissandi to a group of notes except the last one. > Here's the function: > > glissandi = > #(define-music-function (parser location music) (ly:music?) >

Re: All but last note

2016-01-29 Thread Pierre Perol-Schneider
Copied! Thank you David. Pierre 2016-01-29 12:36 GMT+01:00 David Kastrup : > Pierre Perol-Schneider writes: > > > Hi List, > > > > I'd like to add glissandi to a group of notes except the last one. > > Here's the function: > > > > glissandi = > >

let assoc-set! append to the right

2016-01-29 Thread Urs Liska
Hi all, assoc-set! either replaces a value in an alist *in-place* or prepends a new pair if the key isn't present in the alist. However, I need a function the *appends* the entry if it is created newly. I came up with swapping the first element to the end if assoc-set! has modified the length of

Re: let assoc-set! append to the right

2016-01-29 Thread Urs Liska
Am 29.01.2016 um 10:29 schrieb David Kastrup: > Urs Liska writes: > >> Hi all, >> >> assoc-set! either replaces a value in an alist *in-place* or prepends a >> new pair if the key isn't present in the alist. >> However, I need a function the *appends* the entry if it is

Re: let assoc-set! append to the right

2016-01-29 Thread David Kastrup
Urs Liska writes: > Hi all, > > assoc-set! either replaces a value in an alist *in-place* or prepends a > new pair if the key isn't present in the alist. > However, I need a function the *appends* the entry if it is created newly. > > I came up with swapping the first

Re: lyp - a Package Manager for Lilypond

2016-01-29 Thread Urs Liska
Am 29.01.2016 um 16:38 schrieb Sharon Rosner: > Considering the alternatives I think this solution we came up with is > clearly the winner. If you can think of a better one please let me know. One more comment which may help avoid any unnecessary boiling up of discussion: I'm not sure if I 100%

Re: lyp - a Package Manager for Lilypond

2016-01-29 Thread Sharon Rosner
> With regard to everything else I think nothing speaks against > *extending* lyp to support arbitrary directories as well. lyp already supports installing packages from local files. lyp install mypack:~/mypack-repo This feature can be used also for package development. > The Git > approach

RE: lyp - a Package Manager for Lilypond

2016-01-29 Thread Sharon Rosner
> Version control systems in general are not well-suited for distribution of > software to users. They significantly increase the level of skill and of > previously-installed software a user needs just to get in the door. It's > not a good idea to require a client for a much more complicated

Re: Is this an error?

2016-01-29 Thread Nathan Ho
On 2016-01-29 07:54, Joseph Breton wrote: AMDG I am just learning using OOolilypond. The following code prints out b flat and not b natural. Try as I might, I have not been able to remedy the problem. Any suggestions? Thanks. melody = \relative c' { \key g \major \time 3/4 b } \score {

Re: lyp - a Package Manager for Lilypond

2016-01-29 Thread Johan Vromans
On Fri, 29 Jan 2016 16:49:36 +0100 Urs Liska wrote: > But: it was him who actually started to work on this. And without this > we wouldn't even have anything to nitpick about. Exactly. ___ lilypond-user mailing list

Is this an error?

2016-01-29 Thread Joseph Breton
AMDG I am just learning using OOolilypond. The following code prints out b flat and not b natural. Try as I might, I have not been able to remedy the problem. Any suggestions? Thanks. melody = \relative c' { \key g \major \time 3/4 b } \score { \new Staff \melody \layout { }

Re: Is this an error?

2016-01-29 Thread Noeck
Dear Joseph, what is the template you are using here? This looks a bit like a German note name language (h = b, b = b-flat). You could change the template or override the language using \language english or \language nederlands % usual default HTH, Joram Am 29.01.2016 um 16:54 schrieb Joseph

Re: Piano centered dynamics - dealing with bar collisions

2016-01-29 Thread tisimst
Przemyslaw, On Thu, Jan 28, 2016 at 6:02 PM, Przemyslaw Pawelczyk [via Lilypond] < ml-node+s1069038n186599...@n5.nabble.com> wrote: > Hi! > > There is a piano centered dynamics template that was present in > Lilypond Learning Manual for v2.14, but is not available in recent > versions: >

Re: Learning more complicated lilypond coding

2016-01-29 Thread Charles O. Lawrence
Thanks Caio. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Learning more complicated lilypond coding

2016-01-29 Thread Nathan Ho
On 2016-01-29 14:54, Charles O. Lawrence wrote: For my edification in learning more complicated lilypond coding techniques, could one of you gurus post a sample of how to code the attached measure. The complication, for me at least, is the fact that the r8 should come AFTER the bass clef. With

RE: Learning more complicated lilypond coding

2016-01-29 Thread Charles O. Lawrence
Thanks Trevor for the "hack". I understand the code, but what is the s, and where is it documented? Charles From: Trevor Daniels [mailto:tr...@treda.co.uk] Sent: Friday, January 29, 2016 6:15 PM To: Charles O. Lawrence ; lilypond-user@gnu.org Subject: Re:

Learning more complicated lilypond coding

2016-01-29 Thread Charles O. Lawrence
Thanks everyone who responded. The LSR is indeed a source of wonderful things! Charles ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Piano centered dynamics - dealing with bar collisions

2016-01-29 Thread Przemyslaw Pawelczyk
On Fri, Jan 29, 2016 at 11:31 PM, Przemyslaw Pawelczyk wrote: > On Fri, Jan 29, 2016 at 6:49 PM, Abraham Lee > wrote: >> \override DynamicText.extra-spacing-height = #'(-inf.0 . +inf.0) > \override DynamicText.extra-spacing-width = #'(-0.2 .

Re: Learning more complicated lilypond coding

2016-01-29 Thread Trevor Daniels
Hi Charles There may well be a nicer way, but here's a quick hack: \relative c' { \clef treble \time 2/4 s8*1/1024 \clef bass r8*1023/1024 } - Original Message - From: Charles O. Lawrence To: lilypond-user@gnu.org Sent: Friday, January 29, 2016 10:54 PM Subject:

Re: Learning more complicated lilypond coding

2016-01-29 Thread Caio Giovaneti de Barros
The "s" is an invisible rest (or spacer rest): http://www.lilypond.org/doc/v2.19/Documentation/notation/writing-rests#invisible-rests On 29-01-2016 21:27, Charles O. Lawrence wrote: Thanks Trevor for the “hack”. I understand the code, but what is the s, and where is it documented? Charles

Re: Learning more complicated lilypond coding

2016-01-29 Thread Thomas Morley
2016-01-29 23:54 GMT+01:00 Charles O. Lawrence : > For my edification in learning more complicated lilypond coding techniques, > could one of you gurus post a sample of how to code the attached measure. > The complication, for me at least, is the fact that the r8

Re: lyp - a Package Manager for Lilypond

2016-01-29 Thread Caio Giovaneti de Barros
On 28-01-2016 19:52, Sharon Rosner wrote: Hello all, I'd like to announce lyp - a package manager for Lilypond: https://github.com/noteflakes/lyp Great work, Sharon! I'm very excited! ___ lilypond-user

Re: Piano centered dynamics - dealing with bar collisions

2016-01-29 Thread David Wright
On Sat 30 Jan 2016 at 00:00:43 (+0100), Przemyslaw Pawelczyk wrote: > I've noticed another thing just now, after zooming in. > Regardless of the overrides, first half note in the lower staff > actually does not line up with quater note in the upper staff. Isn't that because a minim is wider then

Re: Piano centered dynamics - dealing with bar collisions

2016-01-29 Thread Przemyslaw Pawelczyk
Hi, Abraham! On Fri, Jan 29, 2016 at 6:49 PM, Abraham Lee wrote: > On Thu, Jan 28, 2016 at 6:02 PM, Przemyslaw Pawelczyk [via Lilypond] < > ml-node+s1069038n186599...@n5.nabble.com> wrote: >> There is a piano centered dynamics template that was present in >> Lilypond