Re: book-predicate

2012-02-24 Thread Jan-Peter Voigt
Thank you David, the scheme?-solution is what I do right now. I will send a feature request next days. Cheers, Jan-Peter Am 24.02.2012 um 16:24 schrieb David Kastrup : > Jan-Peter Voigt writes: > >> Hello list, >> >> when I use books or bookparts for (scheme-)function arguments, I >> haven'

Re: beam slope

2012-02-24 Thread Janek Warchoł
Hi Helge, On Sat, Feb 25, 2012 at 6:28 AM, Helge Kruse wrote: > Lilypond calculates a very nice slope for the beams. But it fails when I add > a staff change. What's wrong with my Lilypond code? You have to explicitely tell lily that you want a kneed beam. Set stem directions or use "direction

Re: beam slope

2012-02-24 Thread Nick Payne
On 25/02/12 16:28, Helge Kruse wrote: Hello list, I already sent this inquiry yesterday. Unfortunately it didn't appear in the list. Therefore I try it again. I hope this doesn't look like any kind of spam. Lilypond calculates a very nice slope for the beams. But it fails when I add a staff c

beam slope

2012-02-24 Thread Helge Kruse
Hello list, I already sent this inquiry yesterday. Unfortunately it didn't appear in the list. Therefore I try it again. I hope this doesn't look like any kind of spam. Lilypond calculates a very nice slope for the beams. But it fails when I add a staff change. What's wrong with my Lilypond cod

Re: Inverted-Stem Notes

2012-02-24 Thread Shane Brandes
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 0) \override NoteHead #'text = #( markup #:musicglyph "noteheads.s1" ) \override NoteHead #'X-offset = #-1.24 \repeat tremolo 4 { e16[

Re: Merge Rests Engraver

2012-02-24 Thread Jay Anderson
On Wed, Feb 22, 2012 at 10:17 PM, Jay Anderson wrote: > On Wed, Feb 22, 2012 at 8:45 AM, David Nalesnik > wrote: >> I don't have an answer to your question about overlapping grobs, just a >> suggestion: could you generalize this to deal with more than two voices? >>  (Maybe you could collect the

Re: Inverted-Stem Notes

2012-02-24 Thread Nick Payne
On 24/02/12 15:29, J Ruiz wrote: Pls help typesetting command for these 19th cent notation: quarter-notes with reversed half-note heads. This puts the noteheads and beam in the right place, but I haven't been able to figure out how to get the stems to go downwards - in fact, after the rotat

Re: LSR updates: was: polychords: a working solution

2012-02-24 Thread Thomas Morley
Hi, 2012/2/19 Thomas Morley : > use-custom-fonts-flat-b-and-sharp-#-symbols-for-chords.ly >  I simply added added lowercase? To the definition of > my-chord-name->pop-markup >  Of course lowercase? Is of no use here. A better fix would be more invasive. I made some additions. Now \set chordName

Re: Is there an equivalent of #define ... #ifndef ... #endif in lilypond?

2012-02-24 Thread Thomas Morley
Hi Michael, > I've compiled and installed lilypond-2.15.9 (the latest version I could > find) but still get the same error message with my file, IIRC it was implemented later than 2.15.9 The latest devel-version: http://lilypond.org/website/development.html Cheers, Harm _

Re: Is there an equivalent of #define ... #ifndef ... #endif in lilypond?

2012-02-24 Thread Francisco Vila
2012/2/25 Michael Hendry : > I've compiled compiled? > and installed lilypond-2.15.9 (the latest version I could > find) 2.15.30 is in http://lilypond.org/development , where did you search for it? Forget google for a moment and go to the official home page of the project. Remember: it's lilypon

Re: Is there an equivalent of #define ... #ifndef ... #endif in lilypond?

2012-02-24 Thread Michael Hendry
Francisco Vila wrote: > > 2012/2/24 Michael Hendry : >> David Kastrup wrote: >>> You can use >>> includeGuitar = ##t >>> includeConcert = ##f >>> includeTrumpet = ##t >>> includeAlto = ##f >>> at the top and then do >>> $(if includeGuitar GuitarBook) >>> $(if includeConcert ConcertBook) >>> $(i

Re: Is there an equivalent of #define ... #ifndef ... #endif in lilypond?

2012-02-24 Thread Francisco Vila
2012/2/24 Michael Hendry : > David Kastrup wrote: >> You can use >> includeGuitar = ##t >> includeConcert = ##f >> includeTrumpet = ##t >> includeAlto = ##f >> at the top and then do >> $(if includeGuitar GuitarBook) >> $(if includeConcert ConcertBook) >> $(if includeTrumpet TrumpetBook) >> $(if in

Re: Is there an equivalent of #define ... #ifndef ... #endif in lilypond?

2012-02-24 Thread Francisco Vila
2012/2/24 Francisco Vila : > The "(if ..." part is Scheme. It works in latest development version. Sorry, this is not clearly told. The $( ... way of calling embedded Scheme did not work in 2.14 but it does in recently _released_ development versions. -- Francisco Vila. Badajoz (Spain) www.pac

Re: Is there an equivalent of #define ... #ifndef ... #endif in lilypond?

2012-02-24 Thread David Kastrup
Michael Hendry writes: > David Kastrup wrote: >> >> >> You can use >> >> includeGuitar = ##t >> includeConcert = ##f >> includeTrumpet = ##t >> includeAlto = ##f >> >> at the top and then do >> >> $(if includeGuitar GuitarBook) >> $(if includeConcert ConcertBook) >> $(if includeTrumpet Trump

Re: Inverted-Stem Notes

2012-02-24 Thread Marc Hohl
Am 24.02.2012 05:29, schrieb J Ruiz: Pls help typesetting command for these 19th cent notation: quarter-notes with reversed half-note heads. How about \override NoteHead #'stem-attachment = #'(-0.8 . -.2) \repeat tremolo 4 { c''16 e'' } You'll have to fiddle around with the numbers, but it s

Re: LSR updates: was: polychords: a working solution

2012-02-24 Thread David Kastrup
Phil Hézaine writes: > Le 24/02/2012 05:54, David Nalesnik a écrit : >> Hi, >> >> On Thu, Feb 23, 2012 at 9:27 PM, David Kastrup wrote: >>> >>> >>> I think it was something like \lyricsto "xxx" \music \musicfunction >>> ... and it would likely already do to write \lyricsto "xxx" { \music } >>> \

beam slope in staff change

2012-02-24 Thread Helge Kruse
Lilypond calculates a very nice slope for the beams. But it fails when I add a staff change. What's wrong with my .ly? How can I convince Lilypond to add a slope or tweak it by myself? I would like to get a layout in the second measure with slopes similar to the first measure. Regards, Helge

Re: Inverted-Stem Notes

2012-02-24 Thread Shane Brandes
This a start. It looks not quite right as it would require either reversing the direction of the note head or replacing the note head with a whole note so that the stems join the head appropriately. Neither of which I have figured out so far. Shane \override NoteHead #'X-offset = #-1 \repeat

Re: book-predicate

2012-02-24 Thread David Kastrup
Jan-Peter Voigt writes: > Hello list, > > when I use books or bookparts for (scheme-)function arguments, I > haven't found the predicate for it. > paper-book? is something else, or am I missing something? Well, you can always use scheme? and file a feature request in the mean time. -- David Ka

How to control beam slope in staff change

2012-02-24 Thread Andreas
Hello list, Lilypond calculates a very nice slope for the beams. But it fails when I add a staff change. What's wrong with my .ly? How can I convince Lilypond to add a slope or tweak it by myself? I would like to get a layout in the second measure with slopes similar to the first measure.

Re: Inverted-Stem Notes

2012-02-24 Thread Thomas Morley
Hi Javier, 2012/2/24 J Ruiz : > > Pls help typesetting command for these 19th cent notation: quarter-notes > with reversed half-note heads. > See attached image. > Thanks! Javier you should have post your version-number and I'm not sure if it's a tremolo-notation or not (example-code would have c

Re: Triplet question

2012-02-24 Thread Tim Roberts
gslindstrom wrote: > I am working on a piece in 4/4 time and would like to have triplets on the > upbeat of "4". How can I indicate that the three notes should come on the > 2nd half of the beat? You have had several replies to this that all interpreted your question differently from the way I di

Re: Is there an equivalent of #define ... #ifndef ... #endif in lilypond?

2012-02-24 Thread Michael Hendry
David Kastrup wrote: > > > You can use > > includeGuitar = ##t > includeConcert = ##f > includeTrumpet = ##t > includeAlto = ##f > > at the top and then do > > $(if includeGuitar GuitarBook) > $(if includeConcert ConcertBook) > $(if includeTrumpet TrumpetBook) > $(if includeAlto AltoBook) >

book-predicate

2012-02-24 Thread Jan-Peter Voigt
Hello list, when I use books or bookparts for (scheme-)function arguments, I haven't found the predicate for it. paper-book? is something else, or am I missing something? Cheers, Jan-Peter ___ lilypond-user mailing list lilypond-user@gnu.org https:

Re: LSR updates: was: polychords: a working solution

2012-02-24 Thread Phil Hézaine
Le 24/02/2012 05:54, David Nalesnik a écrit : Hi, On Thu, Feb 23, 2012 at 9:27 PM, David Kastrup wrote: I think it was something like \lyricsto "xxx" \music \musicfunction ... and it would likely already do to write \lyricsto "xxx" { \music } \musicfunction ... I wasn't able to apply this

Re: Re: Re: problem still exists in the latest 2.15 version

2012-02-24 Thread Neil Puttock
On 24 February 2012 11:44, Colin Hall wrote: > > On Fri, Feb 24, 2012 at 07:37:55PM +0800, hhpmusic wrote: >> I tried again on my Win7 64 machine, which has Intel I5 processor and 16GB >> RAM for midi sequencing. The problem persists. Strange! > > Send whatever output you have. Haipeng's score s

Re: Is there an equivalent of #define ... #ifndef ... #endif in lilypond?

2012-02-24 Thread David Kastrup
Michael Hendry writes: > David Kastrup wrote: >> >> David Kastrup writes: >> >> >> I picked the \paper settings of the book. >> >> Updates: >> Labels: Patch-new >> >> Comment #5 on issue 2343 by d...@gnu.org: Faulty file-naming when >> outputting multiple \books >> http://code.google.c

Re: problem still exists in the latest 2.15 version

2012-02-24 Thread Saul Tobin
I gather from your description that your file is causing lilypond to crash a certain number of measures into the piece due to temporarily added staves? I have had a similar problem. On Thursday, February 23, 2012 03:40:54 PM 胡海鹏 - Hu Haipeng wrote: > Hello, > I'm extremely busy, but I have to

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

2012-02-24 Thread James Worlton
On Feb 24, 2012, at 5:49, Colin Hall wrote: > > Hi, > > 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 > nex

Re: cautionary clef sign doesn't appear

2012-02-24 Thread Robert Schmaus
Hi Jay, not that I have a proper solution, but if you remove all grace notes from the upper staff, the problem disappears, i.e. if you mutilate your upper staff to upper = \relative c' { \clef treble \key g \major \time 4/4 %\override Staff.TimeSignature #' style = #' () %#(set-global-staff-siz

Re: Triplet question

2012-02-24 Thread Nick Payne
On 24/02/12 10:38, -Eluze wrote: gslindstrom wrote: I am working on a piece in 4/4 time and would like to have triplets on the upbeat of "4". How can I indicate that the three notes should come on the 2nd half of the beat? have a look at http://lilypond.org/doc/v2.15/Documentation/notation-b

Re: Re: Re: Re: problem still exists in the latest 2.15 version

2012-02-24 Thread Neil Puttock
Hi Haipeng, 2012/2/24 hhpmusic : > Thank you, just received. I reinstalled 2.14.2 and compiled the score > successfully. As a temporary fix, you can remove the Span_bar_stub_engraver by adding the following to your \layout block: \context { \GrandStaff \remove "Span_bar_stub_engraver" } C

book-predicate

2012-02-24 Thread Jan-Peter Voigt
Hello list, when I use books or bookparts for (scheme-)function arguments, I haven't found the predicate for it. paper-book? is something else, or am I missing something? Cheers, Jan-Peter ___ lilypond-user mailing list lilypond-user@gnu.org https:

Re: problem still exists in the latest 2.15 version

2012-02-24 Thread David Kastrup
胡海鹏 - Hu Haipeng writes: > Hello, >   I'm extremely busy, but I have to report the bad news that LP still > haven't solved this problem. It's not so easy for me to reduce the > file, but you'll find lp unexpectly aborts at bar 240. I remember it > ever aborts at bar 160-168, due to temporarily ad

Re: LSR updates: was: polychords: a working solution

2012-02-24 Thread David Kastrup
David Nalesnik writes: > David, > > On Fri, Feb 24, 2012 at 12:44 AM, David Kastrup wrote: > > David Nalesnik writes: > > > I wasn't able to apply this to the snippet, > > > Sigh. > >    \lyricsto "chorus" \new Lyrics \txtChorus >    \lyricsto "verse" \ne

Re: LSR updates: was: polychords: a working solution

2012-02-24 Thread David Nalesnik
David, On Fri, Feb 24, 2012 at 12:44 AM, David Kastrup wrote: > David Nalesnik writes: > > > I wasn't able to apply this to the snippet, > > Sigh. > >\lyricsto "chorus" \new Lyrics \txtChorus >\lyricsto "verse" \new Lyrics \txtVerseI >\ifTargetIn ... > > Sorry for being unclear: I d

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

2012-02-24 Thread Colin Hall
On Fri, Feb 24, 2012 at 06:01:22AM -0600, James Worlton wrote: > On Feb 24, 2012, at 5:49, Colin Hall wrote: > > > > If you have a suitable machine you can help by downloading Lilypond 2.15.30 > > and running it on your Mac, as follows: > > > > a) Download Lilypond 2.15.30. See [2] > > b) Doub

Re:Re: Re: Re: problem still exists in the latest 2.15 version

2012-02-24 Thread hhpmusic
Thank you, just received. I reinstalled 2.14.2 and compiled the score successfully. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re:Re: Re: problem still exists in the latest 2.15 version

2012-02-24 Thread hhpmusic
I tried again on my Win7 64 machine, which has Intel I5 processor and 16GB RAM for midi sequencing. The problem persists. Strange! Haipeng ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

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

2012-02-24 Thread Colin Hall
Hi, 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 release of Lilypond which will be version 2.16.0. htt

Re: Re: Re: problem still exists in the latest 2.15 version

2012-02-24 Thread Colin Hall
On Fri, Feb 24, 2012 at 07:37:55PM +0800, hhpmusic wrote: > I tried again on my Win7 64 machine, which has Intel I5 processor and 16GB > RAM for midi sequencing. The problem persists. Strange! Send whatever output you have. I'll send the score and midi generated on my machine to you by private

Re: Is there an equivalent of #define ... #ifndef ... #endif in lilypond?

2012-02-24 Thread Graham Percival
On Fri, Feb 24, 2012 at 02:45:43AM -0800, Michael Hendry wrote: > > Is there a simple guide to the application of patches? - I'm looking for a > step-by-step Delia Smith-style recipe as opposed to a more relaxed Jamie > Oliver one, which might not be correct in every detail! There is no simple gu

Re: Is there an equivalent of #define ... #ifndef ... #endif in lilypond?

2012-02-24 Thread Michael Hendry
David Kastrup wrote: > > David Kastrup writes: > > > I picked the \paper settings of the book. > > Updates: > Labels: Patch-new > > Comment #5 on issue 2343 by d...@gnu.org: Faulty file-naming when > outputting multiple \books > http://code.google.com/p/lilypond/issues/detail?id=2343#

Re: Re: problem still exists in the latest 2.15 version

2012-02-24 Thread Colin Hall
On Fri, Feb 24, 2012 at 10:48:07AM +0800, hhpmusic wrote: > I remember someone replied me at this list, not bug list. Yep, found a few threads going back to December 2011: http://lists.gnu.org/archive/html/lilypond-user/2011-12/msg00675.html http://lists.gnu.org/archive/html/lilypond-user/2011-

Re: LSR updates: was: polychords: a working solution

2012-02-24 Thread David Kastrup
David Nalesnik writes: > Hi, > > On Thu, Feb 23, 2012 at 9:27 PM, David Kastrup wrote: > > > I think it was something like \lyricsto "xxx" \music > \musicfunction > ... and it would likely already do to write \lyricsto "xxx" { > \music } > \musicfunction ... > > > >