Re: Cadenza question
Hello list, hello Rick, You wrote: > How do I get my cadenzas to maintain bar numbers? LilyPond halts > numbering bars until after I turn off the cadenza, and I don't want > that. Example: > > bar 55 | cadenza | bar 56 > > I want: > > bar 55 | (bar 56 cadenza) | bar 57 Simply add \set Score.currentBarNumber = #57 after the last note of the cadenza. Best Regards Roland ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Alignment bug?
I really recommend you to upgrade to the latest stable version, 2.8.x. If find the Cygwin command interface convenient, you can still use the "native" Windows version available for download from www.lilypond.org if you just include it in $PATH. Secondly, you shouldn't expect an example taken from one version of LilyPond to work directly with another version. So, for version 2.6.4, you should look at the manual for version 2.6, at least to learn the exact syntax and property names. /Mats Quoting [EMAIL PROTECTED]: I've just copied the "commonly tweaked properties" alignment example from p174 of the 2.8 manual (section 8.1.3) If I don't alter the alignment, my text is centre-justified. If I copy the example exactly, my text is right-justified, as expected. If I change "right" to "left", it goes back to the centre default! (Using the ?current cygwin version, 2.6.4) Cheers, Wol ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Have the fonts changed?
From: "Eyolf Ostrem" <[EMAIL PROTECTED]> Sent: Thursday, May 11, 2006 6:15 PM I finally managed to upgrade to the latest version of Lilypond, from the 2.6.4 that I used to run. I'm very happy with the new features (especially the musica ficta option), but there is one change which I'm not quite as happy with: the fonts, more precisely: the way they look in [k|x]pdf. When I generated scores under 2.6.4, everything looked fine, but now the music fonts are not anti-aliased, with the result that every note looks filled - not ideal, to say the least. If I view the ps-files directly or the pdf files in Adobe Acrobat, it's still fine, and printouts from xpdf look the way they should. Is it the fonts that have changed? Or the generation? I searched the forums, and some reports similar to mine (but related to the text fonts, which are fine here) seem to indicate that it has to do with the package ec-fonts-mftraced. I have v. 1.0.12 installed (distro: ArchLinux). eyolf, ec-fonts have not been used in Lilypond since 2.4. They were replaced with truetype fonts. But that does not affect the notes, symbols, or dynamic font. I was told that the ec-fonts could still be used with Lilypond, yet I have not found a way to switch to a font other than truetype or opentype on Windows. Stephen I can use ViewPS (in emacs) of course, so it's not a big problem, but I was wondering all the same. One last thing: When I aired the question in the Arch forum, it was suggested that I ask xpdf/kpdf/poppler dev for its support. Is that relevant? Eyolf ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Using Scheme
On 12-May-06, at 11:37 AM, Nicolas Sceaux wrote: manBeam = #(define-music-function (parser location beg-end) (cons?) #{ \once \override Beam #'positions = #$beg-end #}) \manBeam #'(3 . 6) \manBeam #(cons 3 6) Are you sure about that (cons?) ? The following gives me this: GNU LilyPond 2.8.2 Processing `bug.ly' Parsing...ERROR: Unbound variable: cons? manualBeam = #(define-music-function (parser location beg-end) (cons?) #{ \once \override Beam #'positions = #$beg-end #}) \relative { c'4 % \manualBeam #'(3 . 6) c8 d e f } Cheers, - Graham ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Using Scheme
Graham Percival <[EMAIL PROTECTED]> writes: > On 12-May-06, at 11:37 AM, Nicolas Sceaux wrote: >> manBeam = >> #(define-music-function (parser location beg-end) >> (cons?) >> #{ \once \override Beam #'positions = #$beg-end #}) >> >> \manBeam #'(3 . 6) >> \manBeam #(cons 3 6) > > Are you sure about that (cons?) ? Sorry I was thinking about CL CONSP. That should be: pair? ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
How to move dynamic marks and rests
They sometimes overlap notes. How to move them vertically? Artur ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: How to move dynamic marks and rests
On 13-May-06, at 9:11 AM, Artur Rataj wrote: They sometimes overlap notes. How to move them vertically? In the 2.8.2 manual, start reading at 5.1 and read the "see also" sections as well. - Graham ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
LilyPond 2.8 for OS X with Fink?
Hello all, Does anyone (Matthias?) have any idea when LilyPond 2.8 and/or 2.9 will become available for Mac OS X through Fink? I have the latest package descriptions from CVS, and the latest versions available are 2.6.4 (for stable) and 2.7.28 (for testing). Cheers, -- Benjamin D. Esham [EMAIL PROTECTED] | AIM: bdesham128 | Jabber: same as e-mail “Given that sooner or later we're all just going to die, what's the point of learning about integers?” — Calvin PGP.sig Description: This is a digitally signed message part ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
How to indicate a note is in absolute pitch/position while the rest of the notes are in relative mode?
In relative mode, is there a simple way to indicate one note is in absolute mode, not relative to the note before it, and not impact the next note's position. For example: \relative c { ... ... ... ... } c' is middle c, regardless the position for g and will not affact f's relative position. Thanks! Xiaoyu ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: How to indicate a note is in absolute pitch/position while the rest of the notes are in relative mode?
On 13-May-06, at 9:38 AM, Xiaoyu Ding wrote: In relative mode, is there a simple way to indicate one note is in absolute mode, not relative to the note before it, and not impact the next note's position. I don't know of any. Why not just use an octave check? Cheers, - Graham ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: How to indicate a note is in absolute pitch/position while the rest of the notes are in relative mode?
Thanks for your reply. I tried octave check but it simply does not print out the note which I wanted to be in absolute pitch. ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: LilyPond 2.8 for OS X with Fink?
Am 2006-05-13 um 18:32 schrieb Benjamin Esham: Does anyone (Matthias?) have any idea when LilyPond 2.8 and/or 2.9 will become available for Mac OS X through Fink? I have the latest package descriptions from CVS, and the latest versions available are 2.6.4 (for stable) and 2.7.28 (for testing). Why do you wait for Fink? There's a nice binary ready for download at the LilyPond site. If you really want it from Fink, ask the maintainer of the Fink package - the LilyPond developers have nothing to do with that. Greetlings from Lake Constance --- fiëé visuëlle Henning Hraban Ramm http://www.fiee.net http://angerweit.tikon.ch/lieder/ http://www.cacert.org (I'm an assurer) smime.p7s Description: S/MIME cryptographic signature ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
.scm file?
I see a lot of emails on the list and in the archive addressing modifying the ".scm" and other files to change one preference or another. My question is, on Mac OS X, where are these files located? I have a hunch that I alter them in pico, vim or TextEdit.Thanks in advance,Rick Get amazing travel prices for air and hotel in one click on Yahoo! FareChase ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: .scm file?
If your LilyPond.app is in Applications, they are at:/Applications/LilyPond.app/Contents/Resources/share/lilypond/current/scm/ I'm not sure, though, if changes you make to these files you be reflected in your app, since what LilyPond.app launches is probably (I don't know for sure) the lilypond executable at:/Applications/LilyPond.app/Contents/Resources/bin/lilypond Whether or not the executable looks for changes in the scm files is probably best answered by a developer.Josh **Joshua Parmenter[EMAIL PROTECTED]Post-Doctoral Research Associate - Center for Digital Arts and Experimental MediaRaitt Hall - University of WashingtonSeattle, Washington 98195http://www.dxarts.washington.eduhttp://www.realizedsound.net/josh/ On May 13, 2006, at 7:16 PM, Rick Hogg wrote:I see a lot of emails on the list and in the archive addressing modifying the ".scm" and other files to change one preference or another. My question is, on Mac OS X, where are these files located? I have a hunch that I alter them in pico, vim or TextEdit.Thanks in advance,Rick Get amazing travel prices for air and hotel in one click on Yahoo! FareChase___lilypond-user mailing listlilypond-user@gnu.orghttp://lists.gnu.org/mailman/listinfo/lilypond-user ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: .scm file?
In the 2.8.2 docs, see 5.4 Default files. (Joshua is correct, but users of other OS might like to see those docs for their own file locations). Changes made to these files will affect stuff in LilyPond. You can modify these files using any text editor -- it could be pico or vim, but it could also be notepad, TextEdit, or whatever. References to these files are likely (hopefully!) only for reading those files. I heavily recommend that you make customizations to your own lilypond, not these files, since any changes you make would be lost when you install a new version -- and if you send your .ly files to anybody else, they would lack your changes. See 4.6 Style sheets in the 2.8.2 docs for more info about setting personal defaults. Cheers, - Graham On 13-May-06, at 7:48 PM, Joshua Parmenter wrote: If your LilyPond.app is in Applications, they are at: /Applications/LilyPond.app/Contents/Resources/share/lilypond/current/ scm/ I'm not sure, though, if changes you make to these files you be reflected in your app, since what LilyPond.app launches is probably (I don't know for sure) the lilypond executable at: /Applications/LilyPond.app/Contents/Resources/bin/lilypond Whether or not the executable looks for changes in the scm files is probably best answered by a developer. Josh ** Joshua Parmenter [EMAIL PROTECTED] Post-Doctoral Research Associate - Center for Digital Arts and Experimental Media Raitt Hall - University of Washington Seattle, Washington 98195 http://www.dxarts.washington.edu http://www.realizedsound.net/josh/ On May 13, 2006, at 7:16 PM, Rick Hogg wrote: I see a lot of emails on the list and in the archive addressing modifying the ".scm" and other files to change one preference or another. My question is, on Mac OS X, where are these files located? I have a hunch that I alter them in pico, vim or TextEdit. Thanks in advance, Rick Get amazing travel prices for air and hotel in one click on Yahoo! FareChase ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user