ANN: Frescobaldi 1.9.3 (beta)

2011-12-01 Thread Wilbert Berendsen
Hi, I'm happy to announce Frescobaldi 1.9.3, a beta milestone working towards version 2.0. Frescobaldi 2 (www.frescobaldi.org) is a dedicated LilyPond music score editor, built with Python and Qt4, designed to run on all major operating systems. It is at https://github.com/downloads/wbsoft/fresc

Placing text next to notes

2011-12-01 Thread Daniel Kraft
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, I have the following problem: I would like to engrave an arpeggio which should be played in a "unusual" order, namely first the highest, then the lowest and finally the middle note. To indicate that, I'd like to place roman numerals I, II an

Re: Bug for slur and (not) restored accidental

2011-12-01 Thread Rutger Hofman
On 11/30/2011 09:46 PM, Nick Payne wrote: On 01/12/11 01:43, Rutger Hofman wrote: Good afternoon list, I think in the following example (see attached) lilypond should automatically add a sharp in bar 2, as enforced in the second line: \version "2.14.0" \score { \new Staff { \key g \major \tim

Re: ANN: Frescobaldi 1.9.3 (beta)

2011-12-01 Thread Francisco Vila
2011/12/1 Wilbert Berendsen : > Hi, > > I'm happy to announce Frescobaldi 1.9.3, a beta milestone working > towards version 2.0. > > Frescobaldi 2 (www.frescobaldi.org) is a dedicated LilyPond music > score editor, built with Python and Qt4, designed to run on all major > operating systems. > > It

Re: Placing text next to notes

2011-12-01 Thread Tim McNamara
On Dec 1, 2011, at 6:26 AM, Daniel Kraft wrote: > I have the following problem: I would like to engrave an arpeggio > which should be played in a "unusual" order, namely first the highest, > then the lowest and finally the middle note. There is nothing unusual about that and I would see no reas

Re: Placing text next to notes

2011-12-01 Thread m...@apollinemike.com
Le Dec 1, 2011 à 4:05 PM, Tim McNamara a écrit : > > On Dec 1, 2011, at 6:26 AM, Daniel Kraft wrote: > >> I have the following problem: I would like to engrave an arpeggio >> which should be played in a "unusual" order, namely first the highest, >> then the lowest and finally the middle note. >

Re: Placing text next to notes

2011-12-01 Thread Daniel Kraft
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/01/11 16:22, m...@apollinemike.com wrote: > Le Dec 1, 2011 à 4:05 PM, Tim McNamara a écrit : > >> >> On Dec 1, 2011, at 6:26 AM, Daniel Kraft wrote: >> >>> I have the following problem: I would like to engrave an >>> arpeggio which should be

chordmode markup problem

2011-12-01 Thread Bernhard Ott
Dear all, is there really no way to simply add articulations/markups to chords in \chordmode? In 2.14.2 \chordmode { c1\pp } works \chordmode { c1^"II" } doesn't (as mentioned in the docs). Could scheme do the trick? I need the chordmode for *quick* engraving of basso continuo music, so I wou

chordmode inversion question/feature request

2011-12-01 Thread Bernhard Ott
Hi, it would be great having the possibility of writing the first inversion of a chord in a shorthand manner like the second one, i.e. \chordmode { c4 c/e c/g r4 } Of course one can do e:3-.6- but it would speed up things drastically. And to be honest: we all think of this as c-major, so the co

Re: chordmode markup problem

2011-12-01 Thread David Kastrup
Bernhard Ott writes: > Dear all, > is there really no way to simply add articulations/markups to chords > in \chordmode? > > In 2.14.2 > \chordmode { c1\pp } works > \chordmode { c1^"II" } doesn't (as mentioned in the docs). > > Could scheme do the trick? super = #(define-event-function (parser

Re: chordmode markup problem

2011-12-01 Thread David Kastrup
Bernhard Ott writes: > On 01.12.2011 16:46, David Kastrup wrote: >> Bernhard Ott writes: >> >>> Dear all, >>> is there really no way to simply add articulations/markups to chords >>> in \chordmode? >>> >>> In 2.14.2 >>> \chordmode { c1\pp } works >>> \chordmode { c1^"II" } doesn't (as mentioned

Re: Placing text next to notes

2011-12-01 Thread Tim McNamara
On Dec 1, 2011, at 9:37 AM, Daniel Kraft wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 12/01/11 16:22, m...@apollinemike.com wrote: >> Le Dec 1, 2011 à 4:05 PM, Tim McNamara a écrit : >> >>> >>> On Dec 1, 2011, at 6:26 AM, Daniel Kraft wrote: >>> I have the following pr

Re: Placing text next to notes

2011-12-01 Thread Thomas Morley
Hi Daniel, 2011/12/1 Daniel Kraft > > Hi all, > > I have the following problem: I would like to engrave an arpeggio > which should be played in a "unusual" order, namely first the highest, > then the lowest and finally the middle note. > > To indicate that, I'd like to place roman numerals I, I

force page break?

2011-12-01 Thread MING TSANG
Hi, lily users, Is it possible to force a page break.  "\break" is for line break.   Blessing in+, Ming ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: force page break?

2011-12-01 Thread Nick Payne
On 02/12/11 13:12, MING TSANG wrote: Hi, lily users, Is it possible to force a page break. "\break" is for line break. \pageBreak ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Staff spacing snippet

2011-12-01 Thread lilypond
On Mon, Nov 28, 2011 at 05:45:49AM +, Keith OHara wrote: > > http://lsr.dsi.unimi.it/LSR/Item?id=12 > > That snippet is, at the moment, dysfunctional with the new Lilypond ... > Vertical spacing was re-organized for the new version (still somewhat > complicated, somewhat more logical) so use

Re: Staff spacing snippet

2011-12-01 Thread Nick Payne
On 02/12/11 15:50, lilyp...@umpquanet.com wrote: \version "2.14.2" \paper { % between-system-padding = 4\mm % between-system-padding = 40\mm between-system-padding = 400\mm } \header { tagline = "" } \score { \new Staff { \repeat unfold 96 { c''8[ c''] } } } \layout {