Re: How to adjust the padding between a StemTremolo and a NoteHead?

2015-08-11 Thread Robin Bannister
Dominic wrote: At the moment I have to laboriously override the Stem.length-fraction on an individual basis, depending on how many slashes there are, which is not ideal. Any ideas? I had this problem recently and worked around it with hoist = % for moving StemTremolo beams further from not

Re: How to adjust the padding between a StemTremolo and a NoteHead?

2015-08-11 Thread David Kastrup
Robin Bannister writes: > Dominic wrote: > >> At the moment I have to laboriously override the Stem.length-fraction on an >> individual basis, depending on how many slashes there are, which is not >> ideal. >> >> Any ideas? > > > I had this problem recently and worked around it with > > hoist =

Re: Centering a stencil on another stencil

2015-08-11 Thread Thomas Morley
Hi Paul, thanks for the examples 2015-08-10 20:47 GMT+02:00 Paul Morris : >> On Aug 7, 2015, at 2:17 PM, Thomas Morley wrote: >> >> May I ask you to provide a code-example where the output is different? >> For the given one I can't see any. > > Hi Harm, Sure, see below for a somewhat minimized

Re: guile-question: 3/2 -> "1 1/2"

2015-08-11 Thread Thomas Morley
2015-08-11 8:19 GMT+02:00 David Kastrup : [...] > > Well, how about something like > > (define (integer-and-fraction nmbr) > (let* ((wh (truncate nmbr)) (rem (- nmbr wh))) > (if (or (zero? wh) (zero? rem)) (format #f "~s" nmbr) > (format #f "~s ~s" wh (abs rem) > > (display (integer

Re: lilypond-book

2015-08-11 Thread Marek Stepanek
Hello Jacques! Really impressing! Your script is now part of my /bin commands! Merci infiniment :-) marek On 10/08/15 20:56, Jacques Menu wrote: > Hello Marek, > > I use a custom « lilyb » script defined as follows, that takes care of the > subdirectory for the intermediate files gener

Re: lilypond-book

2015-08-11 Thread Jacques Menu
Hello Marek, Iour velkom, glad I could help! JM > Le 11 août 2015 à 11:04, Marek Stepanek a > écrit : > > > Hello Jacques! > > > Really impressing! Your script is now part of my /bin commands! > > > Merci infiniment :-) > > > > marek > > > > On 10/08/15 20:56, Jacques Menu wrote: >

Re: Height and vertical alignment of first system on first page

2015-08-11 Thread Simon Albrecht
Am 09.08.2015 um 12:16 schrieb Jonathan Scholbach: Hi Ponders, I have a score with an odd number of systems. Each page has two systems (it's an eight-voiced Choirstaff), the first page gets one system (and the title-section) - fine. Lilypond stretches the first system vertically to make it fill

Re: How to adjust the padding between a StemTremolo and a NoteHead?

2015-08-11 Thread Malte Meyn
Am 11.08.2015 um 10:00 schrieb Robin Bannister: Dominic wrote: hoist = % for moving StemTremolo beams further from notehead { \once \override Stem.length = #(lambda (grob) (+ 1 (ly:stem::calc-length grob))) } I made a scheme function from this that extends stems of quarter and half n

Re: Acciaccatura slurs

2015-08-11 Thread Simon Albrecht
Am 09.08.2015 um 17:13 schrieb Thomas Morley: 2015-08-09 16:20 GMT+02:00 Andrew Bernard : Hi Harm, Well, are the glyphs that lilypond automatically puts in for acciaccaturas slurs or ties? I am quite confused. I thought they were slurs. The manual suggests to my way of reading that they are slu

Re: How to adjust the padding between a StemTremolo and a NoteHead?

2015-08-11 Thread Malte Meyn
Am 11.08.2015 um 13:52 schrieb Malte Meyn: might break soon; sorry for that, maybe it could be improved. For example, \unstrangleTremolos g'''2:32 extends the stem without need. But I already have an idea how to improve this: Don’t completely rely on ly:stem::calc-length but maybe do somethin

space between nested staff groups

2015-08-11 Thread Michael Dunlap
Hi all, In the example below, there is extra vertical space between the GrandStaffed violin group and the subsequent lower strings. I want the vertical space of a nested GrandStaff to be space in a similar fashion as the lower three staves (no extra space between viola and violin II. It's probably

Score.skipTypesetting

2015-08-11 Thread Orm Finnendahl
Hi, this is only a minor issue: Is there a good reason, why the first bar of a partially rendered score starting in the middle of the piece is indented? As the instrument names are short, lilypond must know that it isn't at the beginning of the piece. It would be preferrable to have unindented f

Re: How to adjust the padding between a StemTremolo and a NoteHead?

2015-08-11 Thread Robin Bannister
Malte Meyn wrote: But I already have an idea how to improve this This discussion of a similar (outdated?) attempt might be useful: http://www.lilypondforum.de/index.php?topic=415.msg2425;topicseen#msg2425 Cheers, Robin ___ lilypond-user mailin

Re: PDF portfolio of 2.19.25 docs

2015-08-11 Thread Paul Scott
On Tue, Aug 11, 2015 at 04:45:13PM +1000, Nick Payne wrote: > A fully indexed portfolio of the 2.19.25 PDF docs is available at > https://www.dropbox.com/s/jexo2dd739b1l9f/lilydoc-2.19.25.pdf?dl=0 (39Mb). In Linux I try to open it with Evince and I just get a page linking to a page to download Ado

Re: How to adjust the padding between a StemTremolo and a NoteHead?

2015-08-11 Thread Malte Meyn
Am 11.08.2015 um 16:13 schrieb Robin Bannister: This discussion of a similar (outdated?) attempt might be useful: http://www.lilypondforum.de/index.php?topic=415.msg2425;topicseen#msg2425 This looks nice! I didn’t really like the idea of having to use a music function to do that … And of co

Re: Centering a stencil on another stencil

2015-08-11 Thread Paul Morris
Hi Harm, > On Aug 11, 2015, at 4:48 AM, Thomas Morley wrote: > > It's because centered-stencil centers the stencil around the > ref-point. In so far your initial examples were misleading because the > circle-markup is already constructed around his center. Whereas > NoteHeads have their ref-poin

Position FullBarRest

2015-08-11 Thread Orm Finnendahl
Hi, is there a way to position a FullBarRest on a specific line, like "b' \rest" (but with a FullBarRest centered in the measure)? I couldn't find anything in the docs. -- Orm ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org

Re: Position FullBarRest

2015-08-11 Thread Urs Liska
Am 11.08.2015 um 18:06 schrieb Orm Finnendahl: > Hi, > > is there a way to position a FullBarRest on a specific line, like > "b' \rest" (but with a FullBarRest centered in the measure)? > > I couldn't find anything in the docs. Don't know, but since offsets are calculated in staff spaces (?) it

problem with installed font when set-global-staff-size is changed

2015-08-11 Thread Jonathan Scholbach
Hi! I would like to use the Garamond font for all the text in my sheet (header, lyrics, markup). I downloaded the EBGaramond from http://www.georgduffner.at/ebgaramond/download.html and put all the .otf-files into the directory lilypond/usr/share/lilypond/current/fonts/otf Nearly everything work

Re: Position FullBarRest

2015-08-11 Thread David Kastrup
Orm Finnendahl writes: > Hi, > > is there a way to position a FullBarRest on a specific line, like > "b' \rest" (but with a FullBarRest centered in the measure)? > > I couldn't find anything in the docs. \tweak Y-offset 2 R1 -- David Kastrup ___ li

Re: Position FullBarRest

2015-08-11 Thread Malte Meyn
Am 11.08.2015 um 18:22 schrieb David Kastrup: Orm Finnendahl writes: is there a way to position a FullBarRest on a specific line, like "b' \rest" (but with a FullBarRest centered in the measure)? \tweak Y-offset 2 R1 If you need this for more than just one rest in a row you also can use a

Re: Position FullBarRest

2015-08-11 Thread Orm Finnendahl
many thanks! -- Orm Am Dienstag, den 11. August 2015 um 18:39:11 Uhr (+0200) schrieb Malte Meyn: > Am 11.08.2015 um 18:22 schrieb David Kastrup: > >Orm Finnendahl writes: > >> is there a way to position a FullBarRest on a specific line, like > >>"b' \rest" (but with a FullBarRest centered in th

Re: How to adjust the padding between a StemTremolo and a NoteHead?

2015-08-11 Thread Robin Bannister
Malte Meyn wrote: But unfortunately it doesn’t work properly in 2.19.24 (and 2.18.2) Yes, I think stems were reworked a lot around 2.16? Here is that override approach with a duration condition: %% \version "2.18.0" #(define (stem-stretch stem-tremolo-grob) (let ((flag-count (l

Re: space between nested staff groups

2015-08-11 Thread Klaus Blum
Hi Michael, there is another way to get that brace without the use of a GrandStaff: % --- music = {c4 c c c | c c c c } violinIMusic = { \relative c'' \music } violinIIMusic = { \relative c'' \music } violaMusic = { \re

Re: How to adjust the padding between a StemTremolo and a NoteHead?

2015-08-11 Thread tisimst
On 8/11/2015 10:59 AM, Robin Bannister [via Lilypond] wrote: > Malte Meyn wrote: > > > But unfortunately it doesn’t work properly in 2.19.24 (and 2.18.2) > > Yes, I think stems were reworked a lot around 2.16? > > Here is that override approach with a duration condition: > ... (clipped) ... Look

Re: problem with installed font when set-global-staff-size is changed

2015-08-11 Thread Simon Albrecht
Am 11.08.2015 um 18:19 schrieb Jonathan Scholbach: Hi! I would like to use the Garamond font for all the text in my sheet (header, lyrics, markup). I downloaded the EBGaramond from http://www.georgduffner.at/ebgaramond/download.html and put all the .otf-files into the directory lilypond/usr/sha

Re: How to adjust the padding between a StemTremolo and a NoteHead?

2015-08-11 Thread Abraham Lee
On 8/11/2015 11:14 AM, tisimst wrote: \layout { \override Voice.StemTremolo.after-line-breaking = #(lambda (grob) (let* ((*pad 1.0*) % <--- ADJUST THIS TO TASTE (cnt (ly:grob-property grob 'flag-count)) (stem (ly:grob-object grob 'stem)) (leng (ly:grob-prope

Re: PDF portfolio of 2.19.25 docs

2015-08-11 Thread Stephen MacNeil
Hi paul You can convert the pdf and it will work in linux - I posted how a while back (convert it to ps then back to pdf) - without the indexing or you can d/l acroread 9.5.5 was the last linux version i think (not sure since I never use it) search acroread 9.5.5 linux download Stephen

Re: How to adjust the padding between a StemTremolo and a NoteHead?

2015-08-11 Thread Dominic
Thanks everyone! tisimst, I slightly modified your solution and it seems to work great - thanks! For reasons I don't understand, it only changed the first StemTremolo in my score, but when I changed 'after-line-breaking' to 'before-line-breaking' it changed all of them. -- View this message in

Re: How to adjust the padding between a StemTremolo and a NoteHead?

2015-08-11 Thread tisimst
On 8/11/2015 1:12 PM, Dominic [via Lilypond] wrote: > Thanks everyone! > > tisimst, I slightly modified your solution and it seems to work great > - thanks! > For reasons I don't understand, it only changed the first StemTremolo > in my score, but when I changed 'after-line-breaking' to > 'befor

Re: PDF portfolio of 2.19.25 docs

2015-08-11 Thread Nick Payne
On 12/08/2015 04:30, Stephen MacNeil wrote: Hi paul You can convert the pdf and it will work in linux - I posted how a while back (convert it to ps then back to pdf) - without the indexing or you can d/l acroread 9.5.5 was the last linux version i think (not sure since I never use it) searc

Re: Centering a stencil on another stencil

2015-08-11 Thread Thomas Morley
Hi Paul, 2015-08-11 17:36 GMT+02:00 Paul Morris : > > Nice! Much simpler. I’ve updated the LSR snippet with your simpler code. I > also changed it so that the circle is moved so it is centered on the square, > which helps show the need for the function (as opposed to centered-stencil). > > h

Re: guile-question: 3/2 -> "1 1/2"

2015-08-11 Thread Thomas Morley
2015-08-11 10:57 GMT+02:00 Thomas Morley : > 2015-08-11 8:19 GMT+02:00 David Kastrup : > [...] >> >> Well, how about something like >> >> (define (integer-and-fraction nmbr) >> (let* ((wh (truncate nmbr)) (rem (- nmbr wh))) >> (if (or (zero? wh) (zero? rem)) (format #f "~s" nmbr) >> (fo

Re: problem with installed font when set-global-staff-size is changed

2015-08-11 Thread Jonathan Scholbach
Hi Simon, thank you for your advice! Just for people reading my question in the future: Your hint lead me to solve the problem with \layout { #(layout-set-staff-size 17) \override LyricText.font-name = "EBGaramond" \override LyricText.font-size = #2 \override Score.BarNumb

Re: Centering a stencil on another stencil

2015-08-11 Thread Thomas Morley
2015-08-12 0:22 GMT+02:00 Thomas Morley : > Hi Paul, > > 2015-08-11 17:36 GMT+02:00 Paul Morris : > >> >> Nice! Much simpler. I’ve updated the LSR snippet with your simpler code. >> I also changed it so that the circle is moved so it is centered on the >> square, which helps show the need for

Making overlapping grace notes

2015-08-11 Thread Andrew Bernard
Hello Ponderers, My score has many places where a beamed set of grace notes start precisely on a note in a voice, and consequently overlap the first starting note. This is fine, and what the composer specifically intends (common notation in the New Complexity School). The attached image shows a