Re: Shortened line containing second time repeat volta has problems

2014-12-05 Thread Pierre Perol-Schneider
Hi John, 2014-12-04 15:13 GMT+01:00 John McWilliam jsmcwill...@gmail.com: 1. The repeat sign at the beginning of the second part is coded but does not appear. Because of : \once \hide Score.BarLine 2. If you have time could you explain your corrections to my code. I understand the

Re: setting text span to breakable?

2014-12-05 Thread Pierre Perol-Schneider
Hi Jaime, 2014-12-05 5:21 GMT+01:00 Jaime E Oliver jaime.oliv...@gmail.com: Is there a way to write the texts at the beginning and end of the line and not at the breaking points? In other words, to have the text only at the leftmost and rightmost bounds? Simply add in the layout :

Re: implicit tuplets

2014-12-05 Thread Noeck
or triplets that do not show the number: \version 2.18.2 { \omit TupletNumber \omit TupletBracket \tuplet 3/2 8 { c16 d e c d e c d e c d e } } The two \omit statements can be placed later in the music (e.g. after the first three notes) to indicate that these are triplets but not to

Re: setting text span to breakable?

2014-12-05 Thread Jaime E Oliver
Thanks! This works fine. I wonder where is the documentation for these overrides so I can at least try to find a experiment before writing the list… best, J On Dec 5, 2014, at 4:30 AM, Pierre Perol-Schneider pierre.schneider.pa...@gmail.com wrote: Hi Jaime, 2014-12-05 5:21 GMT+01:00

Re: setting text span to breakable?

2014-12-05 Thread Pierre Perol-Schneider
See : http://www.lilypond.org/doc/v2.18/Documentation/internals/textspanner 2014-12-05 14:19 GMT+01:00 Jaime E Oliver jaime.oliv...@gmail.com: Thanks! This works fine. I wonder where is the documentation for these overrides so I can at least try to find a experiment before writing the list…

Re: Shortened line containing second time repeat volta has problems

2014-12-05 Thread John McWilliam
Thanks Pierre for solving my problem and for your background information. I think we can close this issue now. - John McWilliam -- View this message in context: http://lilypond.1069038.n5.nabble.com/Shortened-line-containing-second-time-repeat-volta-has-problems-tp169174p169220.html

Re: Including a logo on the title page of a book

2014-12-05 Thread John McWilliam
Inclusion of logo problem. Suggestion was to move the \markup command to the end of the Header object. This resulted in: unexpected \markup error. - John McWilliam -- View this message in context:

Re: size of pdf files

2014-12-05 Thread Knut Petersen
On 05.12.2014 00:25, Werner LEMBERG wrote: How can I force lilypond to include the full emmentaler-design-size font instead of only a subset? LilyPond itself only produces PS files, *always* embedding complete fonts, AFAIK. Thus ghostscript's `-dSubsetFonts=false' option should work for

Re: Including a logo on the title page of a book

2014-12-05 Thread Matthias Böhringer
Am 05.12.2014 um 16:05 schrieb John McWilliam: Inclusion of logo problem. Suggestion was to move the \markup command to the end of the Header object. This resulted in: unexpected \markup error. - John McWilliam -- View this message in context:

Re: Including a logo on the title page of a book

2014-12-05 Thread Markus Baertschi
I've included a logo in the footer (tagline). I would have liked to add it to the top-left of each page, but did not find a simple way to do that without everything getting shifted around. On Fri, Dec 5, 2014 at 4:33 PM, Matthias Böhringer matthiasboehrin...@t-online.de wrote: Hallo list, I

RE: implicit tuplets

2014-12-05 Thread Mark Stephen Mrotek
In my cheat sheet is: \set tupletSpannerDuration = #(ly:make-moment 1 4) \times 2/3 { p1 p2 p3 p4 p5 p6 . } A search of the manual did not bring up anything. Mark -Original Message- From: lilypond-user-bounces+carsonmark=ca.rr@gnu.org

Re: Including a logo on the title page of a book

2014-12-05 Thread Francisco Vila
2014-12-05 16:48 GMT+01:00 Markus Baertschi mar...@markus.org: I've included a logo in the footer (tagline). I would have liked to add it to the top-left of each page, but did not find a simple way to do that without everything getting shifted around. Did you try a toplevel markup before the

Re: implicit tuplets

2014-12-05 Thread Noeck
Yes, but there is the more recent \tuplet command: http://lilypond.org/doc/v2.18/Documentation/notation/writing-rhythms Am 05.12.2014 um 16:49 schrieb Mark Stephen Mrotek: In my cheat sheet is: \set tupletSpannerDuration = #(ly:make-moment 1 4) \times 2/3 { p1 p2 p3 p4 p5 p6 . } A search

Re: Including a logo on the title page of a book

2014-12-05 Thread Markus Baertschi
On Fri, Dec 5, 2014 at 6:39 PM, Francisco Vila paconet@gmail.com wrote: Did you try a toplevel markup before the actual score? \markup {the logo} \score { { c' } } I tried adding it to things in the \header part. \header { title = \markup { ... \epsfile ... } } The problem is

RE: implicit tuplets

2014-12-05 Thread Mark Stephen Mrotek
Noeck, Thank you for the reference. I shall update my sheet. From pass use, my understanding is that the ly:make-moment x x would automatically beam the group. In the example given in the reference you gave, the tuplets are over a quaver yet beamed over a crochet. Mark -Original

Free Fried?

2014-12-05 Thread Joshua Nichols
This project on indiegogo happened a while ago, and I have a general question to people who donated for packages: Have you had those fulfilled? I seem to be out of the loop on the timing of those things. Thanks! Sincerely, Josh ___ lilypond-user

Re: size of pdf files

2014-12-05 Thread Werner LEMBERG
Now I thought a bit and added -dSubsetFonts=false to the gs parameter list in backend-library.scm. I also changed lilyponddefs.ps to include white-on-white print commands for all the emmentaler glyphs used in the four examples (hint: grep, sed, sort uniq make it easy to get a list of

Re: Displaying add9

2014-12-05 Thread Flaming Hakama by Elaine
I think you are confusing the printed chord names with the lilypond chord representations. Get rid of the notion that there is equivalence between groups of notes and the chord names. Rather, there is a mapping from the note groups to chord names. Just because two groups of notes map to the same

Re: Including a logo on the title page of a book

2014-12-05 Thread Francisco Vila
2014-12-05 19:12 GMT+01:00 Markus Baertschi mar...@markus.org: On Fri, Dec 5, 2014 at 6:39 PM, Francisco Vila paconet@gmail.com wrote: Did you try a toplevel markup before the actual score? \markup {the logo} \score { { c' } } I tried adding it to things in the \header part.

Re: Including a logo on the title page of a book

2014-12-05 Thread Francisco Vila
2014-12-06 0:54 GMT+01:00 Francisco Vila paconet@gmail.com: The this solution works: Then this solution works. To create thelogo.pdf I first saved a lilypond score as SVG, then added the logo with inkscape, then deleted everything but the logo, then saved as PDF. -- Francisco Vila.

RE: implicit tuplets

2014-12-05 Thread MarcM
thanks all for your answers. That put me in the right direction.Here are the solutions that work: \relative c'' { \time 2/4 \set Timing.beamExceptions = #'() \set Timing.baseMoment = #(ly:make-moment 1/8) \set Timing.beatStructure = #'(1 1 1 1) % explicit triplets \tuplet 3/2 8 {

Re: Including a logo on the title page of a book

2014-12-05 Thread Nick Payne
On 05/12/2014 06:32, John McWilliam wrote: I'm compiling a collection of pipe tunes and would like to include a logo in the center of the title page under the heading. I've converted a jpeg file to eps format using save as in Adobe Photoshop and failed using the \markup {\epsfile #0 #20