Re: Catch direction operators

2013-09-29 Thread Urs Liska
Hi David, Am 29.09.2013 00:36, schrieb David Nalesnik: Hi Urs, ... I couldn't get any results with a music function, but a little experimenting got me a tiny engraver which responds to the directional operators. Not sure how useful this is, It is very useful, thank you. I __

Re: Catch direction operators

2013-09-29 Thread Urs Liska
Am 29.09.2013 09:23, schrieb Urs Liska: Hi David, Am 29.09.2013 00:36, schrieb David Nalesnik: Hi Urs, ... I couldn't get any results with a music function, but a little experimenting got me a tiny engraver which responds to the directional operators. Not sure how useful this is, It is v

Re: Catch direction operators

2013-09-29 Thread David Kastrup
David Nalesnik writes: > Hi Urs, > > > On Sat, Sep 28, 2013 at 12:13 PM, Urs Liska wrote: > >> Hi, >> >> I have a 'function' that redefines commands like \slurUp to color the >> corresponding grob (highlighting manual interventions during score >> development). >> >> Is it possible to 'catch' in

Re: Catch direction operators

2013-09-29 Thread David Kastrup
David Kastrup writes: > colorizeDir = > #(define-music-function (parser location item) > (symbol-list-or-music?) > (define (grob-colorize-dir grob) > (let ((ev (event-cause grob))) > (and ev (ly:event-property ev 'direction #f) > red))) > #{ \tweak color #grob-colori

Re: Acciaccaturas and slashed stems

2013-09-29 Thread Peter Bjuhr
With the support of Janek and Franciszek I now got the compilation to work. I should add that the problem was not in the script but due to misuse from my part! Attached is a test file I just run. If you David and Gilberto (or anyone else of course) have any more test ideas for this I'll be hap

Re: Catch direction operators

2013-09-29 Thread Urs Liska
Hi David, this is great! Am 29.09.2013 09:51, schrieb David Kastrup: David Kastrup writes: colorizeDir = #(define-music-function (parser location item) (symbol-list-or-music?) (define (grob-colorize-dir grob) (let ((ev (event-cause grob))) (and ev (ly:event-property ev 'dir

Re: Acciaccaturas and slashed stems

2013-09-29 Thread David Kastrup
Peter Bjuhr writes: > With the support of Janek and Franciszek I now got the compilation to > work. I should add that the problem was not in the script but due to > misuse from my part! If you cut your hand with a knife by letting the handle slip, it's a misuse of the knife. Still some knifes c

Re: Catch direction operators

2013-09-29 Thread David Kastrup
Urs Liska writes: > Hi David, > > this is great! > > Am 29.09.2013 09:51, schrieb David Kastrup: >> David Kastrup writes: >> >>> colorizeDir = >>> #(define-music-function (parser location item) >>>(symbol-list-or-music?) >>>(define (grob-colorize-dir grob) >>> (let ((ev (event-cause

Re: variables tied with slurs

2013-09-29 Thread Peter Bjuhr
On 09/28/2013 01:41 PM, David Kastrup wrote: That's because each \A is in a Voice of its own. Use an explicit Voice to avoid independent implicit voices for each \A: That's good to know! Thanks! If I may add another more realistic yet hypothetical example. The following works. If the ties c

Re: Catch direction operators

2013-09-29 Thread Urs Liska
David Kastrup schrieb: >Urs Liska writes: > >> Hi David, >> >> this is great! >> >> Am 29.09.2013 09:51, schrieb David Kastrup: >>> David Kastrup writes: >>> colorizeDir = #(define-music-function (parser location item) (symbol-list-or-music?) (define (grob-colorize-

Re: Catch direction operators

2013-09-29 Thread David Kastrup
Urs Liska writes: >>You can write: >> >>#(define-music-function (parser location item) >> (symbol-list-or-music?) >> (define (grob-colorize-dir grob) >> (let ((ev (event-cause grob))) >> (case (ly:event-property ev 'direction) >> ((1) red) >> ((-1) blue) >>

Re: Acciaccaturas and slashed stems

2013-09-29 Thread Gilberto Agostinho
Hi Peter, I do not have any other suggestions, I think your results show that everything should be working ok (considering what David wrote above, about the last example). Thanks for your tests! Take care, Gilberto -- View this message in context: http://lilypond.1069038.n5.nabble.com/Acciacc

Re: Catch direction operators

2013-09-29 Thread MING TSANG
I was following the caption subject in lily user list.I run the following (copy from the lists).  I got error, please see the log at the end of lily code. Thanks, Ming %lily code starts % \version "2.17.27" colorizeDir = #(define-music-function (parser location item) (symbol-list-

Re: Catch direction operators

2013-09-29 Thread David Nalesnik
Hi Ming, On Sun, Sep 29, 2013 at 8:37 AM, MING TSANG wrote: > I was following the caption subject in lily user list. I run the > following (copy from the lists). I got error, please see the log at the > end of lily code. > Thanks, > Ming > > %lily code starts % > \version "2.17

Re: Catch direction operators

2013-09-29 Thread Thomas Morley
2013/9/29 David Kastrup : > Urs Liska writes: > >>>You can write: >>> >>>#(define-music-function (parser location item) >>> (symbol-list-or-music?) >>> (define (grob-colorize-dir grob) >>> (let ((ev (event-cause grob))) >>> (case (ly:event-property ev 'direction) >>> ((1)

Re: Catch direction operators

2013-09-29 Thread David Kastrup
Thomas Morley writes: You can write: colorizeDir = #(define-music-function (parser location item) (symbol-list-or-music?) (define (grob-colorize-dir grob) (let ((ev (event-cause grob))) (case (ly:event-property ev 'direction) ((1) red

Re: [ANNOUNCE] Scale Matcher website built with LilyPond

2013-09-29 Thread Adam Spiers
On Sun, Aug 25, 2013 at 02:58:16AM +0200, Thomas Morley wrote: > 2013/8/25 Jim Long : > > Adam: > > > > Your page is fun to play with, and a handy reference. > > > > Two comments, if I may: > > > > There's a user interface glitch, and unfortunately right now I'm forced to > > use Windows 7, but at

Re: Catch direction operators

2013-09-29 Thread David Kastrup
David Kastrup writes: > Thomas Morley writes: > >You can write: >colorizeDir = >#(define-music-function (parser location item) > (symbol-list-or-music?) > (define (grob-colorize-dir grob) > (let ((ev (event-cause grob))) > (case (ly:event-property ev 'di

LilyJAZZ on 2.17

2013-09-29 Thread Federico Bruni
Hi I'm trying to use LilyJAZZ on version 2.17.27 I've updated the file with convert-ly and also tried the change made by Keith: http://lilypond.1069038.n5.nabble.com/Pseudo-handwritten-font-tt142117.html#a147230 But I still get an error. I attach both files. BTW, hosting these files in a git rep

Making only the first letter of a word bold in a text markup?

2013-09-29 Thread Paul Morris
In a text markup, is it possible to make only the first letter of a word bold?  I tried using \bold as shown below, but an unwanted space appears after the bold letter.  I could probably shift the letters around manually to correct for the space, but is there a better way?Greetings,-Paul\version "2

Re: Making only the first letter of a word bold in a text markup?

2013-09-29 Thread David Nalesnik
Hi Paul, On Sun, Sep 29, 2013 at 11:02 AM, Paul Morris wrote: > In a text markup, is it possible to make only the first letter of a word > bold? I tried using \bold as shown below, but an unwanted space appears > after the bold letter. I could probably shift the letters around manually > to c

Re: Making only the first letter of a word bold in a text markup?

2013-09-29 Thread Kieren MacMillan
Hi Paul, > In a text markup, is it possible to make only the first letter of a word > bold? I tried using \bold as shown below, but an unwanted space appears > after the bold letter. I could probably shift the letters around manually to > correct for the space, but is there a better way? \ve

Re: variables tied with slurs

2013-09-29 Thread Alexander Wallace
Not exaclty, that puts the A patternse in different staffs and there is no tie between them... Thanks for the response though, and sorry it took me so long to get back to this. On Sep 27, 2013, at 12:05 AM, Urs Liska wrote: > Does > > A = \drums { sn8 sn8~ } > > { \A \A } > > Do what you w

Re: LilyJAZZ on 2.17

2013-09-29 Thread Marc Hohl
Am 29.09.2013 17:54, schrieb Federico Bruni: Hi I'm trying to use LilyJAZZ on version 2.17.27 I've updated the file with convert-ly and also tried the change made by Keith: http://lilypond.1069038.n5.nabble.com/Pseudo-handwritten-font-tt142117.html#a147230 But I still get an error. I attach bot

Re: Center Lyric Syllables (ignoring punctuation)

2013-09-29 Thread Alexander Kobel
On 09/28/2013 11:23 PM, Thomas Morley wrote: To the author of the new LSR-snippet "Center Lyric Syllables (ignoring punctuation)" Many thanks for your code. I did some slightly reformatting of code and description. It's now approved as http://lsr.dsi.unimi.it/LSR/Item?id=888 Really nice. For

Re: LilyJAZZ on 2.17

2013-09-29 Thread Federico Bruni
2013/9/29 Marc Hohl > Hi Federico, > > see my reworked file attached. It covers the dot spacing bug in > markups as well. > > It works for me under 2.17.27. > Thanks Marc it compiles now but the output is weird: many braces and no notes. Can you test the attached file? jazz-test-3.ly Descrip

Re: Center Lyric Syllables (ignoring punctuation)

2013-09-29 Thread Alexander Kobel
On 09/29/2013 07:52 PM, Alexander Kobel wrote: On 09/28/2013 11:23 PM, Thomas Morley wrote: To the author of the new LSR-snippet "Center Lyric Syllables (ignoring punctuation)" Many thanks for your code. I did some slightly reformatting of code and description. It's now approved as http://lsr

Re: variables tied with slurs

2013-09-29 Thread Alexander Wallace
This is an interesting approach and it seems like I should be able to do what I want with it... I'm not entirely sure I understand why it works though, why the simultaneous rests create the tie on the snares ? I'm too new to both lilypond and music so please forgive my naiveness. I would just n

Re: variables tied with slurs

2013-09-29 Thread Alexander Wallace
Indeed that works! Awesome! Thanks! On Sep 27, 2013, at 3:46 AM, Peter Bjuhr wrote: > > On 09/27/2013 07:05 AM, Urs Liska wrote: >> Does >> >> A = \drums { sn8 sn8~ } >> >> { \A \A } >> >> Do what you want? > > I was curious of this, but Urs is right it does work. There are no obstacles >

Re: Center Lyric Syllables (ignoring punctuation)

2013-09-29 Thread Thomas Morley
Hi Alexander, 2013/9/29 Alexander Kobel : > On 09/29/2013 07:52 PM, Alexander Kobel wrote: >> >> On 09/28/2013 11:23 PM, Thomas Morley wrote: >>> >>> To the author of the new LSR-snippet "Center Lyric Syllables (ignoring >>> punctuation)" >>> >>> Many thanks for your code. >>> >>> I did some sligh

Re: LilyJAZZ on 2.17

2013-09-29 Thread Thomas Morley
2013/9/29 Federico Bruni : > > 2013/9/29 Marc Hohl >> >> Hi Federico, >> >> see my reworked file attached. It covers the dot spacing bug in >> markups as well. >> >> It works for me under 2.17.27. > > > Thanks Marc > > it compiles now but the output is weird: many braces and no notes. > Can you t

Re: LilyJAZZ on 2.17

2013-09-29 Thread Thomas Morley
2013/9/29 Thomas Morley : > 2013/9/29 Federico Bruni : >> >> 2013/9/29 Marc Hohl >>> >>> Hi Federico, >>> >>> see my reworked file attached. It covers the dot spacing bug in >>> markups as well. >>> >>> It works for me under 2.17.27. >> >> >> Thanks Marc >> >> it compiles now but the output is wei

Re: Catch direction operators

2013-09-29 Thread MING TSANG
David Nalesnik, Thank you.  By reading the log message, I cannot decipher what it means. Emanuel, Ming From: David Nalesnik To: MING TSANG Cc: "lilypond-user@gnu.org" Sent: Sunday, September 29, 2013 9:43:59 AM Subject: Re: Catch direction operators Hi M

MIDI output of multiple scores into a single MIDI file?

2013-09-29 Thread Dossy Shiobara
Using Lilypond 2.16, is it possible to generate a single MIDI file containing multiple \scores? If I put a \midi section inside each score, I get separate MIDI files ... but if I put the \midi section outside the \scores, I get *no* MIDI files. e.g. -- \version "2.16.0"

Re: MIDI output of multiple scores into a single MIDI file?

2013-09-29 Thread Federico Bruni
2013/9/29 Dossy Shiobara > Using Lilypond 2.16, is it possible to generate a single MIDI file > containing multiple \scores? If I put a \midi section inside each > score, I get separate MIDI files ... but if I put the \midi section > outside the \scores, I get *no* MIDI files. > Hi Dossy From:

Re: MIDI output of multiple scores into a single MIDI file?

2013-09-29 Thread Dossy Shiobara
And that also (necessarily) means that if I need to organize the arrangement in multiple \score blocks, there's no way for me to generate a single MIDI file from them using LilyPond alone? On 9/29/13 4:58 PM, Federico Bruni wrote: > 2013/9/29 Dossy Shiobara mailto:do...@panoptic.com>> > > Usi

Re: MIDI output of multiple scores into a single MIDI file?

2013-09-29 Thread Federico Bruni
2013/9/29 Dossy Shiobara > And that also (necessarily) means that if I need to organize the > arrangement in multiple \score blocks, there's no way for me to generate a > single MIDI file from them using LilyPond alone? > are you sure you need to organize it in \score blocks? can you use variab

Unfamiliar articulation symbol

2013-09-29 Thread Guy Stalnaker
All, I'm engraving Russell's New and Improved Edition. Thoroughly revised & corrected by Vincenzo Vannini A Practical Method of Italian Singing by N(icola) Vaccai Translated (with special regard to a favorable arrangement of syllables) by Henry Badger Boston Geo. D. Russel Copyright 1878 Ther

Re: LilyJAZZ on 2.17

2013-09-29 Thread Stan Sanderson
On Sep 29, 2013, at 3:30 PM, Federico Bruni wrote: > 2013/9/29 Thomas Morley > Hi Federico, > > testing the files from your initial mail I've got : > > LilyJAZZ.ily:164:33: While evaluating arguments to grob::has-interface > in expression (grob::has-interface grob (quote key-cancellation-) >

Re: MIDI output of multiple scores into a single MIDI file?

2013-09-29 Thread Dossy Shiobara
On 9/29/13 5:29 PM, Federico Bruni wrote: > are you sure you need to organize it in \score blocks? > can you use variables instead (and one \score block)? One \score is a 4-bar PianoStaff intro only, then the second \score is the rest of the arrangement, that contains ChordNames, FretBoards, a Vo

Re: MIDI output of multiple scores into a single MIDI file?

2013-09-29 Thread Eluze
Am 30.09.2013 00:36, schrieb Dossy Shiobara: On 9/29/13 5:29 PM, Federico Bruni wrote: are you sure you need to organize it in \score blocks? can you use variables instead (and one \score block)? One \score is a 4-bar PianoStaff intro only, then the second \score is the rest of the arrangemen

Re: LilyJAZZ on 2.17

2013-09-29 Thread Thomas Morley
2013/9/30 Stan Sanderson : > > On Sep 29, 2013, at 3:30 PM, Federico Bruni wrote: > > 2013/9/29 Thomas Morley >> >> Hi Federico, >> >> testing the files from your initial mail I've got : >> >> LilyJAZZ.ily:164:33: While evaluating arguments to grob::has-interface >> in expression (grob::has-inter

Re: MIDI output of multiple scores into a single MIDI file?

2013-09-29 Thread David Kastrup
Dossy Shiobara writes: > On 9/29/13 5:29 PM, Federico Bruni wrote: >> are you sure you need to organize it in \score blocks? >> can you use variables instead (and one \score block)? > One \score is a 4-bar PianoStaff intro only, then the second \score is > the rest of the arrangement, that conta

Re: Unfamiliar articulation symbol

2013-09-29 Thread David Kastrup
Guy Stalnaker writes: > All, > > I'm engraving > > Russell's New and Improved Edition. > Thoroughly revised & corrected > by > Vincenzo Vannini > > A Practical Method > of > Italian Singing > by > N(icola) Vaccai > > Translated > (with special regard to a favorable arrangement of syllables) > by

Re: MIDI output of multiple scores into a single MIDI file?

2013-09-29 Thread Thomas Morley
2013/9/30 David Kastrup : > Dossy Shiobara writes: > >> On 9/29/13 5:29 PM, Federico Bruni wrote: >>> are you sure you need to organize it in \score blocks? >>> can you use variables instead (and one \score block)? >> One \score is a 4-bar PianoStaff intro only, then the second \score is >> the r

Re: MIDI output of multiple scores into a single MIDI file?

2013-09-29 Thread Dossy Shiobara
On 9/29/13 8:34 PM, Thomas Morley wrote: > Hi Dossy, > > what David wrote may be illustrated by this example > [...] Thanks! This is interesting ... the voice staff is rendered above the chord name and fretboards. In the arrangement I'm working on, I want the chord names, then freboards, then

Simultaneous drum voices not playing in MIDI.

2013-09-29 Thread Alexander Wallace
Hi All the following looks good in PDF but produces no midi output. Can you help me guess what I'm doing wrong? Thanks! \version "2.16.2" t = \drummode { \times 2/3 { sn4 sn sn } } tp = \drummode { \times 2/3 { bd4 bd bd } } unoM = \drummode { \time 2/4 \t | \t | \t | sn4 sn | sn sn | \t |

Re: Center Lyric Syllables (ignoring punctuation)

2013-09-29 Thread Alexander Kobel
On 09/29/2013 08:47 PM, Thomas Morley wrote: Hi Alexander, 2013/9/29 Alexander Kobel : On 09/29/2013 07:52 PM, Alexander Kobel wrote: On 09/28/2013 11:23 PM, Thomas Morley wrote: To the author of the new LSR-snippet "Center Lyric Syllables (ignoring punctuation)" Many thanks for your code.

Re: LilyJAZZ on 2.17

2013-09-29 Thread Federico Bruni
2013/9/30 Thomas Morley > Stan is on the right track. > Testing in an environment where the fonts were _not_ installed gave me > exactly your output. > After installing them all works and looks fine. > They are installed: $ fc-list | grep LilyJAZZ /home/fede/.local/share/fonts/LilyJAZZText.otf: