Re: Arpeggio under a note

2006-08-23 Thread Kamal
A final question related to tuplets:I am using the following code snippet to produce a triplet: arpFix = \once \override Arpeggio #'extra-offset = #'(1.6 . -2) <<    {   \times 2/3 { e8 e e }    } \\   {  \hideNotes \arpeggioUp \arpFix   \times 2/3 { 8\arpeggio \arpeggioDown   8\ar

Re: Arpeggio under a note

2006-08-23 Thread Markus Schneider
Hi Kamal, use this to suppress the tuplet number: ... \hideNotes \arpeggioUp \arpFix \once \override TupletNumber #'transparent = ##t % This is NEW \times 2/3 { 8\arpeggio \arpeggioDown ... Cheers, Markus ___ lilypond-user mailing list lilypond-us

ossia trick solved

2006-08-23 Thread Jean-marc LEGRAND
Hi list ! I've been working hard ;o) on my ossia trick, and I've found how to reproduce a french cantata excerpt. Using lily 2.8.3 on XP. What I have to engrave : The piece of music is a french recitative, introduced buy the viol on a single line (10 measures). Then, we have the recitative

Accidentals tied over a line break

2006-08-23 Thread Marcus Macauley
Hello, Currently, if a note with an accidental is tied over a line break, the accidental is repeated on the new line. Is there any way to turn off this behavior? I looked in the manual; "9.1.1 Automatic accidentals" would seem to be the relevant section, but it doesn't say anything about tied

Re: key change with repeat bar

2006-08-23 Thread Nigel Holmes
Kieren MacMillan wrote: Hi, Nigel: I had forgotten to say that there was also a piano part in the full score; but adding the same command to the relevant place (before the key change) in the left and right hand parts dealt with that too. Just a suggestion... If you keep all key changes, tim

Midi lyrics

2006-08-23 Thread Alexander Feigl
Hi, is it possible to create CR and LF events and spaces in the midi lyrics output of lilypond? At the moment the created lyric events don't contain any spaces or CR and LF events which is problematic with many appications which display the lyrics. For the recommended format of the lyrics even

Re: Accidentals tied over a line break

2006-08-23 Thread Markus Schneider
Hi Marcus, see this: %%% Begin ly snippet \version "2.9.15" noAcc = \once \override Staff.Accidental #'transparent = ##t \score { { cis''1 ~ \noAcc \break cis''1 cis''1 ~ \break cis''1 } \layout { ragged-right = ##t } } %%% End ly snippet This involves a certain amount

Re: Accidentals tied over a line break

2006-08-23 Thread Kieren MacMillan
Hi, Markus (and Marcus): Maybe someone can give a hint? Is the example in "Section 9.3.7: Difficult Tweaks" of any help? Cheers, Kieren. ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Sponsored feature request--partially-tied chords

2006-08-23 Thread Steve D
On Tue, Aug 22, 2006 at 10:55:05AM +0200, Han-Wen Nienhuys wrote: >>it's easiest to add a property so you can do >> >>cost: 65 EUR. Werner LEMBERG then asked: >Just wondering what the much simpler syntax > >costs... Han-Wen Nienhuys responded: > I can put it in for 35 eur extra, I hope. > (

Re: Sponsored feature request--cross-staff chords, ties

2006-08-23 Thread Steve D
On Tue, Aug 22, 2006 at 10:29:49PM -0500, Trevor Bača wrote: > On 8/22/06, Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote: > >Hello, > >I once made an estimate for doing x-staff chords, for 400 EUR. I think > >that would be the most difficult task. If the stems + noteheads work > >correctly, adding a

Prevent Collision of Tuplet Brackets ???

2006-08-23 Thread Ben Hoefer
Hi,   I have a PianoStaff and there is a triplet bracket at the top stave overlapping a triplet bracket at the bottom stave  :-((   What can I do to prevent any collision between the two brackets?   Could you please give me some hints or show me some tricks to copy with that problem? (I use L

stopStaff, whitespace and forcing a clef reprint for CODA? (help)

2006-08-23 Thread Rick Hansen (aka RickH)
%{ I hope someone can help me with this... I typically use the following code to insert some horizontal whitespace in front of my final ending CODA's. But sometimes I need the clef to force re-print after the whitespace even though it has not really changed. How can I change the code below to f

Re: Prevent Collision of Tuplet Brackets ???

2006-08-23 Thread Trevor Bača
On 8/23/06, Ben Hoefer <[EMAIL PROTECTED]> wrote: Hi, I have a PianoStaff and there is a triplet bracket at the top stave overlapping a triplet bracket at the bottom stave :-(( What can I do to prevent any collision between the two brackets? Could you please give me some hints or show me som

Re: Prevent Collision of Tuplet Brackets ???

2006-08-23 Thread Mats Bengtsson
Quoting Trevor Bača <[EMAIL PROTECTED]>: On 8/23/06, Ben Hoefer <[EMAIL PROTECTED]> wrote: Hi, I have a PianoStaff and there is a triplet bracket at the top stave overlapping a triplet bracket at the bottom stave :-(( What can I do to prevent any collision between the two brackets? Could y

Re: Prevent Collision of Tuplet Brackets ???

2006-08-23 Thread Henrik Frisk
Ben Hoefer <[EMAIL PROTECTED]> wrote: > Hi, > > I have a PianoStaff and there is a triplet bracket at the top stave > overlapping a triplet bracket at the bottom stave :-(( > > What can I do to prevent any collision between the two brackets? You will want to look at the #'direction,

Re: Sponsored feature request--cross-staff chords, ties

2006-08-23 Thread Han-Wen Nienhuys
Trevor Bača wrote: On 8/22/06, Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote: Hello, I once made an estimate for doing x-staff chords, for 400 EUR. I think that would be the most difficult task. If the stems + noteheads work correctly, adding arpeggios and ties should be relatively easy. For re

Re: Sponsored feature request--cross-staff chords, ties

2006-08-23 Thread Trevor Bača
On 8/23/06, Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote: Trevor Bača wrote: > On 8/22/06, Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote: >> >> Hello, >> >> I once made an estimate for doing x-staff chords, for 400 EUR. I think >> that would be the most difficult task. If the stems + noteheads work >

lilypond-book

2006-08-23 Thread Pedro Martínez
Hello everyone again!Recently I am making some tests about LaTeX + lilypond in order to learn to integrate text and music but I am having -like usually I do- some problems. Here you have the original document that I called " prueba.lytex":\documentcla

warning: can't find or create `Timing' called `'

2006-08-23 Thread Will Oram
I figured now was the time to jump from 2.8.5 to 2.9.x. The transition has been mostly smooth. One message, though, floods the console: warning: can't find or create `Timing' called `' The code processes and looks perfectly fine. My theory is that parsing of apostrophes in one or more cont