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 wron

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 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 > http://w

Re: Simple chord/lyrics sheets?

2012-03-02 Thread Carl Sorensen
On 2/29/12 10:29 PM, "D'Arcy Cain" 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 ___ lilypond

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-nu

Re: Lilypond and ePub

2012-03-02 Thread Nils
On Fri, 2 Mar 2012 22:38:53 +0100 Nils 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 touch. I

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 eco

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

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 : > Hello, > Is there a possibility of hiding MultiMeasureRest. > I am writing a Big Band Score and i am using > > marks = { > \set Score.markFormatter = #format-ma

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 . >

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 wrote: >> I'd like to ask for some help from the Mac users out there, specificall

Re: book-predicate

2012-03-02 Thread Jan-Peter Voigt
On 02.03.2012 10:30, David Kastrup wrote: Jan-Peter Voigt 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 adapt

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 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 the > next major

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, 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 the page. > > Do

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 R1

Lyrics in a drum score

2012-03-02 Thread Stu, drummer
I have used LilyPond versions 2.2 through to 2.12, and have found that adding lyrics to drum scores is inconsistent. I transcribe drum parts and want to add some of the lyrics so that the student can determine where (s)he is in the song. In version 2.10, I found that I could use \new DrumVoice

Re: book-predicate

2012-03-02 Thread David Kastrup
Jan-Peter Voigt 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. > This patc

Re: Roman numerals and figured bass

2012-03-02 Thread David Kastrup
Nils writes: > On Wed, 29 Feb 2012 19:03:37 -0500 > Bryn Hughes 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 figures ( I can change the s

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 follo

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 = > >