Re: Is there a way to force a bar to have a smaller width?

2008-06-20 Thread Peter Johnson
Steven, You could create a new spacing section. This is described in the Notation Reference section 4.6, horizontal spacing. Replace the \glissando instruction with something like this and adjust by moving more time before the \newSpacingSection command: \glissando s32 \newSpacingSectio

fingering slur

2008-06-20 Thread James E. Bailey
I'm trying the fingerings for the first time, and I'm getting it, but I don't know if there's a way to get a little slur over an articulation. I see how to use the \finger in a markup, but I'm wondering specifically about the little slur. Is there an easy way to get that? <> http://img2.fre

strange midi error

2008-06-20 Thread James E. Bailey
I'm transcribing some chopin, and I get a very strange midi error, Going back in time. Usually I don't worry about these kinds of things, but this one wasn't translated, and the MIDI sounds like it's played by a rather bad pianist. GNU LilyPond 2.11.49 »Valse in cis moll.ly« wird verarbeite

Re: Vertical stretching of groups

2008-06-20 Thread Reinhold Kainhofer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Samstag, 14. Juni 2008 schrieb Valentin Villenave: > 2008/6/14 Reinhold Kainhofer <[EMAIL PROTECTED]>: > > E.g. Gardner Read clearly describes in his book that the instrumental > > groups should have less spacing for their staves than the spacing to

Re: Figured Bass - vertical position and symbol over rest

2008-06-20 Thread Arno Rog
Reinhold Kainhofer kainhofer.com> writes: > > Am Donnerstag, 19. Juni 2008 schrieb Arno Rog: > > Problem is that using the Staff context the figures/symbols are way to low > > beneath the notes (it looks like they belong to the notes on the staff > > below) > > Yes, that's also a problem I'm en

Re: not-so-ancient flags

2008-06-20 Thread luis jure
on 2008-06-20 at 00:59 Werner LEMBERG wrote: >Usually yes. If you find good values, we can still check that later >on to parameterize if needed. thanks for your hints, werner, i'll try to find values to get as close as possible to the scores of composers like stockhausen and boulez. if i come u

Re: \transposition normalized

2008-06-20 Thread Jay Anderson
Here's a little snippet which does what I want. If there's a standard way to do this let me know. -Jay \version "2.11.49" #(define (adjust-note mus key currkey) (cond ((eq? (ly:music-property mus 'name) 'NoteEvent) (ly:music-transpose mus (car currkey))) ((and