Re: Floating markup / Markup takes too much space

2012-03-09 Thread Frank Steinmetzger
On Thu, Mar 08, 2012 at 06:16:15PM +0100, Frank Steinmetzger wrote: > Dear list > [...] > Now according to annotate-spacing, I have 11.13pt of space left. The image in > the screenshot's copyright line was included with the command > \epsfile #Y #6 #"inc/filename.eps" > > But even if I increase t

Re: Floating markup / Markup takes too much space

2012-03-09 Thread Francisco Vila
2012/3/9 Frank Steinmetzger : > On Thu, Mar 08, 2012 at 06:16:15PM +0100, Frank Steinmetzger wrote: >> Dear list >> [...] >> Now according to annotate-spacing, I have 11.13pt of space left. The image in >> the screenshot's copyright line was included with the command >> \epsfile #Y #6 #"inc/filenam

Re: Floating markup / Markup takes too much space

2012-03-09 Thread Marek Klein
Hello, 2012/3/9 Frank Steinmetzger > On Thu, Mar 08, 2012 at 06:16:15PM +0100, Frank Steinmetzger wrote: > > Dear list > > [...] > > Now according to annotate-spacing, I have 11.13pt of space left. The > image in > > the screenshot's copyright line was included with the command > > \epsfile #Y #

Re: Floating markup / Markup takes too much space

2012-03-09 Thread Jan-Peter Voigt
Hello Frank, the vertical spacing is always a difficult thing. First I would recommend to upgrade to the latest stable version 2.14 or better 2.15.33 (next stable 2.16 is almost finished) - there has been significant and improving changes to vertical spacing. But to get a little hint quickly

Grace at beginning of score

2012-03-09 Thread ornello
What is the right way to write a grace note at the beginning of the score (or after a clef/time/key signature change)? Here is my attempt: \version "2.14.2" { \new PianoStaff << \new Staff << \key bes \major \time 4/4 \clef violin \new Voice { \grace a'8 ( a''1 ) } >> \new Staff << \clef bass \

Re: Floating markup / Markup takes too much space

2012-03-09 Thread Phil Holmes
- Original Message - From: "Frank Steinmetzger" To: Sent: Thursday, March 08, 2012 5:16 PM Subject: Floating markup / Markup takes too much space Dear list I am trying something new; I want to include a logo in my copyright line. I have here a one-page sheet consisting of a score and

Re: Grace at beginning of score

2012-03-09 Thread Phil Holmes
- Original Message - From: "ornello" To: Sent: Friday, March 09, 2012 1:20 PM Subject: Grace at beginning of score What is the right way to write a grace note at the beginning of the score (or after a clef/time/key signature change)? Here is my attempt: Please check the document

Re: Grace at beginning of score

2012-03-09 Thread David Nalesnik
Hi Ornello, On Fri, Mar 9, 2012 at 7:20 AM, ornello wrote: > > What is the right way to write a grace note at the beginning of the score > (or > after a clef/time/key signature change)? > > > But this issue does not mention a workaround? Does anybody know a trick? > The trick in this case is to

Re: Grace at beginning of score

2012-03-09 Thread Jean-Charles Malahieude
Le 09/03/2012 05:20, ornello disait : What is the right way to write a grace note at the beginning of the score (or after a clef/time/key signature change)? Here is my attempt: [...] But this issue does not mention a workaround? Does anybody know a trick? Have a look at the "Known issues" i

Errors with MacOS X x86: LilyPond 2.15.32-1 and OSX 10.4.11

2012-03-09 Thread Klaus Föhl
Hello, Unpacking lilypond-2.15.32-1.darwin-x86.tar.bz2 ok. Application icon ok. Double-clicking on App icon gives error. See Console log below. Looks very much like issue 2271, but maybe separate number due to x86 binary. Computer restart, also left-clicking a ly-file and choosing version 32 fro

Re: Editing lilypond files with Geany

2012-03-09 Thread Michael Dykes
Tanguy Léost free.fr> writes: Hullo. I use Geany, and am currently wanting a very lightweight compiler for Lilypond for my net book. I googled this and found this message and others similar to this, but I need some instructions on how to 'add' Lilypond code recognition to Geany. I am current

Re: Editing lilypond files with Geany

2012-03-09 Thread thedoctor818
I just compiled the SVN version of geany (0.19). Geany now supports the creation of custom filetypes, so I created one for lilypond. It supports syntax highlighting, and one can define commands to invoke lilypond and a pdf viewer from the editor. Tanguy Hullo, is there any way you could send me

Re: Grace at beginning of score

2012-03-09 Thread Christ van Willegen
On Fri, Mar 9, 2012 at 14:20, ornello wrote: > > What is the right way to write a grace note at the beginning of the score (or > after a clef/time/key signature change)? Here is my attempt: Put a \grace s8 into the other voice. 's' is an invisible note, that takes care of setting the timing to th

Installation error

2012-03-09 Thread Rob Creel
Hello, I'm installing lilypond on a new MacBook Air running Mac OS X version 10.7.3. I downloaded the Intel Mac version of the app, and I got the following dialog when I tried to run the app for the first time. LilyPond Error An unexpected error has occurred during execution of the main script

Re: Installation error

2012-03-09 Thread Colin Hall
Hi Rob, On Fri, Mar 09, 2012 at 07:44:28AM -0600, Rob Creel wrote: > > LilyPond Error > An unexpected error has occurred during execution of the main script > > ImportError: dlopen(/Users/robcreel/Desktop/LilyPond 7.38.49 > Referenced from: /Users/robcreel/Desktop/LilyPond 7.38.49 > AM.app/

Status of Lilypond for MacOS X

2012-03-09 Thread Colin Hall
Hi, There is a known critical issue with Lilypond for MacOS X version 2.14.2. http://code.google.com/p/lilypond/issues/detail?id=2338 The symptoms are that double-clicking the Lilypond icon results in a crash report from MacOS X. This issue has been fixed in the development stream and a recent

Re: Grace at beginning of score

2012-03-09 Thread ornello
Thanks to everybody for your valuable suggestions. I prefer the solution proposed by Jean-Charles because it also works for staves with multiple voices. A question concerning the placement of clef/key/time signatures: Is it always best to place them in each voice? I placed them in the staff becau

Re: Errors with MacOS X x86: LilyPond 2.15.32-1 and OSX 10.4.11

2012-03-09 Thread David Kastrup
Klaus Föhl writes: > Hello, > > Unpacking lilypond-2.15.32-1.darwin-x86.tar.bz2 ok. Application icon ok. > > Double-clicking on App icon gives error. See Console log below. Looks > very much like issue 2271, but maybe separate number due to x86 > binary. It would help to test this with 2.15.33.

Re: Floating markup / Markup takes too much space

2012-03-09 Thread Janek Warchoł
On Fri, Mar 9, 2012 at 2:37 PM, Phil Holmes wrote: > There have been a _lot_ of changes in the spacing calculations between the > version you're using and current stable, which is 2.14.2.  I suggest trying > with 2.14 and letting us know if the problems remain. And be sure to read the documentati

Re: Installation error

2012-03-09 Thread David Kastrup
Rob Creel writes: > Hello, > I'm installing lilypond on a new MacBook Air running Mac OS X version > 10.7.3. I downloaded the Intel Mac version of the app, and I got the > following dialog when I tried to run the app for the first time. > > LilyPond Error > An unexpected error has occurred durin

Re: Status of Lilypond for MacOS X

2012-03-09 Thread Tim McNamara
2.15.22 and 2.15.33 launch correctly and compile the test file just fine on my MacBook Pro running OS X 10.6.8. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Status of Lilypond for MacOS X

2012-03-09 Thread Graham Percival
On Fri, Mar 09, 2012 at 03:00:33PM +, Colin Hall wrote: > > There is a known critical issue with Lilypond for MacOS X version > 2.14.2. I'd use different terminology. The lilypond osx download page clearly says "MacOS X 10.7 Lion is not yet supported.". As such, any failure to run on 10.7 i

lilypond 2.15.33 kind-of a release candidate

2012-03-09 Thread Graham Percival
LilyPond 2.15.30 is out; this is not a actual release candidate but it can be considered as an "unofficial" candidate. All users are invited to experiment with this version. New features since 2.14.2 are listed in the “Changes” manual on the website section about Development. http://lilypond.org/d

Re: Creating a mini-system for a separate coda

2012-03-09 Thread -Eluze
Janne Uusitalo wrote: > > Hi everyone, > > I'm hoping to Lilypond something not at all uncommon in pop sheet > music but missing from the snippet repository and eluding my search > phrases. It's basically an inline block of coda set apart from the > bars preceding it, like so: > > http://imgur

Re: lilypond 2.15.33 kind-of a release candidate

2012-03-09 Thread Janek Warchoł
On Fri, Mar 9, 2012 at 8:47 PM, Graham Percival wrote: > LilyPond 2.15.30 is out; this is not a actual release candidate Graham surely meant 2.15.33. I'm crossing fingers for the release! Janek ___ lilypond-user mailing list lilypond-user@gnu.org http

Noteheads exactly over bar lines

2012-03-09 Thread Siska Ádám
Dear list, I've been using Lilypond for a while, but only to create excerpts of classical music. Now I'd like to try whether I could switch from hand-engraving to Lilypond with my own music. I'm trying to engrave an orchestral piece that requires 'time/space notation'. I found most of the inst

Re: Noteheads exactly over bar lines

2012-03-09 Thread -Eluze
Siska Ádám-4 wrote: > > Dear list, > > > I've been using Lilypond for a while, but only to create excerpts of > classical music. Now I'd like to try whether I could switch from > hand-engraving to Lilypond with my own music. I'm trying to engrave an > orchestral piece that requires 'time/space

Re: Noteheads exactly over bar lines

2012-03-09 Thread Siska Ádám
On 2012.03.09., at 23:44, -Eluze wrote: > Siska Ádám-4 wrote: >> Dear list, >> >> >> I've been using Lilypond for a while, but only to create excerpts of >> classical music. Now I'd like to try whether I could switch from >> hand-engraving to Lilypond with my own music. I'm trying to engrave an >

lilypond 2.15.33 available as a FreeBSD port

2012-03-09 Thread lilypond
FreeBSD users who wish to test the recently-released 2.15.33 candidate may download an ad-hoc port from: ftp://umpquanet.com/pub/lilypond-devel-2.15.33.tar To install it, you should first de-install any previously existing version of lilypond. Then, as root: # cd /usr/ports # tar xvf /tmp/lilyp

Re: lilypond 2.15.33 available as a FreeBSD port

2012-03-09 Thread Francisco Vila
2012/3/10 : > FreeBSD users who wish to test the recently-released 2.15.33 > candidate may download an ad-hoc port from: > > ftp://umpquanet.com/pub/lilypond-devel-2.15.33.tar What makes it different from http://lilypond.org/unix.html#Download-3 ? -- Francisco Vila. Badajoz (Spain) www.paconet.o

Re: lilypond 2.15.33 available as a FreeBSD port

2012-03-09 Thread lilypond
On Sat, Mar 10, 2012 at 12:51:01AM +0100, Francisco Vila wrote: > 2012/3/10 : > > FreeBSD users who wish to test the recently-released 2.15.33 > > candidate may download an ad-hoc port from: > > > > ftp://umpquanet.com/pub/lilypond-devel-2.15.33.tar > > What makes it different from http://lilypon

Re: lilypond 2.15.33 available as a FreeBSD port

2012-03-09 Thread lilypond
I must correct my omission of acknowledging the help of Pietro Cerutti in creating this port. His expertise and assistance is greatly appreciated. On Fri, Mar 09, 2012 at 03:40:20PM -0800, lilyp...@umpquanet.com wrote: > FreeBSD users who wish to test the recently-released 2.15.33 > candidate ma

articulate.ly with "rall" not working?

2012-03-09 Thread Thomas Morley
Hi, I forward this from the german lilypond forum. With the following code you can hear the staccati but no rallentando. \version "2.14.2" \include "articulate.ly" \score { \unfoldRepeats \articulate << \relative c' { c8-. d-. e-. f-. g-.-"rall"

Re: Noteheads exactly over bar lines

2012-03-09 Thread Nick Payne
On 10/03/12 10:24, Siska Ádám wrote: On 2012.03.09., at 23:44, -Eluze wrote: Siska Ádám-4 wrote: Dear list, I've been using Lilypond for a while, but only to create excerpts of classical music. Now I'd like to try whether I could switch from hand-engraving to Lilypond with my own music. I'm t

Re: Creating a mini-system for a separate coda

2012-03-09 Thread Thomas Morley
Hi Janne, 2012/3/9 -Eluze : > > > Janne Uusitalo wrote: >> >> Hi everyone, >> >> I'm hoping to Lilypond something not at all uncommon in pop sheet >> music but missing from the snippet repository and eluding my search >> phrases. It's basically an inline block of coda set apart from the >> bars pr

Subdivide beam bug 2.15.33?

2012-03-09 Thread Nick Payne
I would expect that all four beams should be subdivided, but only the second beam in the bar is being subdivided: \version "2.15.33" \relative c' { \set tupletSpannerDuration = #(ly:make-moment 1 4) \set baseMoment = #(ly:make-moment 1 8) \set subdivideBeams = ##t \times 4/6 { \repe

Oblique-slashed arpeggio chord

2012-03-09 Thread J Ruiz
Hello, I'm using v2.14.2 Trying to typeset this 19th century arpeggio notation with a slash across a note.  It's described: "Chords marked as shown (see attached) are played as the preceding arpeggio chords, with the addition of a note where the oblique line is put, but the additional note is no

Re: Creating a mini-system for a separate coda

2012-03-09 Thread -Eluze
> >>> The first image is a scanned example of what I've been trying to >>> reproduce, and the second where I've gotten so far—which is pretty >>> close. The only thing missing is the systemStartBracket, and I'm stuck >>> with no idea how to insert one in the middle of a system. Does anybody >>>

Re: Noteheads exactly over bar lines

2012-03-09 Thread Siska Ádám
On 2012.03.10., at 3:00, Nick Payne wrote: On 10/03/12 10:24, Siska Ádám wrote: >> On 2012.03.09., at 23:44, -Eluze wrote: >>> Siska Ádám-4 wrote: Dear list, I've been using Lilypond for a while, but only to create excerpts of classical music. Now I'd like to try whether