Re: Cadenza question

2006-05-13 Thread Roland Goretzki
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

Re: Alignment bug?

2006-05-13 Thread Mats Bengtsson
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 fro

Re: Have the fonts changed?

2006-05-13 Thread Stephen
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 qui

Re: Using Scheme

2006-05-13 Thread Graham Percival
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 follo

Re: Using Scheme

2006-05-13 Thread Nicolas Sceaux
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) >> \manB

How to move dynamic marks and rests

2006-05-13 Thread Artur Rataj
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

2006-05-13 Thread Graham Percival
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@g

LilyPond 2.8 for OS X with Fink?

2006-05-13 Thread Benjamin Esham
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

How to indicate a note is in absolute pitch/position while the rest of the notes are in relative mode?

2006-05-13 Thread Xiaoyu Ding
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

Re: How to indicate a note is in absolute pitch/position while the rest of the notes are in relative mode?

2006-05-13 Thread Graham Percival
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 __

Re: How to indicate a note is in absolute pitch/position while the rest of the notes are in relative mode?

2006-05-13 Thread Xiaoyu Ding
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?

2006-05-13 Thread fiëé visuëlle
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 testi

.scm file?

2006-05-13 Thread Rick Hogg
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 trav

Re: .scm file?

2006-05-13 Thread Joshua Parmenter
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 exe

Re: .scm file?

2006-05-13 Thread Graham Percival
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