Re: header part for section titles

2003-10-04 Thread Paul Scott
David Raleigh Arnold wrote: This worked: \version "1.7.28" tagline = "\center \copyright 2002 David Raleigh Arnold." I really hope it still works. It has changed over time. If there's no way now, that's a bug, because there really should be one. daveA It works fine for 'tagline' but not for

Re: header part for section titles

2003-10-04 Thread David Raleigh Arnold
On Saturday 04 October 2003 02:23 pm, Paul Scott wrote: > Paul Scott wrote: > >> piece = "\\center Title" > > > > With this one \\center is ignored. > > > >> piece = {\\center{"Title"}} > > > > This one and variations all produce parsing errors from lilypond. This worked: \version "1.7.28" taglin

RE: chord names

2003-10-04 Thread Bertalan Fodor
For Hungarian chords IMHO using \include "deutsch.ly" and using \semiGermanChords is the _best_ choice: \chords { \semiGermanChords d2:min g d1:min... } I think that because F#, Ab and so is more readable than Fis and As and so (and certainly looks more professional). I know that this isn't an an

chord names

2003-10-04 Thread Szunyoghy Zsolt
Hi, How should I set the ChordNames.ChordName property to get chords used here in Hungary. I would like to see something like this: d:m - "d" instead "Dm" a:m - "a" instead "Am" fis - "Fis" instead "F#" h- "H" instead "B" Thanks in advance, Regards, Zsolt Szunyoghy ___

Re: rehearsal marks conflict with bar numbers

2003-10-04 Thread Paul Scott
Graham Percival wrote: On Sat, 04 Oct 2003 11:36:15 -0700 Paul Scott <[EMAIL PROTECTED]> wrote: ow can I either raise \mark or move bar numbers so they don't conflict as they do when they are left alone and the rehearsal mark falls at the beginning of the line? \translator{ \ScoreContext Re

Re: rehearsal marks conflict with bar numbers

2003-10-04 Thread Graham Percival
On Sat, 04 Oct 2003 11:36:15 -0700 Paul Scott <[EMAIL PROTECTED]> wrote: > How can I either raise \mark or move bar numbers so they don't conflict > as they do when they are left alone and the rehearsal mark falls at the > beginning of the line? \translator{ \ScoreContext RehearsalMark \overrid

rehearsal marks conflict with bar numbers

2003-10-04 Thread Paul Scott
How can I either raise \mark or move bar numbers so they don't conflict as they do when they are left alone and the rehearsal mark falls at the beginning of the line? I have read docs and haven't found an answer yet. TIA, Paul Scott ___ Lilypond-u

Re: header part for section titles

2003-10-04 Thread Paul Scott
Paul Scott wrote: piece = "\\center Title" With this one \\center is ignored. piece = {\\center{"Title"}} This one and variations all produce parsing errors from lilypond. Lilypond 2.0.0 Paul ___ Lilypond-user mailing list [EMAIL PROTECTED] http

Re: header part for section titles

2003-10-04 Thread Paul Scott
David Raleigh Arnold wrote: On Saturday 04 October 2003 03:13 am, Paul Scott wrote: currently use 'piece = ...' to get section or movement names but I would like them centered instead of on the left. Is there a way to get a centered section or movement titles for an orchestral/instrumental part

Re: multiple markups when combining voices on single staff

2003-10-04 Thread Graham Percival
On Sat, 04 Oct 2003 11:57:45 -0400 Niki Pantelias <[EMAIL PROTECTED]> wrote: > I'm trying to make a score which has several voices on a staff. I'm using > identifiers to define each voice separately so that I can use the same input > file to print out individual parts. Each definition contain

Re: Time signature "C" and "4/4"

2003-10-04 Thread Graham Percival
On Sat, 04 Oct 2003 10:25:13 -0700 Jim Bartram <[EMAIL PROTECTED]> wrote: > I work in a world where there are, or can be, differences between "C" and > "4/4". I noticed that the documentation appears to show "C" for all > instances of "4/4". Is there a reasonable way to construct the explicit > "4

Re: Time signature "C" and "4/4"

2003-10-04 Thread José Luis Cruz
Ok, it's very simple. Look at: http://lilypond.org/doc/v2.0/input/test/out-www/collated-files.html#time.ly It's just adding the following line: \property Staff.TimeSignature \set #'style = #'numbered A Sat, 04 Oct 2003 10:25:13 -0700 Jim Bartram <[EMAIL PROTECTED]> escribió: > I work in a

Time signature "C" and "4/4"

2003-10-04 Thread Jim Bartram
I work in a world where there are, or can be, differences between "C" and "4/4". I noticed that the documentation appears to show "C" for all instances of "4/4". Is there a reasonable way to construct the explicit "4/4" signature? -Jim ___ Lilypond-us

multiple markups when combining voices on single staff

2003-10-04 Thread Niki Pantelias
Hello everyone, I'm trying to make a score which has several voices on a staff. I'm using identifiers to define each voice separately so that I can use the same input file to print out individual parts. Each definition contains its own dynamic and articulation markings, etc. The probl

Re: header part for section titles

2003-10-04 Thread David Raleigh Arnold
On Saturday 04 October 2003 03:13 am, Paul Scott wrote: > I currently use 'piece = ...' to get section or movement names but I > would like them centered instead of on the left. Is there a way to > get a centered section or movement titles for an > orchestral/instrumental part without using lilyp

Re: Version 2.0 for Windows?

2003-10-04 Thread Jan Nieuwenhuizen
Jim Bartram writes: > Sorry to be so dense, but how does one obtain 2.0 for Windows on the Cygwin > server? I tried installing the latest Cygwin, but it is still at 1.8. Make sure setup.exe is set for download, try again, pick another mirror. Please inform at the cygwin list if you have any troub

Problem with conversion: bug?

2003-10-04 Thread Thorkil Wolvendans
Hi there, I just installed Lily 2.0.1-1 for cywin which runs perfect! but when I try to converse a file from 1.8.2 to 2.0.1, Lily goes wild on replacement of slurs: it let's slurs start late or early, and even end on rests! I attached the converted file (tpt201.ly), and the 'old' file (tpt182.ly

header part for section titles

2003-10-04 Thread Paul Scott
If I put a \header in a second \score in a file, 'piece = "II. - Whatever"' will print but 'instrument = "II. - Whatever"' does not. I currently use 'piece = ...' to get section or movement names but I would like them centered instead of on the left. Is there a way to get a centered section o