Re: Bar check fail with pick-ups in repeats

2012-09-17 Thread Nick Payne
On 18/09/12 07:01, Christopher R. Maden wrote: > On 09/17/2012 02:32 PM, Nick Payne wrote: > > \partial should only be used at the start of a piece. I don't have > > the 2.12 docs, > > http://lilypond.org/doc/v2.12/Documentation/user/lilypond/Long-repeats#Long-repeats > > , which recommends: > > \

Re: Bar check fail with pick-ups in repeats

2012-09-17 Thread Christopher R. Maden
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/17/2012 02:32 PM, Nick Payne wrote: > \partial should only be used at the start of a piece. I don't have > the 2.12 docs, http://lilypond.org/doc/v2.12/Documentation/user/lilypond/Long-repeats#Long-repeats > , which recommends: \partial 4 \repe

Search in 2.16 docs returns results for 2.15 docs

2012-09-17 Thread Nick Payne
Example: from page http://lilypond.org/doc/v2.16/Documentation/notation/index.html, enter Dynamics in the search box. On the search results page, I can see that the search command passed to Google is: site:lilypond.org/doc/v2.15 Dynamics and the results returned are from the 2.15 docs. Nick __

Re: Bar check fail with pick-ups in repeats

2012-09-17 Thread Nick Payne
On 18/09/12 01:32, Christopher R. Maden wrote: > On 09/17/2012 01:02 AM, Nathan wrote: > > Is this what you want? > > > \set Timing.measureLength = #(ly:make-moment 3 4) > > How is that different from \partial 4*3? > > I ended up using \partial 4*3 in the short alternative endings, which > results

Re: Placing dynamic and hairpin

2012-09-17 Thread David Kastrup
"Peter Gentry" writes: > I'm sure this has been answered many times before - I have searched > the manuals but no luck. > > { g'''4 \p ( \< e'''4 \! \> d'''4 \!) } > > How can I position the p dynamic and the following hairpin nicely. { g'''4 \p ( -\tweak #'minimum-length #4 \< e'''4 \>

Placing dynamic and hairpin

2012-09-17 Thread Peter Gentry
I'm sure this has been answered many times before - I have searched the manuals but no luck. { g'''4 \p ( \< e'''4 \! \> d'''4 \!) } How can I position the p dynamic and the following hairpin nicely. I have attached a graphic - thanks for your forebearance regards Peter Gentry <>__

Re: Bar check fail with pick-ups in repeats

2012-09-17 Thread Christopher R. Maden
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/17/2012 01:02 AM, Nathan wrote: > Is this what you want? > > \set Timing.measureLength = #(ly:make-moment 3 4) How is that different from \partial 4*3? I ended up using \partial 4*3 in the short alternative endings, which results in correct la

Re: Text font sizes

2012-09-17 Thread Urs Liska
Am 17.09.2012 13:28, schrieb Reinhold Kainhofer: On 17/09/2012 13:11, Urs Liska wrote: Am 17.09.2012 12:59, schrieb Reinhold Kainhofer: It does not use an absolute font size. The size is relative to the staff size. Thanks for this information. Of course I realize that it is relative to the sta

Re: Text font sizes

2012-09-17 Thread Reinhold Kainhofer
On 17/09/2012 13:11, Urs Liska wrote: > Am 17.09.2012 12:59, schrieb Reinhold Kainhofer: >> It does not use an absolute font size. The size is relative to the staff >> size. > Thanks for this information. > Of course I realize that it is relative to the staff size. But in the > end Lily _has_ to pr

Re: -dbackend=eps clips lowest beam

2012-09-17 Thread eluze
Werner LEMBERG wrote > >>> http://code.google.com/p/lilypond/issues/detail?id=720 >>> >> I don't think it's the same bug > > Hmm. I see that the rendering of the documentation snippets has > changed fundamentally because the code has been changed, hiding the > deficiency. Compare this > > >

Re: Text font sizes

2012-09-17 Thread Urs Liska
Am 17.09.2012 12:59, schrieb Reinhold Kainhofer: On 17/09/2012 12:15, Urs Liska wrote: How can I determine (or set) the absolute point size of fonts that LilyPond uses for text elements (in my current case the page numbers)? It does not use an absolute font size. The size is relative to the sta

Re: Text font sizes

2012-09-17 Thread Reinhold Kainhofer
On 17/09/2012 12:15, Urs Liska wrote: > How can I determine (or set) the absolute point size of fonts that > LilyPond uses for text elements (in my current case the page numbers)? It does not use an absolute font size. The size is relative to the staff size. > The issue at hand is that I compile

Text font sizes

2012-09-17 Thread Urs Liska
Hi list, I'm sorry if I'm missing something obvious, but I don't seem to be able to find an answer. How can I determine (or set) the absolute point size of fonts that LilyPond uses for text elements (in my current case the page numbers)? The issue at hand is that I compile a volume from tex

Re: polymeters and linebreaks

2012-09-17 Thread David Kastrup
Peter O'Doherty writes: > Hi list, > > Can someone please help me with this piece of code? I'm trying to > create measures with polymeters but the line breaking isn't working, > and generally the result is a complete mess. The full code is in the > attachment. The result is a complete mess since

Re: polymeters and linebreaks

2012-09-17 Thread Phil Holmes
I'm afraid I haven't a clue what you're trying to do here. Just glad I don't have to play it :-) Have you looked at http://lilypond.org/doc/v2.17/Documentation/notation/displaying-rhythms#polymetric-notation Also note that lily line-breaks across bar lines, so you need to line up your bar lin

polymeters and linebreaks

2012-09-17 Thread Peter O'Doherty
Hi list, Can someone please help me with this piece of code? I'm trying to create measures with polymeters but the line breaking isn't working, and generally the result is a complete mess. The full code is in the attachment. Many thanks, Peter -- //= -> Peter O'D

Re: \bar ":"

2012-09-17 Thread Peter O'Doherty
Thanks a lot. I have a related question which was raised by one of your suggestions but I've put it in a new message. Regards, Peter On 09/17/2012 01:16 AM, Thomas Morley wrote: 2012/9/16 Peter O'Doherty : Hi list, Is it possible to force an extra bar line in the form \bar ":" when inserte