Re: Experimental Web-based Lilypond Editor

2012-02-07 Thread trevordixon
First round of Dropbox integration launched, but it won't let anybody log in until Dropbox approves the app for production mode. trevordixon wrote: > > I've been working on something I think the LilyPond community may find very useful: a web-based editor. Before you check it out, keep in mind t

grace note issue/bug

2012-02-07 Thread lily-user
I have a couple of issues with the attached ly file, version 2.14.2: 1. I get the warning "forced break was overridden by some other event, should you be using bar checks?". Hence, I can't add breaks or pagebreaks wherever I want to. 2. A weird pdf when I add a \grace to the first note in the f

Re: number of staff lines

2012-02-07 Thread Bockett Hunter
My understanding is that the scholarly convention for describing clefs is the clef's note (g1, c1, f, G) followed by the line number, counted from the bottom. Thus on a five line staff, French violin clef is g1, treble clef is g2, soprano clef is c1, mezzo-soprano clef is c2, alto clef is c3, teno

Re: Default Mark and Tempo

2012-02-07 Thread Thomas Morley
Hi Nels, 2012/2/7 -Eluze : > > > Nels Daily wrote: >> >> Is there a way of merging the default rehearsal mark >> and tempo mark into one mark so that they are >> aligned together? >> Not like this. >> >> \version "2.14.2" >> >> \relative c'' { >>       c'1 >> \mark \default >> \tempo "Fast" 4 = 12

Re: Tremolos between two whole notes

2012-02-07 Thread Thomas Morley
I should have written: based on Neil's suggestion I worked out the function _below_ (not above). :) ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Tremolos between two whole notes

2012-02-07 Thread Thomas Morley
Hi Brent, > On 4 February 2012 16:42, Neil Thornock wrote: >> >> As far as getting the look you want, you need to use a combination of >> Beam #'gap, Beam #'positions, Beam #'extra-offset, and NoteHead >> #'stem-attachment.  I've gotten very nice results with those >> overrides.  It's a pain, but

Re: Default Mark and Tempo

2012-02-07 Thread -Eluze
Nels Daily wrote: > > Is there a way of merging the default rehearsal mark > and tempo mark into one mark so that they are > aligned together? > Not like this. > > \version "2.14.2" > > \relative c'' { > c'1 > \mark \default > \tempo "Fast" 4 = 120 > c > } > I'm not sure what kind

Default Mark and Tempo

2012-02-07 Thread Nels
Is there a way of merging the default rehearsal mark and tempo mark into one mark so that they are aligned together? Not like this. \version "2.14.2" \relative c'' { c'1 \mark \default \tempo "Fast" 4 = 120 c } ___ lilypond-user mailing l

Re: Custom paper size

2012-02-07 Thread Hans Aikema
On 6-2-2012 12:19, Jan-Peter Voigt wrote: Hello Joe, I sometimes use this: --snip-- #(set! paper-alist (cons '("wide" . (cons (* 15 cm) (* 3 cm))) paper-alist)) \paper { #(set-paper-size "wide") } \score { \relative c'' { bes4 a c b } } --snip-- \paper { paper-width = 15\cm

Re: Footers outside the type area

2012-02-07 Thread Alexander Kobel
On 2012-02-07 16:04, -Eluze wrote: Hannes Kuhnert-2 wrote: [...] Especially the notes should fill the same area on every page, regardless if there is a footer or not. [...] I don't think this is possible by now - I'll wait a while to see if somebody know a way, and will add a an enhancement req

Re: Tremolos between two whole notes

2012-02-07 Thread Brent Annable
Neil, Thanks for your answer. I knew there would be a way of doing it with centering beams and so forth; trouble is I'm soo NOT a programmer and even the simplest override often takes me a while to work out. If you have any concrete examples of using these overrides for me, perhaps I could just pl

Re: Footers outside the type area

2012-02-07 Thread -Eluze
Hannes Kuhnert-2 wrote: > > Hello, > > by default footers are part of the regular type area, but I’d like to have > them placed below. > > Especially the notes should fill the same area on every page, regardless > if > there is a footer or not. “foot-separation“ and the footer itself would >

Re: possible bug with tupletSpannerDuration in quoted music

2012-02-07 Thread James
Hello, On 5 February 2012 21:24, Shevek wrote: > > In 2.14, tupletSpannerDuration doesn't get properly applied to quoted music > unless tupletSpannerDuration is set in the quoted music itself. Bug, or am I > doing something wrong? Possibly, See: http://lilypond.org/doc/v2.14/Documentation/nota

Re: number of staff lines

2012-02-07 Thread Nils
On Mon, 06 Feb 2012 15:42:03 +0100 David Kastrup wrote: > Nils writes: > > > Hello, > > > > I would like to ask for a quick confirmation, since I never worked > > with an even-numbered staff line count. > > > > If you reduce your stafflines with > > \override StaffSymbol #'line-count = #3 > >