eps output

2011-08-02 Thread Antanas Budriūnas
Hi, LilyPond Usage documentation says: "eps for encapsulated PostScript. This dumps every page (system) as a separate ‘EPS’ file, without fonts, and as one collated ‘EPS’ file with all pages (systems) including fonts." For me $ lilypond -dbackend=eps *.ly produces every _page_ as separate EPS, n

Re: Lilypond crashes when compiling snippet

2011-08-02 Thread Keith OHara
Tim Reeves tokamerica.com> writes: > I tried to compile the "Creating music with Scheme (music box)" snippet ( > http://lsr.dsi.unimi.it/LSR/Item?id=346 ) and when I do, Lilypond crashes > with the following output: > > > %lilypond %args "C:\Documents and Settings\timr\Desktop\Bach Prelude in

Re: Roman numeral analysis

2011-08-02 Thread David Nalesnik
On Fri, Jul 29, 2011 at 7:35 AM, m...@apollinemike.com < m...@apollinemike.com> wrote: > On Jul 29, 2011, at 2:33 PM, Jerod Sommerfeldt wrote: > > I'm new to LilyPond and have been searching for a useful strategy to write > out roman numeral analyses for my class' theory worksheets. Here's what >

Re: Arpeggios from chordmode?

2011-08-02 Thread Basso Ridiculoso
HA!! Yes! That is very close indeed. Now I can enter in chord changes, and with just a very simple search/replace make an arpeggio sheet for them. See enclosed file for example (requires Giles code below as an \include) To get the chord changes and the arps, I just double the chord progression

ossia with signatures where needed

2011-08-02 Thread James Harkins
Is it possible to create an ossia staff context where clefs and time signatures are displayed only when the staff is visible? I'm following the model of the 3rd example under "Ossia staves" in the notation reference -- creating a staff named "ossia" and then using \context Staff="ossia" { \star

Re: how to color a repeat bar line?

2011-08-02 Thread Patrick Karl
On Aug 2, 2011, at 6:55 PM, James Lowe wrote: > Hello, > > From: lilypond-user-bounces+james.lowe=datacore@gnu.org > [lilypond-user-bounces+james.lowe=datacore@gnu.org] on behalf of Patrick > Karl [pck...@mac.com] > Sent: 03 August 2011 00:29 > T

Re: how to color a repeat bar line?

2011-08-02 Thread harm6
jpatk wrote: > > I would like to color the initial repeat bar line of a volta. > Hi, try: \version "2.14.1" #(define (color-at-line-begin g) (if (and (ly:item? g) (equal? (ly:item-break-dir g) RIGHT)) (ly:grob-set-property! g 'color red))) \relative g' { \repea

RE: how to color a repeat bar line?

2011-08-02 Thread James Lowe
Hello, From: lilypond-user-bounces+james.lowe=datacore@gnu.org [lilypond-user-bounces+james.lowe=datacore@gnu.org] on behalf of Patrick Karl [pck...@mac.com] Sent: 03 August 2011 00:29 To: lilypond-user@gnu.org Subject: how to color a repeat bar li

RE: Changing to Gonville font

2011-08-02 Thread James Lowe
Hello, From: Matthew Collett [m_coll...@ihug.co.nz] Sent: 02 August 2011 20:32 To: Graham Percival Cc: James Lowe; lilypond-user@gnu.org Subject: Re: Changing to Gonville font On 3/08/2011, at 5:16 am, Graham Percival wrote: > On Tue, Aug 02, 2011 at 02:59

how to color a repeat bar line?

2011-08-02 Thread Patrick Karl
I would like to color the initial repeat bar line of a volta. I tried the following: \version "2.14.1" \relative g' { \repeat volta 2 { a b c d } \break \once \override Staff.BarLine #'color = #red \repeat volta 2 { d c b a } } but this colors not only the initi

RE: Lilypond crashes when compiling snippet

2011-08-02 Thread James Lowe
Hello, From: lilypond-user-bounces+james.lowe=datacore@gnu.org [lilypond-user-bounces+james.lowe=datacore@gnu.org] on behalf of Tim Reeves [tim.ree...@tokamerica.com] Sent: 02 August 2011 19:56 To: lilypond-user@gnu.org Subject: Lilypond crashes wh

Re: Changing to Gonville font

2011-08-02 Thread Matthew Collett
On 3/08/2011, at 5:16 am, Graham Percival wrote: > On Tue, Aug 02, 2011 at 02:59:22PM +, James Lowe wrote: >> you cannot use the Mac GUI (Finder) to do >> this - at least not easily in 10.6. > > Actually, you can. Ctrl-click on LilyPond.app, then select "show > package contents", then navig

RE: Changing to Gonville font

2011-08-02 Thread -Eluze
pkx166h wrote: > > Hello, > > )-Original Message- > )From: lilypond-user-bounces+james.lowe=datacore@gnu.org > )[mailto:lilypond-user-bounces+james.lowe=datacore@gnu.org] On > )Behalf Of -Eluze > )Sent: 02 August 2011 18:38 > )To: lilypond-user@gnu.org > )Subject: RE: Changing t

Lilypond crashes when compiling snippet

2011-08-02 Thread Tim Reeves
Greetings, I tried to compile the "Creating music with Scheme (music box)" snippet ( http://lsr.dsi.unimi.it/LSR/Item?id=346 ) and when I do, Lilypond crashes with the following output: > %lilypond %args "C:\Documents and Settings\timr\Desktop\Bach Prelude in C major.ly" Processing `C:/Docume

RE: Changing to Gonville font

2011-08-02 Thread James Lowe
Hello, )-Original Message- )From: lilypond-user-bounces+james.lowe=datacore@gnu.org )[mailto:lilypond-user-bounces+james.lowe=datacore@gnu.org] On )Behalf Of -Eluze )Sent: 02 August 2011 18:38 )To: lilypond-user@gnu.org )Subject: RE: Changing to Gonville font ) )and the next probl

RE: Changing to Gonville font

2011-08-02 Thread -Eluze
Reinhold Kainhofer wrote: > > > > On Tue, 2 Aug 2011, James Lowe wrote: > >> I've looked at the documentation and I remember the conversation I had >> with our Doc Meister, normally you would do this (at least on Mac OS - >> which I used at the time) via a terminal and there is no 'rename'

Re: Changing to Gonville font

2011-08-02 Thread Graham Percival
On Tue, Aug 02, 2011 at 02:59:22PM +, James Lowe wrote: > Hello > > )The UNIX-y nerds (including those comfortable with Linux and MacOS > )command lines) will understand that the mv command is used to rename > )things. Meanwhile, the GUI users will understand “rename” better than > )“move.” >

RE: Changing to Gonville font

2011-08-02 Thread Reinhold Kainhofer
On Tue, 2 Aug 2011, James Lowe wrote: I've looked at the documentation and I remember the conversation I had with our Doc Meister, normally you would do this (at least on Mac OS - which I used at the time) via a terminal and there is no 'rename' command, so when you mv folder_name new_folde

RE: Changing to Gonville font

2011-08-02 Thread James Lowe
Hello )-Original Message- )From: lilypond-user-bounces+james.lowe=datacore@gnu.org )[mailto:lilypond-user-bounces+james.lowe=datacore@gnu.org] On )Behalf Of Christopher R. Maden )Sent: 02 August 2011 15:47 )To: lilypond-user@gnu.org )Subject: Re: Changing to Gonville font ) )On 08/

Re: Changing to Gonville font

2011-08-02 Thread Christopher R. Maden
On 08/02/2011 10:36 AM, James Lowe wrote: > So this is the reason we say 'move'. I agree... however, I think Albert has a good point about saying “rename” instead. The UNIX-y nerds (including those comfortable with Linux and MacOS command lines) will understand that the mv command is used to rena

RE: Changing to Gonville font

2011-08-02 Thread James Lowe
Albert, )-Original Message- )From: Albert Frantz [mailto:alb...@key-notes.com] )Sent: 02 August 2011 12:37 )To: James Lowe )Cc: lilypond-user@gnu.org )Subject: Re: Changing to Gonville font )Importance: Low ) )> I'm happy to look at the instructions we give in the documentation )about chan

Re: Shaping slurs --- both broken and unbroken

2011-08-02 Thread Urs Liska
Am 02.08.2011 16:10, schrieb David Nalesnik: On Tue, Aug 2, 2011 at 8:20 AM, Urs Liska > wrote: Just for entertainment a very nice slur example (attached): a \phrasingSlur spanning three lines :-) breathtaking! Are you talking of typography or the singer?

Re: Shaping slurs --- both broken and unbroken

2011-08-02 Thread David Nalesnik
On Tue, Aug 2, 2011 at 8:20 AM, Urs Liska wrote: > Just for entertainment a very nice slur example (attached): a \phrasingSlur > spanning three lines :-) breathtaking! ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman

Re: Shaping slurs --- both broken and unbroken

2011-08-02 Thread Urs Liska
Just for entertainment a very nice slur example (attached): a \phrasingSlur spanning three lines :-) Am 23.07.2011 12:00, schrieb Trevor Daniels: Janek I agree this could be a useful addition to the LilyPond distribution and the docs (both at the same time, preferably). Broken slurs in partic

Re: Tab font

2011-08-02 Thread Xavier Scheuer
On 2 August 2011 12:50, pg wrote: > > Hi, > I would like to increase the font size of the numbers on the tablature > staff, to make it easier to read. Is there an easy way to do it? I have > searched the archive but haven't found anything about tab fonts. Hi, \override TabNoteHead #'font-size

Re: Tab font

2011-08-02 Thread Phil Burfitt
- Original Message - From: "pg" To: Sent: Tuesday, August 02, 2011 11:50 AM Subject: Tab font Hi, I would like to increase the font size of the numbers on the tablature staff, to make it easier to read. Is there an easy way to do it? I have searched the archive but haven't found an

RE: Changing to Gonville font

2011-08-02 Thread James Lowe
Hello, )-Original Message- )From: lilypond-user-bounces+james.lowe=datacore@gnu.org )[mailto:lilypond-user-bounces+james.lowe=datacore@gnu.org] On )Behalf Of Albert Frantz )Sent: 02 August 2011 11:43 )To: lilypond-user@gnu.org )Subject: Re: Changing to Gonville font ) )Hello, ) )I

Tab font

2011-08-02 Thread pg
Hi, I would like to increase the font size of the numbers on the tablature staff, to make it easier to read. Is there an easy way to do it? I have searched the archive but haven't found anything about tab fonts. Thank you, peter ___ lilypond-user mai

Re: Changing to Gonville font

2011-08-02 Thread Albert Frantz
Hello, I solved the problem simply by copying emmentaler-brace.otf to the otf folder, and emmentaler- brace.svg and emmentaler-brace.woff to the svg folder. This means that the documentation should be updated to mention this addition. Also, "move" should be changed to "rename" in the documentatio

Changing to Gonville font

2011-08-02 Thread Albert Frantz
Hello, Section 3.4.4 of the instructions (http://lilypond.org/doc/v2.14/Documentation/notation/replacing-the- notation-font.html) state: "Download and extract the zip file. Copy the lilyfonts directory to ‘SHARE_DIR/lilypond/current’; for more information, see Other sources of information. Move t

Re: Lilypond with the Command Line

2011-08-02 Thread Gilles
Le Mon, 01 Aug 2011 21:39:16 +0200, Graham Percival a écrit: Could you pass a command on the command line and tell Lilypond to process the source file and change it to a bass clef instead? without changing the source file permanently? Could this be done using the Scheme evaluate function?