Re: Inverted-Stem Notes

2012-03-02 Thread J Ruiz
From: Shane Brandes Date: Sat, 25 Feb 2012 00:02:54 -0500 Thanks to Nick here is something that works correctly under 2.12.3,sorry I haven't anything higher to test it under. \override NoteHead #'rotation = #'(-60 0

Re: book-predicate

2012-03-02 Thread Jan-Peter Voigt
Hello David, hello lists, now, when we have a book-predicate, we are dealing with books in scheme. And then we might want to set a header after creating a book. There is a function ly:score-set-header!, which I copied and adapted for the Book-class. This patch compiled and works with the

Re: book-predicate

2012-03-02 Thread David Kastrup
Jan-Peter Voigt jp.vo...@gmx.de writes: Hello David, hello lists, now, when we have a book-predicate, we are dealing with books in scheme. And then we might want to set a header after creating a book. There is a function ly:score-set-header!, which I copied and adapted for the Book-class.

Re: Roman numerals and figured bass

2012-03-02 Thread David Kastrup
Nils l...@nilsgey.de writes: On Wed, 29 Feb 2012 19:03:37 -0500 Bryn Hughes bryn.hug...@gmail.com wrote: Hello, Is there a way to have lilypond render bass figures that are any smaller? I have been working with the \set fontSize = # command, but it doesn't seem to do anything to the

Hiding MultiMeasureRest

2012-03-02 Thread Stjepan Horvat
Hello, Is there a possibility of hiding MultiMeasureRest. I am writing a Big Band Score and i am using marks = { \set Score.markFormatter = #format-mark-box-barnumbers \compressFullBarRests \hideNotes \partial 8 s8 R1*8 \mark \default \bar || %9

Re: Display score title differently on odd or even pages

2012-03-02 Thread Jay Anderson
On Thu, Mar 1, 2012 at 11:48 PM, lilyp...@umpquanet.com wrote: On Thu, Mar 01, 2012 at 10:22:32PM -0700, Jay Anderson wrote: Is it possible to check whether the page is odd or even in creating the score title markup. I'm setting a group of hymns and I'd like the hymn number on the outside of

Re: Bug squad needs help to verify a critical bug on Mac OS X 10.4

2012-03-02 Thread Valentin Villenave
On Fri, Feb 24, 2012 at 12:49 PM, Colin Hall colingh...@gmail.com wrote: I'd like to ask for some help from the Mac users out there, specifically those running version 10.4 of Mac OS X. You might have seen David Kastrup's post earlier this month about a bug in Lilypond that is a roadblock for

Re: book-predicate

2012-03-02 Thread Jan-Peter Voigt
On 02.03.2012 10:30, David Kastrup wrote: Jan-Peter Voigtjp.vo...@gmx.de writes: Hello David, hello lists, now, when we have a book-predicate, we are dealing with books in scheme. And then we might want to set a header after creating a book. There is a function ly:score-set-header!, which I

Re: Hiding MultiMeasureRest

2012-03-02 Thread Toine Schreurs
marks = { \set Score.markFormatter = #format-mark-box-barnumbers \compressFullBarRests \hideNotes \partial 8 s8 R1*8 \mark \default \bar || %9 R1*8 \mark \default %17 R1*8 \mark \default %25 R1*8 \mark \default %33 . R1*12

Re: Bug squad needs help to verify a critical bug on Mac OS X 10.4

2012-03-02 Thread ole
I have also an old PPC Powerbook which is running the latest 10.4 and can do some testing if it is needed... ole Am 02.03.2012 um 16:28 schrieb Valentin Villenave: On Fri, Feb 24, 2012 at 12:49 PM, Colin Hall colingh...@gmail.com wrote: I'd like to ask for some help from the Mac users out

Re: Hiding MultiMeasureRest

2012-03-02 Thread Ed Gordijn
Hi Stjepan, I use this construction too but then with s1 in marks an R1 in the voices. Greetings, Ed 2012/3/2, Stjepan Horvat zvanste...@gmail.com: Hello, Is there a possibility of hiding MultiMeasureRest. I am writing a Big Band Score and i am using marks = { \set

Re: Bug squad needs help to verify a critical bug on Mac OS X 10.4

2012-03-02 Thread Colin Hall
Thanks very much for offering to help, Ole and Valentin. I'll be in touch when we have a new release that needs verification. I have a few people now with different Mac OS X configurations that have offered their time, which is really great. Thanks to everyone who replied. Cheers, Colin. On

Lilypond and ePub

2012-03-02 Thread Nils
Hello list, (this is just chatting and dreaming. If you don't want to waste your time with thinking about the future, don't read on, there is no practical information in here.) Today I bought my first eBook reader, the kobo touch. I chose this because it is rather cheap and is not a closed

Re: Lilypond and ePub

2012-03-02 Thread Nils
On Fri, 2 Mar 2012 22:38:53 +0100 Nils l...@nilsgey.de wrote: Hello list, (this is just chatting and dreaming. If you don't want to waste your time with thinking about the future, don't read on, there is no practical information in here.) Today I bought my first eBook reader, the kobo

Re: Display score title differently on odd or even pages

2012-03-02 Thread David Nalesnik
Hi Jay, Is it possible to check whether the page is odd or even in creating the score title markup. I'm setting a group of hymns and I'd like the hymn number on the outside of the page. : The discussion at http://www.lilypond.org/doc/v2.14/Documentation/notation/reference-to-page-numbers is

Re: Simple chord/lyrics sheets?

2012-03-02 Thread Carl Sorensen
On 2/29/12 10:29 PM, D'Arcy Cain da...@druid.net wrote: On 12-02-28 12:03 PM, James wrote: - Is LilyPond the right program to tackle this, or would something else be better (some LaTeX package?) Check out GuitarTeX and Chordii HTH, Carl ___

Re: Display score title differently on odd or even pages

2012-03-02 Thread Jay Anderson
On Fri, Mar 2, 2012 at 3:35 PM, David Nalesnik david.nales...@gmail.com wrote: Hi Jay, Is it possible to check whether the page is odd or even in creating the score title markup. I'm setting a group of hymns and I'd like the hymn number on the outside of the page. : The discussion at

Re: Hiding MultiMeasureRest

2012-03-02 Thread Stjepan Horvat
Yes..i do it also as that.. \repeat unfold 8 {s1} in marks and R1*8 in voices but when i want to print a separate voice instead of a full score the bars wont compress..so instead of a bar with number 8 i get 8 bars..and if i use R1*8 in the marks i get good output on the rests (compressed) but