Re: Segmented beam to avoid collision

2014-05-22 Thread Pierre Perol-Schneider
2014-05-21 18:29 GMT+02:00 Javier Ruiz-Alma jav...@ruiz-alma.com: I used a filled-box and played around with the layers to partially cover the beam, but not other grobs. I'm stuck figuring out how to avoid the box covering staff lines. Here's the layer assignments I have: \override

Re: markup dynamics in a crescendo event

2014-05-22 Thread David Kastrup
Thomas Morley thomasmorle...@gmail.com writes: ffsf = %\tweak DynamicText.self-alignment-X #LEFT #(make-dynamic-script #{ \markup \dynamic ffsf #}) I seem to remember that just (make-dynamic-script ffsf) should be enough as the markup is rendered in the \dynamic font by default. -- David

Re: Adjusting distance between staves in a system

2014-05-22 Thread Richard Shann
On Wed, 2014-05-21 at 16:54 -0700, Javier Ruiz-Alma wrote: Phil B., A raised space didn't work. can you give an example of it not working? I thought this looked so useful I added to Denemo as command, this is ~the LilyPond generated - it works! \version 2.18.0

Re: Adjusting distance between staves in a system

2014-05-22 Thread Phil Burfitt
- Original Message - From: Javier Ruiz-Alma To: Phil Burfitt ; Phil Holmes ; LilyPond User Group Sent: Thursday, May 22, 2014 12:54 AM Subject: Re: Adjusting distance between staves in a system Phil B., A raised space didn't work. I replaced the space with a character

Re: Is there a translator from LilyPond to XML?

2014-05-22 Thread Jacques Menu
Just tried export to MusicXML directly from Photo Score Ultimate: it seems to do a much better job as Sibelius 7.1.3 in case of repeats. With the latter, you’re bound to edit them thoroughly… JM Le 21 mai 2014 à 22:50:05, Jacques Menu imj-muz...@bluewin.ch a écrit : Hello Dennis, I use

Re: Whiteout attached to NoteHead

2014-05-22 Thread Janek Warchoł
2014-05-22 4:59 GMT+02:00 James Worlton jworl...@gmail.com: Hello, I'm trying to get the whiteout that is attached to the NoteHead to not cover the ledger line. Use \override Staff.LedgerLineSpanner.layer = #3 This override must be placed at the beginning of the music (when the Staff is

adding new staff on the fly in a staff group

2014-05-22 Thread Orm Finnendahl
Hi, in the following example, adding a new staff on the fly within the uppermost staff of a staff group adds the staff below the last staff of the staff group. Is there an easy workaround to create the new staff directly below the uppermost staff? -- Orm \version 2.19.5 \score { \new

Re: Whiteout attached to NoteHead

2014-05-22 Thread Janek Warchoł
2014-05-22 13:04 GMT+02:00 Janek Warchoł janek.lilyp...@gmail.com: As for the size of the override, i don't remember any solution. I meant size of the whiteout, of course :) ___ lilypond-user mailing list lilypond-user@gnu.org

Re: adding new staff on the fly in a staff group

2014-05-22 Thread David Kastrup
Orm Finnendahl orm.finnend...@hfmdk-frankfurt.de writes: Hi, in the following example, adding a new staff on the fly within the uppermost staff of a staff group adds the staff below the last staff of the staff group. Is there an easy workaround to create the new staff directly below the

Re: adding new staff on the fly in a staff group

2014-05-22 Thread Jan-Peter Voigt
Hi Orm, if you name the Staff contexts and apply a context-mod with alignBelowContext=top, it should work: % \new StaffGroup \new Staff = top \repeat unfold 6 { c''2 } \new Staff = bottom { c''1 c''1 \new Staff \with { alignBelowContext = top } { c''1 } c''1 }

Re: Whiteout attached to NoteHead

2014-05-22 Thread James Worlton
On Thu, May 22, 2014 at 12:28 AM, Javier Ruiz-Alma jav...@ruiz-alma.comwrote: I'm trying to get the whiteout that is attached to the NoteHead to not cover the ledger line. Also, it would be ideal if I could extend the width of the whiteout to the width of the ledger lines. Does this work?

Re: Whiteout attached to NoteHead

2014-05-22 Thread James Worlton
On Thu, May 22, 2014 at 6:04 AM, Janek Warchoł janek.lilyp...@gmail.comwrote: 2014-05-22 4:59 GMT+02:00 James Worlton jworl...@gmail.com: Hello, I'm trying to get the whiteout that is attached to the NoteHead to not cover the ledger line. Use \override Staff.LedgerLineSpanner.layer =

Re: adding new staff on the fly in a staff group

2014-05-22 Thread David Kastrup
David Kastrup d...@gnu.org writes: Orm Finnendahl orm.finnend...@hfmdk-frankfurt.de writes: Hi, in the following example, adding a new staff on the fly within the uppermost staff of a staff group adds the staff below the last staff of the staff group. Is there an easy workaround to create

Re: adding new staff on the fly in a staff group

2014-05-22 Thread Orm Finnendahl
Am Donnerstag, den 22. Mai 2014 um 14:45:26 Uhr (+0200) schrieb David Kastrup: Apply the obvious fix to my proposal. :-) Thanx!! -- Orm ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Adjusting the shape of the second part of the slur after a break

2014-05-22 Thread Knute Snortum
I have been using \shape to change the appearance of slurs and ties as suggested by this mailing list (thanks!). One thing I still need to know how to do: when a slur crosses a break, i can control the shape of the first part (before the break) but not the second part (after the break). Below is

Re: markup dynamics in a crescendo event

2014-05-22 Thread Knute Snortum
That seems to work just fine. KISS. Thanks! Knute Snortum (via Gmail) On Wed, May 21, 2014 at 10:33 PM, David Kastrup d...@gnu.org wrote: Thomas Morley thomasmorle...@gmail.com writes: ffsf = %\tweak DynamicText.self-alignment-X #LEFT #(make-dynamic-script #{ \markup \dynamic ffsf

Re: Adjusting the shape of the second part of the slur after a break

2014-05-22 Thread James Worlton
On Thu, May 22, 2014 at 10:52 AM, Knute Snortum ksnor...@gmail.com wrote: I have been using \shape to change the appearance of slurs and ties as suggested by this mailing list (thanks!). One thing I still need to know how to do: when a slur crosses a break, i can control the shape of the

Re: Adjusting the shape of the second part of the slur after a break

2014-05-22 Thread Knute Snortum
That's it, thanks. Knute Snortum (via Gmail) On Thu, May 22, 2014 at 9:06 AM, James Worlton jworl...@gmail.com wrote: On Thu, May 22, 2014 at 10:52 AM, Knute Snortum ksnor...@gmail.comwrote: I have been using \shape to change the appearance of slurs and ties as suggested by this mailing

RE: Adjusting distance between staves in a system

2014-05-22 Thread Javier Ruiz-Alma
Richard Shann: can you give an example of it not working? https://gist.github.com/dominicus/3d158abd456d4b9c3bf0 There's quite a bit going on in this score. The pinch point is in measure 9, where beamed quarter-notes switch staves. I have both approaches tagged, and the same music is typeset

Problem: incompatible Lilypond and Guile

2014-05-22 Thread rm damerell
Dear colleagues, I have a problem due (I think) to a bad mixture of versions of Lilypond and Guile. Versions are: L-Ubuntu 12.04 guile-2.0.5+1-1 (most recent version I found in Ubuntu repository) Lilypond 2.18.2 (From lilypond.org) I wrote a test file, x.ly: BEGIN \version 2.18.2

Re: Problem: incompatible Lilypond and Guile

2014-05-22 Thread Simon Albrecht
Am 22.05.2014 22:36, schrieb rm damerell: Dear colleagues, I have a problem due (I think) to a bad mixture of versions of Lilypond and Guile. Versions are: L-Ubuntu 12.04 guile-2.0.5+1-1 (most recent version I found in Ubuntu repository) Lilypond 2.18.2 (From lilypond.org) Lilypond still

Re: Problem: incompatible Lilypond and Guile

2014-05-22 Thread Jay Anderson
On Thu, May 22, 2014 at 2:09 PM, Simon Albrecht simon.albre...@mail.de wrote: Am 22.05.2014 22:36, schrieb rm damerell: Dear colleagues, I have a problem due (I think) to a bad mixture of versions of Lilypond and Guile. Versions are: L-Ubuntu 12.04 guile-2.0.5+1-1 (most recent version I

Re: Problem: incompatible Lilypond and Guile

2014-05-22 Thread Shane Brandes
You could upgrade to 14.4 it is yet another LTS version. and there LilyPond 2.18 works well. The only downside I am noticing at the moment is Chrome browser is in a bad spot they are migrating their gtk widgets to something else and it will be another few weeks before that is complete. Shane On

Re: Problem: incompatible Lilypond and Guile

2014-05-22 Thread David Kastrup
Jay Anderson horndud...@gmail.com writes: ... Modify configure.ac to use 2.0.9 instead. The first thing I noticed is that the nested define shorthand wasn't working in many places (even with (use-modules '(ice-9 curried-definitions))' in lily.scm). There's your mistake. curried-definitions