How to have fingerings in bold?

2007-05-27 Thread Griff Miller
The syntax for fingerings is very easy. A C major scale on the double bass: c-1 d-4 e-1-D f-2 g-1 a-4 b-1-G c-2 Now, how do I put certain fingerings in bold? I need a way that doesn't involve a lot of extra typing, since about 40% of the fingerings I specify need to be bolded.

Re: seperated stems

2007-05-27 Thread Damian leGassick
like this: \version "2.10.4" \include "deutsch.ly" \score { \relative c'' { \repeat "unfold" 8 { << {8} \\ {8} >> } } } cheers D. On 27

Lilypond-LaTeX + a4 paper size problem in TeXShop

2007-05-27 Thread Adam Good
Hi, I just did some updating of my computer, since then I've had to re-install apps like Lilypond + TeXShop with Lilypond-LaTeX . Thought that would go smoothly but I'm now getting weird things with paper sizing. I'm running: OSX 10.4.9 (just upgraded from OSX 10.3.9) TeXShop version 1.43

Fonts in SVG output

2007-05-27 Thread Benjamin Esham
Hello all, I'm having some issues with Lilypond 2.10.x's SVG export. I tried to open an exported file in Inkscape 0.44.1, and most of the music showed up fine, but the time signature was in a wrong font, and the piano-staff brace showed up as a small box. I've already copied the fonts

Re: Java, was: etf2ly

2007-05-27 Thread Bertalan Fodor
That's true. Then you have to download and install separately the two exe files. See http://www.java.com and jedit.org Helge Kruse írta: Why don't you install jEdit + Java bundle downloadable from the jEdit website? Bert, I did not found any bundle neither at jEdit.org not SourceForge.net. I

seperated stems

2007-05-27 Thread Helge Kruse
Hello, I want to write some chords, played with both hands, in one staff. To indicate that it's played with two hands, I want to write some of the notes with stem and beam up and some other down. The excerpt below combines both chord with one stem and one beam. How do I get one beam above and

Re: Single Staff Polyphony

2007-05-27 Thread Damian leGassick
you can add \override Staff.NoteCollision #'merge-differently-headed = ##t and this should do it d On 27 May 2007, at 14:29, Norman Hamilton wrote: Hi, I have a question regarding single staff polyphony. When two voices share the same pitch LilyPond (2.6.3) will show the two notes next

Re: Single Staff Polyphony

2007-05-27 Thread Martial
Use \new Voice \voiceOne ... \voiceTwo ... \new Staff << \new Voice { \voiceOne \A } \new Voice { \voiceTwo \B } >> and if you want only one note appears use "s" for the seconde voice 1) a4 b) s8 c8 I have a question regarding single staff polyphony. When two voices share the same pitch

Re: Getting Started

2007-05-27 Thread Damian leGassick
hi bridget lilypond isn't a program with icons and menus and the rest, it's more like a simple programming language. you write lilypond files (text) with a text editor and the lilypond 'program' acts on the instructions that you write in that textfile, resulting in printed music. there'

Getting Started

2007-05-27 Thread bridget fox
Hello, I followed all the instructions, and have received the part saying %{ Welcome to LilyPond === Congratulations, LilyPond has been installed successfully. Now to take it for the first test run. 1. Save this LilyPond file on your desktop. 2. Pick it up from the desktop

Single Staff Polyphony

2007-05-27 Thread Norman Hamilton
Hi, I have a question regarding single staff polyphony. When two voices share the same pitch LilyPond (2.6.3) will show the two notes next to each other. I would like to alter this so that only one note appears with beams up and down. If notes have different time values, I'd like the note wi

Re: Java, was: etf2ly

2007-05-27 Thread Helge Kruse
Why don't you install jEdit + Java bundle downloadable from the jEdit website? Bert, I did not found any bundle neither at jEdit.org not SourceForge.net. I searched this morning again and it's still not there. Probably this bundle was available before. Best regards, Helge __