Re: -dpreview cuts off vertically?

2012-11-19 Thread Eluze
Am 19.11.2012 04:14, schrieb Curt: While running a batch job to generate several chords, I found that some of them cut off the top improperly. For example, here is bdim7.ly . Yet, it seems to look fine for amin7.ly . These were generated from --png -dprevi

Bleeding off Staff

2012-11-19 Thread Mark Stephen Mrotek
Hello! Thanks to all who replied to my inquiry with the solution. Moving the " [ " restored the break. Mark Stephen Mrotek ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

lyrics-lyrics extra spacing

2012-11-19 Thread Stjepan Horvat
hi guys.. is there a way to get extra spacing between lyrics (verses). i would want to make extra space so a person could translate a text (verse) by hand. i'm using the \addlyrics command. thanks. -- *Nesmotren govori kao da mačem probada, a jezik je mudrih iscjeljenje. Izreke 12:18* __

Re: convert-ly 2.17.6 does nothing

2012-11-19 Thread Wim van Dommelen
(Sorry for the late response, your email was unfortunately caught by my junk-email detector) Hi Joram, Frescobaldi sure can execute the program executable files from any of the locations. If you go to the configure menu and look into the section of configuring Lilypond you will see the

Re: convert-ly 2.17.6 does nothing

2012-11-19 Thread Federico Bruni
Hi Wilm I think that Joram is right. 2012/11/19 Wim van Dommelen > Be aware if you specify more then one version of Lilypond here, > Frescobaldi will notice and search for an matching executable. Guard the > version numbers reported to be sure. Your conclusion is definitely wrong, I > repeat: c

Re: convert-ly 2.17.6 does nothing

2012-11-19 Thread Noeck
Hi Wim, Am 19.11.2012 14:32, schrieb Wim van Dommelen: > there is a possibility to set the locations of the executables That's what I did from the start. It works for 2.14.2 and 2.16.0 (and it tells you during conversion if that executable is not at the given path, in case you have misspelled it)

Re: Variable names?

2012-11-19 Thread Christopher R. Maden
On 11/18/2012 05:26 PM, David Kastrup wrote: At the current point of time, the rule is that "alphabetic" is a-z, A-Z, and _any_ non-ASCII character. This is a bit excessive, but short of a reliable "is a letter" test, this was easiest to implement. Getting off-topic for -user, but... Most pro

Re: lyrics-lyrics extra spacing

2012-11-19 Thread Thomas Morley
2012/11/19 Stjepan Horvat : > hi guys.. > is there a way to get extra spacing between lyrics (verses). > i would want to make extra space so a person could translate a text (verse) > by hand. i'm using the \addlyrics command. Hi Stjepan, how about \version "2.16.0" \layout { \context {

Re: inline \prall

2012-11-19 Thread Thomas Morley
2012/11/19 Nick Payne : > On 19/11/12 12:47, Paul wrote: > > I would like to set my prall on the right-hand side of my note, rather > than above it. (Per Baroque organ scores.) Any ideas how to achieve > this? > > > Adaptation of http://lsr.dsi.unimi.it/LSR/Item?id=690 > > %==

specify MIDI channel?

2012-11-19 Thread Gerard McConnell
Hello, I understand that I can send information to separate (sequential) MIDI channels by using different staves. Is it possible to specify a specific MIDI channel for a staff? Thanks, Gerard ___ lilypond-user mailing list lilypond-user@gnu.org https://li

Re: Variable names?

2012-11-19 Thread David Kastrup
"Christopher R. Maden" writes: > On 11/18/2012 05:26 PM, David Kastrup wrote: >> At the current point of time, the rule is that "alphabetic" is a-z, >> A-Z, and _any_ non-ASCII character. This is a bit excessive, but >> short of a reliable "is a letter" test, this was easiest to >> implement. >

Re: lyrics-lyrics extra spacing

2012-11-19 Thread Stjepan Horvat
Thanks man..thats exactly what i was looking for..! On Mon, Nov 19, 2012 at 9:33 PM, Thomas Morley < thomasmorle...@googlemail.com> wrote: > 2012/11/19 Stjepan Horvat : > > hi guys.. > > is there a way to get extra spacing between lyrics (verses). > > i would want to make extra space so a person

Re: parentesized trill note colliding with ties

2012-11-19 Thread Jeffrey Trevino
Thanks, Nathan, The slurs look fine, and it's clear from the output that the parenthesized trill note needs to go up higher. Maybe there is a way to do this with padding or something else that will use Lilypond's automated spacing correctly to move everything around without causing other collision

Re: lyrics-lyrics extra spacing

2012-11-19 Thread Noeck
Am 19.11.2012 22:57, schrieb Stjepan Horvat: > Thanks man..thats exactly what i was looking for..! > > > On Mon, Nov 19, 2012 at 9:33 PM, Thomas Morley > mailto:thomasmorle...@googlemail.com>> > wrote: > > 2012/11/19 Stjepan Horvat >: > > hi guys.. >

Re: Variable names?

2012-11-19 Thread Wim van Dommelen
On 19 Nov 2012, at 22:16 , David Kastrup wrote: "Christopher R. Maden" writes: On 11/18/2012 05:26 PM, David Kastrup wrote: At the current point of time, the rule is that "alphabetic" is a-z, A-Z, and _any_ non-ASCII character. This is a bit excessive, but short of a reliable "is a letter"

Re: barré variables and TextSpanner

2012-11-19 Thread Thomas Morley
2012/11/18 Federico Bruni : > Il 18/11/2012 18:10, Thomas Morley ha scritto: > >> So see my own coding below. >> >> \version "2.16.0" >> >> barre = >> #(define-music-function (parser location strg music)(string? ly:music?) >> (let ((arg (string-append "B " strg))) >>#{ >> \ove

Re: Tikz(or any) integration or drawing curved arrows

2012-11-19 Thread Stretto
Francisco Vila wrote > 2012/11/17 Stretto < > uiy12345@ > >: >> Basically exactly what I said... I never said tikz couldn't use absolute >> coordinates but it would not be fun to try and use to overlay graphics on >> a >> lilypond score. There would be a lot of trial and error, and given the >> c

Re: lyrics-lyrics extra spacing

2012-11-19 Thread Thomas Morley
2012/11/19 Noeck : [...] > Just because I wanted to test the new syntax introduced in 2.17: > It really works :) I am amazed by the short input code, just one line in > the layout block. > > \version "2.17.6" > \layout { > \override Lyrics.VerticalAxisGroup. > nonstaff-nonstaff-spacing.mini

Re: Tikz(or any) integration or drawing curved arrows

2012-11-19 Thread Francisco Vila
2012/11/20 Stretto : > Respectfully, you don't seem to be reading my posts. I said lilypond could > export the coordinates in my 2nd post, the one you responded to. What you > fail to realize is that the whole point is for lilypond to be the one to > deal with the coordinates. Regardless of how you

Fw: jianpu (numeric notes) lilypond transcribe?

2012-11-19 Thread MING TSANG
Hi, Lily users: I forgot to include namer.ly. Here is the lily code: numbr = #(make-engraver (acknowledgers ((note-head-interface engraver grob source) (let* ( (context (ly:translator-context engraver)) (tonic-pitch (ly:context-property context 'tonic)) (tonic-index (ly:pitch-notename tonic-pit

roman numerals

2012-11-19 Thread Curt
Hi, what is the easiest way to notate a V/V (probably looks just like that) viidim7/ii (a vii followed by a dim circle superscript and a 7 superscript, then a slash then a ii) iim7b5/vi? (either m7b5 superscript, or a half-dim circle superscript, then a slash then vi) It

pitched trill spanner always displays accidental?

2012-11-19 Thread Jeffrey Trevino
Hi there, Is it normal for the pitched trill spanner to always display an accidental for its parenthesized pitch, even if the parenthesized pitch is natural and doesn't need one? Is there a way to override this? I'm finding it immensely frustrating to get at any of the attributes of this parenthes