Re: enlarge vertical distance in time signature

2012-10-30 Thread pabuhr
Other than that (same with denom), the code looks fine to me. Works! However, (and there is always a however ;-), the font and font size are not the same as the regular (default) time signature. Is there a a way to grab these two pieces of information from the regular timestamp stencil and

Re: enlarge vertical distance in time signature

2012-10-30 Thread David Kastrup
pabuhr pab...@fastmail.fm writes: Other than that (same with denom), the code looks fine to me. Works! However, (and there is always a however ;-), the font and font size are not the same as the regular (default) time signature. \number $(number-string num) -- David Kastrup

Re: dynamics positioning

2012-10-30 Thread Peter O'Doherty
On 10/29/2012 04:52 PM, m...@mikesolomon.org wrote: I had to take a break from LilyPond development for a couple months but I hope to be back on board in a month or so. This was the exact problem that I was working on. The long and short of it is that LilyPond does not know how to handle

increase vertical space

2012-10-30 Thread Peter O'Doherty
Hi, Is it possible to increase the space between staves, to avoid clashing, for specific systems, i.e. not the whole piece? If so could you please point me in the direction of the help page? Many thanks, Peter -- //= - Peter O'Doherty -

Re: exact dimenions of pdf/png

2012-10-30 Thread Peter Van Kranenburg
On 10/29/12 6:13 PM, David Kastrup wrote: writing \paper { paper-width=110\mm } \score { { c4 c4 c4 c4 } } and using lilypond -dresolution=1200 --png I get an image with 5197 pixels width, which is to a pixel exactly what was demanded. So perhaps you need to check what throws a spanner in your

Re: exact dimenions of pdf/png

2012-10-30 Thread David Kastrup
Peter Van Kranenburg peter.van.kranenb...@meertens.knaw.nl writes: On 10/29/12 6:13 PM, David Kastrup wrote: writing \paper { paper-width=110\mm } \score { { c4 c4 c4 c4 } } and using lilypond -dresolution=1200 --png I get an image with 5197 pixels width, which is to a pixel exactly what

Re: enlarge vertical distance in time signature

2012-10-30 Thread Stefan Thomas
Dear Thomas, thanks, I think, this will be a good solution for me! 2012/10/30 Thomas Morley thomasmorle...@googlemail.com 2012/10/29 Stefan Thomas kontrapunktste...@gmail.com: [...] The problem is: I would like to have a score with drumstaff and a normal staff. And only in the normal

Re: Is it possible to change beaming from the \layout block?

2012-10-30 Thread Thomas Morley
2012/10/30 Reinhold Kainhofer reinh...@fam.tuwien.ac.at: On 2012-10-30 02:12, Vaughan McAlley wrote: This code compiles without complaint, but the beams are still in groups of four. What am I doing wrong? Nothing. The \time 4/4 command implicitly sets all the timing properties, so your

Re: pitch name transpose into numeric per key signature

2012-10-30 Thread Gilles
The code below is a mix of the code you gave and this snippet. I forget \include english.ly (It's was the original language) -- Gilles ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Is it possible to change beaming from the \layout block?

2012-10-30 Thread Trevor Daniels
Thomas Morley wrote Tuesday, October 30, 2012 10:16 AM 2012/10/30 Reinhold Kainhofer reinh...@fam.tuwien.ac.at: On 2012-10-30 02:12, Vaughan McAlley wrote: This code compiles without complaint, but the beams are still in groups of four. What am I doing wrong? Nothing. The \time 4/4

Re: Lyrics Vertical Alignment

2012-10-30 Thread Tiresia GIUNO
On Tue, 30 Oct 2012 01:23:30 +0100 Reinhold Kainhofer reinh...@fam.tuwien.ac.at wrote: On 2012-10-30 00:46, Tiresia GIUNO wrote: is there any reason why Lyrics on the two staves in the attached example is not correctly vertical aligned? Yes, there is a reason. See e.g. Elaine Gould:

Re: Lyrics Vertical Alignment

2012-10-30 Thread Reinhold Kainhofer
On Di., 30. Okt. 2012 19:35:42 CET, Tiresia GIUNO tires...@googlemail.com wrote: But shouldn't be: The syllable should be ranged _right_ under the first notehead? No, ranged left means that the left of the syllable is aligned with the left of the note (i.e. left-aligned).

Re: Lyrics Vertical Alignment

2012-10-30 Thread Tiresia GIUNO
On Tue, 30 Oct 2012 21:07:09 +0100 Reinhold Kainhofer reinh...@kainhofer.com wrote: On Di., 30. Okt. 2012 19:35:42 CET, Tiresia GIUNO tires...@googlemail.com wrote: But shouldn't be: The syllable should be ranged _right_ under the first notehead? No, ranged left means that the left of

Re: increase vertical space

2012-10-30 Thread Eluze
Hi, Peter O'Doherty-2 wrote Is it possible to increase the space between staves, to avoid clashing, for specific systems, i.e. not the whole piece? as a general rule you can override the behavior of all specific contexts (like Staff, Voice,…) in the \layout section. to override the behavior

Re: Function for rendering key textually in 3 languages

2012-10-30 Thread Eluze
shutterfreak wrote Hi all, I'd like to have a function to translate a key signature into the textual representation of that key in 3 languages. For instance, I'd write this in my score: and the rendering would look like this: The logic I'm trying to implement, is (in pseudo-code):

Re: increase vertical space

2012-10-30 Thread Thomas Morley
Hi Peter, 2012/10/30 Eluze elu...@gmail.com: Hi, Peter O'Doherty-2 wrote Is it possible to increase the space between staves, to avoid clashing, for specific systems, i.e. not the whole piece? as a general rule you can override the behavior of all specific contexts (like Staff, Voice,…)

Re: increase vertical space

2012-10-30 Thread David Kastrup
Thomas Morley thomasmorle...@googlemail.com writes: if you want to affect only a single line of the score, use \overrideProperty #Score.NonMusicalPaperColumn #'line-break-system-details #'((alignment-distances . (30))) see also:

Re: increase vertical space

2012-10-30 Thread Eluze
Thomas Morley wrote or if you want to affect only a single line of the score, use \overrideProperty #Score.NonMusicalPaperColumn #'line-break-system-details #'((alignment-distances . (30))) see also:

Re: Bar numbers for broken measures

2012-10-30 Thread Thomas Morley
2012/10/20 Eluze elu...@gmail.com: Thomas Morley wrote how about adding it to the LSR, commenting the 2.16-part? Or extend http://lsr.dsi.unimi.it/LSR/Item?id=559 ? modulo-bar-number-visible works in 2.14.2 already, but is not documented, AFAIK. At least it would be nice to have it in the

Re: increase vertical space

2012-10-30 Thread Thomas Morley
2012/10/31 Eluze elu...@gmail.com: Thomas Morley wrote or if you want to affect only a single line of the score, use \overrideProperty #Score.NonMusicalPaperColumn #'line-break-system-details #'((alignment-distances . (30))) see also:

Glissando avoid accidental bug?

2012-10-30 Thread Nick Payne
Regardless of whether I set the end-on-accidental override to true or false, or omit it completely, the glissandi don't stop short of the accidental. \version 2.17.5 \relative c'' { \accidentalStyle modern \override Glissando #'(bound-details right end-on-accidental) = ##t c1\glissando