Re: staff switches

2008-07-13 Thread James E. Bailey
Am 13.07.2008 um 05:52 schrieb Kieren MacMillan: Hi James, Here's a perfect reason to use \context Voice instead of — or rather, in addition to — \new Voice: Once the Voice context has been created and populated with the notes, you are then able to "cram the staff switch information"

Building small Lilypond (compiler only) for Pocket PC running Win Mobile, possible?

2008-07-13 Thread hhpmusic
Hello, Is it possible to build a mini Lilypond package for small PPC running Windows Mobile? I'm about to buy a new braille notetaker from USA. My old one is in pure DOS mode, and I transfer .ly files from/to it via 3.5 floppy. The newest braille computer uses Windows Mobile 6.1, which means

Re: Building small Lilypond (compiler only) for Pocket PC running Win Mobile, possible?

2008-07-13 Thread fiëé visuëlle
Am 2008-07-13 um 10:32 schrieb hhpmusic: I know there're PPC versions for Linux, Don't confuse PowerPC (PPC processor, like in older Macs) with Pocket PC (Windows Mobile computer)! since there's no command line in this system Are you sure the thing is usable for your purposes at all? Is

Re: Slur ending repeated

2008-07-13 Thread Luc
PT.Guitar wrote: > > I tried using de \laissez but it works only with tie notes, i need for > sluring or phasing... It's dificult to find... i saw in foruns people > using a hide notes a cadenza, to make slur ending... > sorry, I misunderstood first. I can only figure out a solution with hidden

nopc

2008-07-13 Thread James E. Bailey
I actually needed to look into the documentation to turn off point-and- click 'cause I accidentally deleted my global file that has it, and I see various options. in section 6.2.1, #(define (nopc) (ly:set-option 'point-and-click #f)) ... #(nopc) { c'4 } and in 6.1.5 noPointAndClick = #(def

Re: Slur ending repeated

2008-07-13 Thread PT.Guitar
Luc, Thanks for reply Maybe in next versions they had correction these bug.. ;) PT.Guitar wrote: > > Hi, Luc > > I tried using de \laissez but it works only with tie notes, i need for > sluring or phasing... It's dificult to find... i saw in foruns people > using a hide notes a cadenza, to m

Re: Slur ending repeated

2008-07-13 Thread Kieren MacMillan
Hi, Maybe in next versions they had correction these bug.. For the record, this is not a "bug"... you are asking for a new feature. If you are really interested in having this feature in Lilypond, please sponsor the feature (n.b., I would be willing to chip in a few Euros for this), or pr

yrics on one line with some repeated sections

2008-07-13 Thread madhg
I've done simple songs OK. Now I'm struggling to understand how lyrics relate to voices and staves in a more complex setup: a through-composed song with several stanzas, some with their own music, but some with repeated music. Example below. The lyrics for the last section are engraved align

Re: Slur ending repeated

2008-07-13 Thread PT.Guitar
Hi, Kieren, thanks for reply If i understand there is no feature about these problem, so if i pay, it will be available in futures versions of Lilypond? Or there is another way to do it but i sponsor you and you will show how how it works? Thanks ;) Kieren MacMillan wrote: > > Hi, > >>

Re: nopc

2008-07-13 Thread Mats Bengtsson
James E. Bailey wrote: I actually needed to look into the documentation to turn off point-and- click 'cause I accidentally deleted my global file that has it, and I see various options. in section 6.2.1, #(define (nopc) (ly:set-option 'point-and-click #f)) ... #(nopc) { c'4 } and in 6.1.

Fwd: Octavation in lilypond

2008-07-13 Thread Han-Wen Nienhuys
-- Forwarded message -- From: Ebrahim Mayat <[EMAIL PROTECTED]> Date: Sun, Jul 13, 2008 at 6:52 PM Subject: Octavation in lilypond To: [EMAIL PROTECTED] Dear Han-Wen Could you tell me how I could include an octavation mark in a score. (I have searched the net but have not come up

Re: Octavation in lilypond

2008-07-13 Thread Matthew Rowles
2008/7/14 Han-Wen Nienhuys <[EMAIL PROTECTED]>: > Dear Han-Wen > > Could you tell me how I could include an octavation mark in a score. > (I have searched the net but have not come up with something that > works.) > > Specifically, I would like to add the 8va note on the last whole note > E in the

Re: nopc -- Proposed Predefines

2008-07-13 Thread Carl Sorensen
Mats Bengtsson ee.kth.se> writes: > > James E. Bailey wrote: > > > > > in 3.1.3 > > #(ly:set-option 'point-and-click #f) > > > > The last one is apparently deprecated. > > Why? The first two are only interesting if you have your own standard > include file with utility functions. I guess that

Re: nopc -- Proposed Predefines

2008-07-13 Thread Dominic Neumann
2008/7/14 Carl Sorensen <[EMAIL PROTECTED]>: > OK, I'll bite. > > I propose some new predefined functions: > > \pointAndClickOn > > pointAndClickOn = #(ly:set-option 'point-and-click #t) > > and > > \pointAndClickOff > > pointAndClickOff = #(ly:set-option 'point-and-click #f) > > > > > If I get app

Re: nopc -- Proposed Predefines

2008-07-13 Thread James E. Bailey
Am 14.07.2008 um 04:21 schrieb Carl Sorensen: Mats Bengtsson ee.kth.se> writes: James E. Bailey wrote: in 3.1.3 #(ly:set-option 'point-and-click #f) The last one is apparently deprecated. Why? The first two are only interesting if you have your own standard include file with utility f