Brackets for excersise transcription
The attached file provides .ly input for a series or exercises for piano. I have used the StaffGroup context to create a title for each staff, but I would like to get rid of the bracket at the beginning of each line. How can I do that ? Is there any \property StaffGroup.bracket ??? or something. In addition, I would like to separate more each line, to make it easier to read. Any help ? Thanks a lot Carlos Madrid arpegios.ly Description: Binary data
Re: News vs. listserver
on Sat, Jun 01, 2002 at 08:42:04PM +0200%, Carlos Garcia Suarez said: carlos> The newsgroup is cleaner since it does fill you inbox carlos> folder and you can quickly see the email chaing since they carlos> appear like nested. that has nothing to do with newsgroups vs. mailing lists, only with the software you're using. use procmail to filter your lilypond mail into a separate folder, then view it with a mua like mutt that can organize messages into threads. -- ++ | jeff covey [EMAIL PROTECTED] http://pobox.com/~jeff.covey/ 410-869-8088 | || | "You've given up on adding 'Bauk is an elegant mystery.| | Bauk is fear. Power', which is a good sign." -- Ray Shaw | ++ msg01287/pgp0.pgp Description: PGP signature
Re: Brackets for excersise transcription
Carlos Garcia Suarez wrote: > The attached file provides .ly input for a series or exercises for piano. Well, you use a file, "spannish.ly" which is not part of standard lilypond and hence I cannot compile your example-file. Why not submit "spannish.ly" to the deveopment list so that other users could use it as well? > I have used the StaffGroup context to create a title for each staff, but I > would like to get rid of the bracket at the beginning of each line. I don't really understand why you have the staffgroup if you don't need the bracket. Can't you just replace i.e. context StaffGroup = ad < \context ChordNames \ascenascenacordes \context Staff = des { \property Staff.instrument = #'(lines "Ascendente" "Descendente") \ad } > with % ad \context ChordNames \ascenascenacordes \context Staff = des { \property Staff.instrument = #'(lines "Ascendente" "Descendente") \ad } -Rune ___ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user
Re: Brackets for excersise transcription
Rune Zedeler wrote: > % ad > \context ChordNames \ascenascenacordes > \context Staff = des { \property Staff.instrument = #'(lines > "Ascendente" "Descendente") \ad } sorry, make that % ad \context ChordNames = ad \ascenascenacordes \context Staff = ad { \property Staff.instrument = #'(lines "Ascendente" "Descendente") \ad } ___ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user
dependencies
I've upgraded to RH7.3 and tried to install lilypond-1.5.58.uu1-1.i386.rpm. I have run into a dependency cascade that I was afraid of. I started by downloading everything in: ftp://ftp.cs.uu.nl/pub/GNU/LilyPond/binaries/RedHat/RPMS/i386-RH7.3/devel/ I tried installing but ran into a warning about guile 1.3.x. Following the instructions in the README file I upgraded to guile 1.4 using --nodeps. Then Lilypond wanted something else. It may have been t1utils (which I downloaded) or pktrace (which I also downloaded). pktrace [pktrace-1.0.4] complained about not having autotrace. I downloaded autotrace [autotrace-0.30-1.i386.rpm] and *that* is where I hit the wall. autotrace complains about needing libming.so and I can't find a package that supplies it. Now what? David Bobroff ___ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user
Re: Brackets for excersise transcription
Thanks very much, I did not know you could change the instrument.name (in my case the title of the excersise) in that way, I have tried it and it works. I guess I did not know you could asign different names to chords strings. Thanks a lot. I will post the file to the group, in case there is someone interested in the excersise itself. Carlos - Original Message - From: "Rune Zedeler" <[EMAIL PROTECTED]> To: "Carlos Garcia Suarez" <[EMAIL PROTECTED]> Cc: "LilyPond User" <[EMAIL PROTECTED]> Sent: Sunday, June 02, 2002 3:35 PM Subject: Re: Brackets for excersise transcription > Rune Zedeler wrote: > > > % ad > > \context ChordNames \ascenascenacordes > > \context Staff = des { \property Staff.instrument = #'(lines > > "Ascendente" "Descendente") \ad } > > sorry, make that > > % ad > \context ChordNames = ad \ascenascenacordes > \context Staff = ad { \property Staff.instrument = #'(lines > "Ascendente" "Descendente") \ad } > > ___ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user
Fw: Brackets for excersise transcription
I am resending this message, I initially sent also the PS file and it's too big. Sorry - Original Message - From: "Carlos Garcia Suarez" <[EMAIL PROTECTED]> To: "Rune Zedeler" <[EMAIL PROTECTED]> Cc: "LilyPond User" <[EMAIL PROTECTED]> Sent: Sunday, June 02, 2002 6:10 PM Subject: Re: Brackets for excersise transcription > As a result of your advice, I was able to quickly fix want I want. This is > the result. Thanks. To compile it requires the Spanish.ly file that I sent > just before. > > Carlos > > > > > - Original Message - > From: "Rune Zedeler" <[EMAIL PROTECTED]> > To: "Carlos Garcia Suarez" <[EMAIL PROTECTED]> > Cc: "LilyPond User" <[EMAIL PROTECTED]> > Sent: Sunday, June 02, 2002 3:35 PM > Subject: Re: Brackets for excersise transcription > > > > Rune Zedeler wrote: > > > > > % ad > > > \context ChordNames \ascenascenacordes > > > \context Staff = des { \property Staff.instrument = #'(lines > > > "Ascendente" "Descendente") \ad } > > > > sorry, make that > > > > % ad > > \context ChordNames = ad \ascenascenacordes > > \context Staff = ad { \property Staff.instrument = #'(lines > > "Ascendente" "Descendente") \ad } > > > > > arpegios.ly Description: Binary data
dependencies
[EMAIL PROTECTED] writes: > I've upgraded to RH7.3 and tried to install lilypond-1.5.58.uu1-1.i386.rpm. > I have run into a dependency cascade that I was afraid of. I started by > downloading everything in: > > ftp://ftp.cs.uu.nl/pub/GNU/LilyPond/binaries/RedHat/RPMS/i386-RH7.3/devel/ > > I tried installing but ran into a warning about guile 1.3.x. Following the > instructions in the README file I upgraded to guile 1.4 using --nodeps. > Then Lilypond wanted something else. It may have been t1utils (which I > downloaded) or pktrace (which I also downloaded). pktrace [pktrace-1.0.4] > complained about not having autotrace. I downloaded autotrace > [autotrace-0.30-1.i386.rpm] and *that* is where I hit the wall. autotrace > complains about needing libming.so and I can't find a package that supplies > it. > > Now what? You're reading the wrong instructions. For installing a binary, you don't need pktrace, autotrace or t1utils. Do rpm -U --nodeps guile-1.4-xyz guile-devel-1.4 rpm -U lilypond-XYZ. that should work. -- Han-Wen Nienhuys | [EMAIL PROTECTED] | http://www.cs.uu.nl/~hanwen ___ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user
pktrace
>You're reading the wrong instructions. For installing a binary, you >don't need pktrace, autotrace or t1utils. Do > > rpm -U --nodeps guile-1.4-xyz guile-devel-1.4 > rpm -U lilypond-XYZ. I got guile and guile-devel in with --nodeps. Here is the output from trying to install lilypond: root@emperor lily-15]# rpm -U lilypond-1.5.58.uu1-1.i386.rpm error: failed dependencies: pktrace is needed by lilypond-1.5.58.uu1-1 [root@emperor lily-15]# That's what sent me looking for pktrace. Thanks, David ___ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user
Tremolos
Hi, Today I noticed that the tremolo bars of a note collide with the note head when using the \stemUp switch. (See the attached testfile). Is there somthing that I can do to avoid that? My setup: lily: 1.5.52 on MacOS X (10.1.4). Christian test.ly Description: application/applefile test.ly Description: application/text Get my PGP-Public Key from: http://people.ee.ethz.ch/~chitz/public-key.pgp PGP.sig Description: PGP signature
Re: Tremolos
Christian Hitz <[EMAIL PROTECTED]> writes: > Today I noticed that the tremolo bars of a note collide with the note > head when using the \stemUp switch. That's a bug, LilyPond lengthen the stem if it's too short. > (See the attached testfile). Is > there somthing that I can do to avoid that? Yes, you can kludge a fix by increasing the stem length, temporarily, see below. > My setup: lily: 1.5.52 on MacOS X (10.1.4). \score{ \notes{ % longer stems, to make place for tremolos \property Voice.Stem \override #'length = #9 \stemUp c''4:32 r c''2:32 c''1:32 \property Voice.Stem \revert } } Greetings, Jan. -- Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter http://www.xs4all.nl/~jantien | http://www.lilypond.org ___ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user
pktrace
[EMAIL PROTECTED] writes: > >You're reading the wrong instructions. For installing a binary, you > >don't need pktrace, autotrace or t1utils. Do > > > > rpm -U --nodeps guile-1.4-xyz guile-devel-1.4 > > rpm -U lilypond-XYZ. > > I got guile and guile-devel in with --nodeps. Here is the output from > trying to install lilypond: > > root@emperor lily-15]# rpm -U lilypond-1.5.58.uu1-1.i386.rpm > error: failed > dependencies: > pktrace is needed by lilypond-1.5.58.uu1-1 > [root@emperor > lily-15]# ah, that's a bug, which i'll fix for the next release. Just ignore it (i.e. use --nodeps when installing lily.) -- Han-Wen Nienhuys | [EMAIL PROTECTED] | http://www.cs.uu.nl/~hanwen ___ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user
t1utils
>> root@emperor lily-15]# rpm -U lilypond-1.5.58.uu1-1.i386.rpm >> error: failed >> dependencies: >> pktrace is needed by lilypond-1.5.58.uu1-1 >> [root@emperor >> lily-15]# > >ah, that's a bug, which i'll fix for the next release. Just ignore it >(i.e. use --nodeps when installing lily.) I see. While you're at it, the RPM gave the same complaint about t1utils when I removed it. In short, the RPM listed above was asking for *both* t1utils and pktrace, just so you know. -David ___ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user
Re: News vs. listserver
> "jeff" == jeff covey <[EMAIL PROTECTED]> writes: jeff> on Sat, Jun 01, 2002 at 08:42:04PM +0200%, Carlos Garcia jeff> Suarez said: carlos> The newsgroup is cleaner since it does fill you inbox folder carlos> and you can quickly see the email chaing since they appear carlos> like nested. jeff> that has nothing to do with newsgroups vs. mailing lists, only jeff> with the software you're using. use procmail to filter your jeff> lilypond mail into a separate folder, then view it with a mua jeff> like mutt that can organize messages into threads. Agreed, however it could be convenient to have both. -- Laurent Martellihttp://jac.aopsys.com/ [EMAIL PROTECTED]http://www.bearteam.org/~laurent/ ___ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user
toner cartridges
Warning Unable to process data: multipart/mixed;boundary="=_NextPart_000_00X9_71A11C1E.F1232J44"
DynamicLineSpanner Vertical Centering
I'm having a little trouble understanding the DynamicLineSpacing property. I'm trying to get the dynamic to show in the middle of the staff. I have moved the \property about and haven't had any luck. Where does the \property line go and how is it supposed to work. I am trying to get the dynamic to meet in the middle between the two sections 'primoright' and 'primoleft'. Any help would be appreciated. Currently, my file looks like this . . . primoright = \notes\relative c { \clef treble \key d \major \repeat "volta" 2 { \property Voice.DynamicLineSpanner \override #'self-alignment-Y = #0 < d''8\f fis a d > [ fis16( g ] [ a g fis e ] ) d8 r r4 | etc. } primoleft = \notes\relative c { \clef treble \key d \major < d'4\f fis a > r r8 fis16 ( g a g fis e | etc. } primo = < \context Staff = staffpa \primoright \context Staff = staffpb \primoleft > \score { < \context PianoStaff \primo \context PianoStaff \secondo > } Thanks, -- Dave Higgins Littleton, Colorado [EMAIL PROTECTED] -- Wouldn't this be a great world if being insecure and desperate were a turn-on? -- "Broadcast News" ___ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user