Re: Using chord names instead of ^"name" in the music

2005-12-19 Thread Stephen Torri
On Mon, 2005-12-19 at 17:49 -0800, Kenneth Teh wrote: > What you typically do is write something like > > changes = \chordmode { > a1:m | > s2 bes | > } I did the following: harmonies = \chordmode { a1:m | a2:m bes | c1 | a1:m | f | e | f | c2 d:m | a1:m | a2:m g:m | f1 | c | a/cis | d:m

Re: Slurs around tuplets / tuplets inside staff - Could this be asponsored feature??

2005-12-19 Thread Trent J
Hi David, Just in reply to your statement >>> This used to be popular but it is a bad idea because you can't tell>>> whether there is really supposed to be any slurring or not. I realise this but I typeset baroque and classical scores where a slur is often placed around the tuplet number. As

Re: lilypond ezine

2005-12-19 Thread Graham Percival
On 18-Dec-05, at 1:54 AM, Mehmet Okonsar wrote: when I was reading the excellent article of Kris Schaffer on Schenkerian analysis with lilypond, I thought: what nice it would be if this kind of articles where more often available in the form of a ezine for ex., which can be even not-free if nee

unicode font (metric?) problem

2005-12-19 Thread Marcus Brinkmann
Hi, the following input file prints the lyrics like this: 1 4 The superscript 1 is placed correctly. Same for superscript 2 and 3 (0x00B9, 0x00B2, 0x00B3 respectively). The superscript 4 is placed incorrectly. Same for superscript 0, 5, 6, 7, 8, 9 (0x207x). I don't even know

Re: Slurs around tuplets / tuplets inside staff - Could this be a sponsored feature??

2005-12-19 Thread David Raleigh Arnold
On Saturday 17 December 2005 04:54 am, Trent Johnston wrote: > Good evening all, > > I suppose this email is directed at Han-Wen since I am looking a possibly sponsoring a new feature. > > I was wondering whether slurs could be made to encase tuplet numbers. i.e. the slur would go over the num

Problems with Lilypond

2005-12-19 Thread Steve
Hi, Installed lilypond on my PC running Window XP Pro SP2. Installation completed with error. Downloaded test.ly file and followed instructions on http://lilypond.org/web/install/windows Got error saying could not find test.ly file. I've checked...it's there with the right extension. Any ideas

Re: Adjusting slurs and brackets

2005-12-19 Thread Heimdall Midgard
2005/12/19, Mats Bengtsson <[EMAIL PROTECTED]>: > > Heimdall Midgard wrote: > > >2005/12/19, Gilles <[EMAIL PROTECTED]>: > > > > > >So, could someone please give me a code snippet on > > > >how to raise or lower the vertical placement of a > > > >slur relative to the notes (or if possible, relative

Re: footnotes on output sheet

2005-12-19 Thread Stephen Torri
On Mon, 2005-12-19 at 17:14 +0100, Thies Albrecht wrote: > Hi Stephen! > > > Some text is aligned on the > > left and right side of the page as if the foot note was split into two > > columns... > Do mean something like > > copyright = \markup \fill-line {{"left-aligned credit"} > {"right-al

Re: footnotes on output sheet

2005-12-19 Thread Thies Albrecht
Hi Stephen! Some text is aligned on the left and right side of the page as if the foot note was split into two columns... Do mean something like copyright = \markup \fill-line {{"left-aligned credit"} {"right-aligned credit"}} in the header section? Regards, Thies _

footnotes on output sheet

2005-12-19 Thread Stephen Torri
I am trying to give credit where credit is due and put the footnotes I find in a hymn on the bottom of the sheet. Some text is aligned on the left and right side of the page as if the foot note was split into two columns. I used google to search the documentation and did not see how with lilypond s

Re: print-function

2005-12-19 Thread Mats Bengtsson
The problem is probably that stems and perhaps some other objects as well, determine their position based on the position of the corresponding note head, so when you remove that particular print-function, you also remove a prerequisite for other parts of LilyPond to work. However, in general, se

Re: Using lilypond syntax in Scheme

2005-12-19 Thread Mats Bengtsson
As far as I know, this has been fixed in the latest development versions. In 2.6, you have to explicitly include a \notemode : #(define mynotes #{ \override Stem #'thickness = #4 \notemode { c'8 d' } #}) \score { \mynotes } /Mats Don Blaheta wrote: What am I missing

Re: Adjusting slurs and brackets

2005-12-19 Thread Mats Bengtsson
Heimdall Midgard wrote: 2005/12/19, Gilles <[EMAIL PROTECTED]>: So, could someone please give me a code snippet on how to raise or lower the vertical placement of a slur relative to the notes (or if possible, relative to the fingering, which it collides with). You can try playing w

Re: Using chord names instead of ^"name" in the music

2005-12-19 Thread Riccardo Cohen
to print chord name only, see : http://www.lilypond.org/doc/v2.6/Documentation/user/lilypond/A-lead-sheet.html#A-lead-sheet (the last sample) and the source at : http://www.lilypond.org/doc/v2.6/Documentation/user/lilypond/lily-202315302.ly Stephen Torri wrote: I was told to consider using c