Re: [Q] Rehearsal marks in parts

2006-11-05 Thread Victor Eijkhout
On Nov 5, 2006, at 2:10 PM, Paul Scott wrote:global = { s1 \markdefault s1 } parta = { R1 R1 } partb = { c1 c1 } parta.ly  contains: score { << \new Staff = "x" { << \global \parta >> } >> } Ah. I'd been wondering if there was a way to implement a "master track". Cool. Thanks.Victor._

Re: beam breaking in tuplets

2006-11-05 Thread Victor Eijkhout
I don't think you want that. Just try this: \relative c'' { \time 3/4 #(override-auto-beam-setting '(end * * * *) 3 16) #(override-auto-beam-setting '(end * * * *) 6 16) #(override-auto-beam-setting '(end * * * *) 9 16) \times 3/4 { r4 g8 a16 bes a8 bes16 c d8 c16 bes } | r4 g8 a16 bes a16 bes c8

RE: overriding Auto Beam

2006-11-05 Thread Panteck
Try: c4. c8 b8[ a8] The [] characters are used to manually start and stop beams. --Steven -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Christopher A. LaFond Sent: Sunday, November 05, 2006 2:23 PM To: lilypond-user@gnu.org Subject: overriding Auto Be

overriding Auto Beam

2006-11-05 Thread Christopher A. LaFond
Hi Everyone, I'm new to Lilypond and to the list, and I'm hoping that someone can answer what should be an easy question. I have a measure with a dotted quarter, then three eighth notes (in 3/4 time). I don't want the first of the three eighth notes to beam to the other two, but can't get it

Re: misusing arpeggios

2006-11-05 Thread Mats Bengtsson
One solution is to typeset the invisible upper and lower notes in separate Voice contexts and then use the connectArpeggio feature to get a single arpeggio over the three voices. By default, the engraver that handles connected arpeggios is only available in the PianoStaff context, so you have t

Re: beam breaking in tuplets

2006-11-05 Thread Mats Bengtsson
If you divide a 3/4 measure into 4 equal beats, then each beat will be 3/16 long. So, you can obtain what you want with #(override-auto-beam-setting '(end * * * *) 3 16) #(override-auto-beam-setting '(end * * * *) 6 16) #(override-auto-beam-setting '(end * * * *) 9 16) Since this is a fairly un

Re: [Q] Rehearsal marks in parts

2006-11-05 Thread Paul Scott
Victor Eijkhout wrote: Version 2.9.27 Input: parta = { r1 \mark\default r1 } partb = { c1 \mark\default c1 } \score { << \new Staff = "x" {\parta} \new Staff = "y" {\partb} >> } My answer would be the same as Thies' notes.ly contains: global = { s1 \markdefault s1 } parta = { R1 R1 } partb

Re: Golpe & Slap

2006-11-05 Thread Alexander Rose
Am 29.10.2006 um 22:37 schrieb Kamal: How can a golpe or a slap notation be achieved in lilypond? You can use the \markup command: http://lilypond.org/doc/v2.9/ Documentation/user/lilypond/Overview-of-text-markup- commands.html#Overview-of-text-markup-commands slap = \markup{ \box \pad

Re: [Q] Rehearsal marks in parts

2006-11-05 Thread Victor Eijkhout
Version 2.9.27 Input: parta = { r1 \mark\default r1 } partb = { c1 \mark\default c1 } \score { << \new Staff = "x" {\parta} \new Staff = "y" {\partb} >> } (imagine that the two parts are in included files, because I also want to include them in part files, so they both need the rehearsal

beam breaking in tuplets

2006-11-05 Thread Victor Eijkhout
Is this a bug or a feature? (2.9.27, PPC) \relative c'' { \time 3/4 \times 3/4 { r4 g8 a16 bes a8 bes16 c d8 c16 bes } | #(override-auto-beam-setting '(end 1 16 * *) 2 4) r4 g8 a16 bes a8 bes16 c | } I was expecting the beam in the tuplet to be broken the same way as in the measure after. I

Re: Cannot find file for FontConfig cache

2006-11-05 Thread Tomasz Bojczuk
Forgot about it (see old posts) it dosen't matter or upgrade to 2.8.8 version Regards Tomasz ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: PPC Version?

2006-11-05 Thread Han-Wen Nienhuys
Julian Peterson escreveu: Depending on your distro, it can probably be acquired via the normal packaging system. I use ubuntu ppc and was easily able to install lilypond using apt... I’m in the process of migrating OS’s (‘cause apple is pissing me off) and I’m wondering if there’s a linux PP

misusing arpeggios

2006-11-05 Thread Alexander Rose
Hello, (Lily 2.9.28) I want to misuse \arpeggioBracket & \arpeggio to indicate barring over some strings in guitar music. E.g. when you play an a'', then a c'' and then an e'' (all three at the fith fret with finger 1), I want to indicate that you should use finger 1 at the a''. It should

Re: PPC Version?

2006-11-05 Thread Julian Peterson
Depending on your distro, it can probably be acquired via the normal packaging system. I use ubuntu ppc and was easily able to install lilypond using apt... Hope that helps, JP James E. Bailey wrote: I’m in the process of migrating OS’s (‘cause apple is pissing me off) and I’m wondering if

wrong tuplet number positioning (bug?)

2006-11-05 Thread Alexander Rose
Hello, as you can see in the attached file, tuplet numbers are not positioned nicely, when the tuplet crosses staffs. maybe this is regarded as a bug. another question: for asthetics i want that the accidential in the second bar (lower staff) not to claim space as if there where no staf

PPC Version?

2006-11-05 Thread James E. Bailey
I’m in the process of migrating OS’s (‘cause apple is pissing me off) and I’m wondering if there’s a linux PPC build of LilyPond. ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user