effect of \transposition on \quoteDuring

2011-05-25 Thread Paul Scott
Hi, Why does the presence of \transposition change the effects of the following pairs of lines? Or how do I get the results I want when I add the desired \transposition command? \version "2.13.61" notesA = \relative c'' { \transposition c' c1 d e f g } \addQuote "inA" \notesA \addQuote

MIDI instrument ignored in 2.13.61 - bug?

2011-05-25 Thread Henning Hraban Ramm
Hello, if I set a MIDI instrument like this: \context Staff = upper << \set Staff.midiInstrument = "violin" \context Voice = "vupper" \uppervoice >> the violin plays only the very first note, after that it’s only the default Grand Piano. I didn’t find a bug report in the tra

Re: Making a vibrato symbol

2011-05-25 Thread Ralph Palmer
On Tue, May 24, 2011 at 5:58 PM, Albu wrote: > > How do I put the trill or vibrato symbol? Without the "tr" I just want the > waves after the "poco vib" and end them where the chord begins > > \version "2.12.1" > \relative c' > { > > a'8.\mf des32 c_\markup { poco vib } f,4 \acciaccatura g8 e2~

Re: [ANN] Frescobaldi 2.0 development progress, runs already on Windows

2011-05-25 Thread flup2
Rodolfo Zitellini wrote: > > 1) I already had a working macports installation with some very basic > libs (www.macports.org), and I already had python 2.7 installed > 2) I installed qt 4.7 w/bindings: sudo port install py27-pyqt4 > This downloaded and compiled qt4 - qt4-mac > > With this se

Re: MIDI instrument ignored in 2.13.61 - bug?

2011-05-25 Thread Marek Klein
Hello, 2011/5/25 Henning Hraban Ramm > the violin plays only the very first note, after that it’s only the default > Grand Piano. > > I didn’t find a bug report in the tracker WRT this. > > it's already reported and fixed in git - see: http://code.google.com/p/lilypond/issues/detail?id=1646 HT

Re: [ANN] Frescobaldi 2.0 development progress, runs already on Windows

2011-05-25 Thread Federico Bruni
2011/5/25 flup2 > > I don't know git very well. Is there a command to update frescobaldi ? When > trying to clone when an older version is already present, I've got a error > message saying there is already a frescobaldi folder. > > You 'git clone' the repository the first time only, then you sho

Re: LSR is not available

2011-05-25 Thread Phil Holmes
- Original Message - From: "ggit" Thank you James ! Lilypond website provides only a *selected set* of snippets from LSR, which is not easy to search. The page you pointed me at does provide a link to the actual LSR website, indeed. But it's not easy to find. So I have a suggestion/r

Re: looking to contract with someone to add meta-data to svg export

2011-05-25 Thread Graham Percival
On Fri, May 20, 2011 at 12:34:25PM -0600, Michael Geary wrote: > I'm not a C/C++ coder, and mucking about in the Lilypond source > isn't really an option for me, but i am in a position to hire > someone to do that, and/or make a financial contribution to the > project. Is anyone here interested in

Re: effect of \transposition on \quoteDuring

2011-05-25 Thread Keith OHara
Paul Scott ultrasw.com> writes: > Why does the presence of \transposition change the effects of the > following pairs of lines? Or how do I get the results I want when I add > the desired \transposition command? > notesA = \relative c'' { >\transposition c' >c1 d e f g > } > \addQuot

Re: looking to contract with someone to add meta-data to svg export

2011-05-25 Thread mike
On Wed, 25 May 2011 18:55:08 +0100, Graham Percival wrote: On Fri, May 20, 2011 at 12:34:25PM -0600, Michael Geary wrote: I'm not a C/C++ coder, and mucking about in the Lilypond source isn't really an option for me, but i am in a position to hire someone to do that, and/or make a financial con

Vertical spacing for fixed y-offset of systems *calculated from top staff line*?

2011-05-25 Thread Trevor Bača
Hi, I'm looking to vertically lay out systems in a very rigid and regular way. (This is the method I documented a while back in 4.4.2 'Explicit staff and system positioning' using the Y-offset and alignment-distances attributes of line-break-system-details.) The challenge is that this method produ

Alternate, as in separate, chords

2011-05-25 Thread Stan Mulder
Is it possible to put a different set of chords above the main line of chords like this (I hope this formats correctly): (Db7) G7C And what about the parenthesis around the chord na

Re: effect of \transposition on \quoteDuring

2011-05-25 Thread Paul Scott
On 05/25/2011 01:12 PM, Keith OHara wrote: Paul Scott ultrasw.com> writes: Why does the presence of \transposition change the effects of the following pairs of lines? Or how do I get the results I want when I add the desired \transposition command? notesA = \relative c'' { \transposit

Re: Strange transposing effect

2011-05-25 Thread Paul Scott
On 05/25/2011 04:57 PM, D'Arcy J.M. Cain wrote: Check out the following code. Two odd things happen. First, if I transpose "\transpose a bf" without the commas it transposes two octaves higher than expected. Does this have something to do with the "relative a,," of the surrounding block? It c

Re: Strange transposing effect

2011-05-25 Thread Paul Scott
On 05/25/2011 05:27 PM, Paul Scott wrote: On 05/25/2011 04:57 PM, D'Arcy J.M. Cain wrote: Check out the following code. Two odd things happen. First, if I transpose "\transpose a bf" without the commas it transposes two octaves higher than expected. Does this have something to do with the "re

Re: Making a vibrato symbol

2011-05-25 Thread Edward Neeman
On 5/24/11 5:58 PM, Albu wrote: How do I put the trill or vibrato symbol? Without the "tr" I just want the waves after the "poco vib" and end them where the chord begins \version "2.12.1" \relative c' { a'8.\mf des32 c_\markup { poco vib } f,4 \acciaccatura g8 e2~ e1~

How to use diferente paper layouts in a \book

2011-05-25 Thread Alexandre Ficagna
Hy all, I'm trying do create a score with the individual parts after the global one, but the global part in landscape and the individual parts in portrait style. I'm using \book and \bookpart commands, doing this for the global part; \book { \paper { #(set-paper-size a4 'portrait)

Re: Vertical spacing for fixed y-offset of systems *calculated from top staff line*?

2011-05-25 Thread Carl Sorensen
On 5/25/11 4:27 PM, "Trevor Bača" wrote: > Hi, > > I'm looking to vertically lay out systems in a very rigid and regular way. > (This is the method I documented a while back in 4.4.2 'Explicit staff and > system positioning' using the Y-offset and alignment-distances attributes of > line-break-s

Re: Alternate, as in separate, chords

2011-05-25 Thread Henning Hraban Ramm
Am 2011-05-26 um 00:30 schrieb Stan Mulder: Is it possible to put a different set of chords above the main line of chords like this (I hope this formats correctly): (Db7) G7C A