Re: cross-staff bug?

2014-07-25 Thread Keith OHara
David Nalesnik gmail.com> writes: > Attempting to put dynamics above cross-staff notes using the code below leads to some awful collisions.   LilyPond postpones deciding the placement of things that cross staves, until the staff-spacing is known. A minor variation of your example, with the no

Re: Thanks & One question, Knute. Re: On Windows will Lilypond/Frescobaldi work without .py files being associated with LilyPond's Python?

2014-07-25 Thread Knute Snortum
They do. Knute Snortum (via Gmail) On Fri, Jul 25, 2014 at 12:46 PM, Joe Dorocak wrote: > > Knute Snortum gmail.com> writes: > > > > > > > > > (Sorry for the empty post) > > On my system it's just > > > > C:\Users\Knute\workspace\Assignment10 > > >assoc .py > > .py=Python.File > > > > C:\Use

Re: See the new music fonts in action

2014-07-25 Thread tisimst
Oh and here's a single sheet showcasing some other elements of each font for closer comparison: Sampler of all current music fonts Cheers! -Abraham -- View this message in context: http://lilypond.1069038.n5.nabble.com/See-the-new-music-fonts-in-action-tp164898p1648

See the new music fonts in action

2014-07-25 Thread tisimst
All, I couldn't wait any longer, so here's a formal announcement about the new music fonts that I've been working on, by way of example. They are all 100% LilyPond compatible for both PDF and SVG output. They all (except Gonville) support the full LilyPond glyph set (up to LilyPond version 2.18.2)

Re: [bounty] context generating function - how to get context def from its name?

2014-07-25 Thread Janek Warchoł
2014-07-25 21:34 GMT+02:00 David Kastrup : > Janek Warchoł writes: > >> newInstrument = >> #(define-scheme-function >> (parser location instrName parentName settings)(string? ly:context-mod?) >> ;; ... >> #{ >> \layout { >> \context { > $(module-ref (current-modul

Re: \relative versus \absolute (was "Re: Macro/multiply notes")

2014-07-25 Thread Mark Polesky
On Fri, Jul 25, 2014 at 12:48 PM, David Kastrup wrote: > David Nalesnik writes: > > > I just discovered that typesetting a piano piece which constantly uses > > temporary voices is much easier in absolute mode. Switching from voice > > to voice no longer gives any register surprises. > > > > Abs

Thanks & One question, Knute. Re: On Windows will Lilypond/Frescobaldi work without .py files being associated with LilyPond's Python?

2014-07-25 Thread Joe Dorocak
Knute Snortum gmail.com> writes: > > > > (Sorry for the empty post) > On my system it's just  > > C:\Users\Knute\workspace\Assignment10 > >assoc .py > .py=Python.File > > C:\Users\Knute\workspace\Assignment10 > > >ftype Python.File > Python.File="C:\Programs\Python27\python.exe" "%1" %* >

Re: \relative versus \absolute (was "Re: Macro/multiply notes")

2014-07-25 Thread David Kastrup
David Nalesnik writes: > I just discovered that typesetting a piano piece which constantly uses > temporary voices is much easier in absolute mode. Switching from voice > to voice no longer gives any register surprises. > > Absolute mode also tempts me to skip a few measures when I want to > proc

Re: [bounty] context generating function - how to get context def from its name?

2014-07-25 Thread David Kastrup
Janek Warchoł writes: > newInstrument = > #(define-scheme-function > (parser location instrName parentName settings)(string? ly:context-mod?) > ;; ... > #{ > \layout { > \context { $(module-ref (current-module) (string->symbol parentName)) > ;; create "

Re: On Windows will Lilypond/Frescobaldi work without .py files being associated with LilyPond's Python?

2014-07-25 Thread Knute Snortum
(Sorry for the empty post) On my system it's just C:\Users\Knute\workspace\Assignment10 >assoc .py .py=Python.File C:\Users\Knute\workspace\Assignment10 >ftype Python.File Python.File="C:\Programs\Python27\python.exe" "%1" %* There are no other ftypes for Python. Knute Snortum (via Gmail)

Re: On Windows will Lilypond/Frescobaldi work without .py files being associated with LilyPond's Python?

2014-07-25 Thread Knute Snortum
On my system, it's just Knute Snortum (via Gmail) On Fri, Jul 25, 2014 at 9:49 AM, J Dorocak wrote: > Dear Lilypond Users, > > > > On Windows will Lilypond/Frescobaldi work without .py files being > associated with LilyPond's Python? > > > > Here is the current state of my system’s .py fil

Re: [bounty] context generating function - how to get context def from its name?

2014-07-25 Thread Janek Warchoł
And the missing attachment. 2014-07-25 20:03 GMT+02:00 Janek Warchoł : > Hi all, > > i got stuck when working on a function that creates custom context > definitions. The idea is to have a function \newInstrument that would > take a list of settings and create new customized xxxStaff and > xxxVoi

[bounty] context generating function - how to get context def from its name?

2014-07-25 Thread Janek Warchoł
Hi all, i got stuck when working on a function that creates custom context definitions. The idea is to have a function \newInstrument that would take a list of settings and create new customized xxxStaff and xxxVoice contexts - something like this: newInstrument = #(define-scheme-function (par

How do I write Bm7b5

2014-07-25 Thread Flaming Hakama by Elaine
Guptila, On Fri, Jul 25, 2014 at 6:01 AM, wrote: > From: Guptila de Silva > To: lilypond-user@gnu.org > Subject: Lilypond notation for Bm7b5 > > > Hi, How do I write Bm7b5 in Lilypond notation? I can get the fretboard > diagram show up but cannot work out how to get the chord name in this > for

Re: \relative versus \absolute (was "Re: Macro/multiply notes")

2014-07-25 Thread David Nalesnik
On Sat, Jun 14, 2014 at 1:43 PM, Knute Snortum wrote: > I am still a novice at using LilyPond (maybe a sophomore) but I'd like to > make one case for relative notes. I'm typesetting a piece where there are > a lot of octave scale runs between both hands. It's very nice to be able > to copy seve

On Windows will Lilypond/Frescobaldi work without .py files being associated with LilyPond's Python?

2014-07-25 Thread J Dorocak
Dear Lilypond Users, On Windows will Lilypond/Frescobaldi work without .py files being associated with LilyPond's Python? Here is the current state of my system's .py file associations. C:\Documents and Settings\joe>assoc .py .py=Python C:\Documents and Settings\joe>ftype Python P

Re: cross-staff bug?

2014-07-25 Thread Mike Solomon
On Jul 25, 2014, at 6:19 PM, David Nalesnik wrote: > Hi, > > Attempting to put dynamics above cross-staff notes using the code below leads > to some awful collisions. I've recast my example in three ways, to no avail. > > In the first example, besides the collisions, the final stem is reverse

cross-staff bug?

2014-07-25 Thread David Nalesnik
Hi, Attempting to put dynamics above cross-staff notes using the code below leads to some awful collisions. I've recast my example in three ways, to no avail. In the first example, besides the collisions, the final stem is reversed and I get a number of programming errors: "Grob direction reque

Re: Lilypond notation for Bm7b5

2014-07-25 Thread Knute Snortum
\version "2.18.2" \include "predefined-guitar-fretboards.ly" introChords = \chordmode { b:min7.5- } << \new ChordNames { \introChords } \new FretBoards { \introChords } >> Knute Snortum (via Gmail) On Fri, Jul 25, 2014 at 5:12 AM, Guptila de Silva wrote: > Hi, How do I write Bm7b5 in

Re: Lilypond notation for Bm7b5

2014-07-25 Thread Tim McNamara
b1:min7.5- > On Jul 25, 2014, at 7:12 AM, Guptila de Silva wrote: > > Hi, How do I write Bm7b5 in Lilypond notation? I can get the fretboard > diagram show up but cannot work out how to get the chord name in this format. > > Many thanks. > > Guptila > > -- >

Lilypond notation for Bm7b5

2014-07-25 Thread Guptila de Silva
Hi, How do I write Bm7b5 in Lilypond notation? I can get the fretboard diagram show up but cannot work out how to get the chord name in this format. Many thanks. Guptila -- ___ Sent from my iSomething

Re: Subbeaming and first measure grace notes

2014-07-25 Thread Phil Holmes
- Original Message - From: "David Kastrup" To: "Thomas Morley" Cc: "LilyPond Users" ; "Hans Aberg" Sent: Friday, July 25, 2014 9:42 AM Subject: Re: Subbeaming and first measure grace notes Thomas Morley writes: 2014-07-24 0:33 GMT+02:00 Hans Aberg : Is this a bug in the exampl

Re: Subbeaming and first measure grace notes

2014-07-25 Thread David Kastrup
Thomas Morley writes: > 2014-07-24 0:33 GMT+02:00 Hans Aberg : >> Is this a bug in the example below? The grace notes inhibit the >> called for subbeaming in the first measure; its OK in the following >> measure, and also when adding \partial. One can take away the >> triplet and replace with 1/1

Re: Subbeaming and first measure grace notes

2014-07-25 Thread Hans Aberg
On 25 Jul 2014, at 01:55, Thomas Morley wrote: > 2014-07-24 0:33 GMT+02:00 Hans Aberg : >> Is this a bug in the example below? The grace notes inhibit the called for >> subbeaming in the first measure; its OK in the following measure, and also >> when adding \partial. One can take away the trip

Re: music-to-markup

2014-07-25 Thread David Kastrup
Urs Liska writes: > Am 23.07.2014 21:54, schrieb Urs Liska: > >> So you mean I should parse this (example result): >> (/tmp/frescobaldi-4Orug3/tmp8Y5V5X/document.ly 8 0 16 1) >> >> open the file (separately) from Scheme and read the given range? >> You're right, that looks somewhat awkward but wh

Re: music-to-markup

2014-07-25 Thread Urs Liska
Am 23.07.2014 21:54, schrieb Urs Liska: Am 23.07.2014 18:52, schrieb David Kastrup: Urs Liska writes: is it possible to take a music expression and print out its literal input? Sort of. In other words: Could I write a function "\example" that takes a music expression as an argument and th