Re: lyp - a Package Manager for Lilypond

2016-01-28 Thread Johan Vromans
On Fri, 29 Jan 2016 01:08:53 -0600 (CST) msk...@ansuz.sooke.bc.ca wrote: > ...as hosted Git repositories. I thought that was a dealbreaker, but I > tried to give it a fair chance. I read the readme as far as the line > about piping the output of curl into bash. I stopped there. Just replace

RE: lyp - a Package Manager for Lilypond

2016-01-28 Thread mskala
On Fri, 29 Jan 2016, Urs Liska wrote: > I think one of the nice things in Sharon's approach is that you don't > *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. I read t

RE: lyp - a Package Manager for Lilypond

2016-01-28 Thread Urs Liska
Am 29. Januar 2016 07:09:56 MEZ, schrieb Mike Solomon : >Congratulations!This is a wonderful accomplishment and I am looking >forward to getting some of my packages in good shale and contributing >them. Do you have a contributor's guide yet? I think one of the nice things in Sharon's approach is

RE: lyp - a Package Manager for Lilypond

2016-01-28 Thread Mike Solomon
Congratulations!This is a wonderful accomplishment and I am looking forward to getting some of my packages in good shale and contributing them. Do you have a contributor's guide yet? Cheers,MS Sent from my Samsung Galaxy smartphone. Original message From: Sharon Rosner Date: 2

RE: Reversing order of colliding noteheads?

2016-01-28 Thread Stephen MacNeil
How about %% \version "2.18.2" timeKey = { \key c \major \time 4/4 } tenorPart = { \voiceOne r2 e'8 \shape #'((0 . 0) (0 . 0.8) (0 . 0.8) (0 . 0.1)) Tie c'4. ~ | \once \override Voice.NoteColumn.force-hshift = #.6 c'4. r8 f'2 | } leadPart = { \voiceTwo

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

2016-01-28 Thread Paul Morris
Any ideas why this doesn’t work? Thanks, -Paul \version “2.19.35" % works: { \override NoteHead.no-ledgers = ##t c c c c } % nope: { \override NoteHead.before-line-breaking = #(lambda (grob) (ly:grob-set-property! grob 'no-ledgers #t)) c c c c } ___

Piano centered dynamics - dealing with bar collisions

2016-01-28 Thread Przemyslaw Pawelczyk
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: http://www.lilypond.org/doc/v2.14/Documentation/learning/piano-templates If we take it (w/o midi part, which is not needed here) and add s1 in everythin

Re: Piano pedal mark collision (\sustainOn, \sustainOff)

2016-01-28 Thread Kieren MacMillan
Hi Przemyslaw, > Do you perhaps indirectly suggest something like replacing closing > asterisk "*" with asterisk with some space padding "* “? That’s exactly what I’m suggesting. > That could work too, I guess, if it's possible. Yes. And it would be the superior workaround, since it would invol

lyp - a Package Manager for Lilypond

2016-01-28 Thread Sharon Rosner
Hello all, I'd like to announce lyp - a package manager for Lilypond: https://github.com/noteflakes/lyp I started writing lyp a couple of months ago, as a result of discussions Urs Liska, Matteo Ceccarello and me were having a on how to go about implement

Re: Piano pedal mark collision (\sustainOn, \sustainOff)

2016-01-28 Thread Przemyslaw Pawelczyk
Hi, Kieren! On Wed, Jan 27, 2016 at 10:25 PM, Kieren MacMillan wrote: >> No one played with positions of \sustainOn and \sustainOff? > > Well, I took a couple of seconds, and failed. > > Then, just now, I realized there’s a possible solution: >

Re: Piano pedal mark collision (\sustainOn, \sustainOff)

2016-01-28 Thread Przemyslaw Pawelczyk
Hi, Mark! On Wed, Jan 27, 2016 at 9:45 PM, Mark Stephen Mrotek wrote: > If acceptable, the use of "bracket" style can eliminate the conflict. Going in my pedal definition with: \set pedalSustainStyle = #'bracket is other kind of workaround, but text style is much more visually appealing to

Re: multiple strophes centered

2016-01-28 Thread Bernhard Kleine
Thank you, it works. Bernhard Am 28.01.2016 um 16:53 schrieb Klaus Blum: > % - > \score { > << > \new Staff { > \new Voice = "melody" { > \relative c'' { > a4 a a a > \repeat volta 3 { b4 b b b } > c4 c

Re: Reversing order of colliding noteheads?

2016-01-28 Thread Michael J. O'Donnell
Thanks Abraham, Solution 1, using NoteColumn.force-hshift, was just what I was looking for, but couldn't find it in the manual until I knew the name of the property. In case anyone else is interested, it's in the manual at http://www.lilypond.org/doc/v2.18/Documentation/learning/fixing-overlappin

Re: multiple strophes centered

2016-01-28 Thread Klaus Blum
Hi Bernhard, you could start by defining the second verse, followed by the first (aligned ABOVE the second) and finally the third (aligned below the second): % - \score { << \new Staff { \new Voice = "melody" { \relative c'' {

Re: verbose markups?

2016-01-28 Thread Joshua Nichols
> > 2. \markup { \normal-text "I'm not bold" } > This is exactly what I was looking for! Thanks! Sincerely, Josh ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Sustain pedal cautionary after line break

2016-01-28 Thread Pierre Perol-Schneider
Yes you're right Kieren. I'll modify the description tonight, too busy for the moment. Cheers, Pierre 2016-01-28 15:18 GMT+01:00 Kieren MacMillan : > Hi Pierre, > > > Added to the LSR: http://lsr.di.unimi.it/LSR/Item?id=1023 > > Thanks for doing this! > > Maybe this is overkill for the LSR… but i

Re: Sustain pedal cautionary after line break

2016-01-28 Thread Kieren MacMillan
Hi Pierre, > Added to the LSR: http://lsr.di.unimi.it/LSR/Item?id=1023 Thanks for doing this! Maybe this is overkill for the LSR… but in such cases, where it’s not clear to newbies that this is not actually a change to a SustainPedal/PianoPedalBracket — but rather a workaround using an entirel

Re: Sustain pedal cautionary after line break

2016-01-28 Thread Pierre Perol-Schneider
Added to the LSR: http://lsr.di.unimi.it/LSR/Item?id=1023 Cheers, Pierre ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

multiple strophes centered

2016-01-28 Thread Bernhard Kleine
In the documentation is the following code. This does not center vertically the repeated text and the three strophes. Do you know to achieve a text where the second stanza would be aligned with the repeated text (could maybe added to the documentation)? Regards Bernhard \score { << \new Sta

Re: "Automatische Aufteilung von Noten"

2016-01-28 Thread Bernhard Kleine
Thank you both, it works Bernhard Am 28.01.2016 um 11:47 schrieb Simon Albrecht: > On 28.01.2016 11:02, Bernhard Kleine wrote: >> I have the following code and want to add this snippet from the >> Documentation: >> >> \new Voice \with { >>\remove "Note_heads_engraver" >>\consists "Complet

Re: Henle app

2016-01-28 Thread Urs Liska
Am 28.01.2016 um 12:55 schrieb Andrew Bernard: > And, amusingly, I read on the blog from the MD of Henle that one of > the selling points of the Henle Library is that you can download > different fingerings from many different editors for a given piece. > Well, I suppose some teachers and student

Re: Henle app

2016-01-28 Thread Andrew Bernard
And, amusingly, I read on the blog from the MD of Henle that one of the selling points of the Henle Library is that you can download different fingerings from many different editors for a given piece. Well, I suppose some teachers and students may find this useful. Andrew On 28/01/2016, 22:27

Re: Henle app

2016-01-28 Thread Andrew Bernard
Hi Martin, Well indeed. They make a point of saying it is not PDF, but do not mention that it is most likely a proprietary file format. There’s no mention of anything being open. If nothing else, I will finally be able to read Henle’s scores without the fingerings they insist on putting in, ev

Re: Henle app

2016-01-28 Thread Martin Tarenskeen
On Thu, 28 Jan 2016, Flaming Hakama by Elaine wrote: I wonder if they will ever let third parties publish to their app. That's a question I'm having also. I hope there will some kind of universal and open fileformat. A Henle app that is only able to display Henle scores seems limited to me.

Re: "Automatische Aufteilung von Noten"

2016-01-28 Thread Simon Albrecht
On 28.01.2016 11:02, Bernhard Kleine wrote: I have the following code and want to add this snippet from the Documentation: \new Voice \with { \remove "Note_heads_engraver" \consists "Completion_heads_engraver" \remove "Rest_engraver" \consists "Completion_rest_engraver" Adding it to

Re: "Automatische Aufteilung von Noten"

2016-01-28 Thread Pierre Perol-Schneider
Hi Bernhard, Some variables and the version you are using are missing. I cannot compile your snippet. Please read: http://www.lilypond.org/tiny-examples.de.html Anyway, this compiles fine here: \version "2.18.2" soprano = { a' } alto = { c' } tenor = { a } bass = { \clef bass c } verseOne = \lyr

"Automatische Aufteilung von Noten"

2016-01-28 Thread Bernhard Kleine
I have the following code and want to add this snippet from the Documentation: \new Voice \with { \remove "Note_heads_engraver" \consists "Completion_heads_engraver" \remove "Rest_engraver" \consists "Completion_rest_engraver" Adding it to \new Voice = "soprano" failed and adding to Choir

Re: Henle app

2016-01-28 Thread Flaming Hakama by Elaine
> > >> I would hazard a guess that the sizing is handled by rendering SVG ? > the whole point of which is that is is scalable and resizeable ? output > from whatever engraving program Henle uses. I doubt that the app is doing > engraving on the fly. > > Well, they claim: > > ? you can change