Re: Animated SVG Percussion Music

2011-09-29 Thread Jay Anderson
On Fri, Aug 19, 2011 at 5:30 AM, Tim Sawyer wrote: > http://percussion360.com/ > > This works by taking SVG generated from lilypond, munging it a bit > (including matching it up with the .ly source), then playing it back using > javascript and html5 audio.  Playback doesn't work in IE but does wor

Re: Adjust duration of Hairpins;

2011-09-29 Thread Kieren MacMillan
Hi Ivan, > Actually, can you identify the place in the reference manual that the above > syntax (the parts with the asterisks) is discussed? Cheers, Kieren. ___ l

Re: centering text on a measure

2011-09-29 Thread David Nalesnik
Hi Harm, On Thu, Sep 29, 2011 at 5:59 PM, Thomas Morley < thomasmorle...@googlemail.com> wrote: > > Hi David, > > I thought a while about your "hackishness" :) > > As a first step it seems to be possible to add a grob-custom-property to > define-grob-properties.scm in some way (thanks to Arnold fr

Re: Git - date of last modification for each score

2011-09-29 Thread Peter Chubb
> "Jakub" == Jakub Pavlík writes: Jakub> Hi, Jakub> I have a large project containing many small scores (in large Jakub> files each containing a bundle of scores) which often change. Jakub> The project is stored in a git repository. I would like to be Jakub> able to get the date of last mod

Re: Adjust duration of Hairpins;

2011-09-29 Thread ivan . k . kuznetsov
Kieren MacMillan writes: > > -- here's the same snippet, using a "pseudo voice" for the dynamics: > [...] > af'2*1/4\! s8*3\>) r4\! f'4\mp Actually, can you identify the place in the reference manual that the above syntax (the parts with the asterisks) is discussed? Thanks again. __

Re: centering text on a measure

2011-09-29 Thread Thomas Morley
2011/9/23 David Nalesnik > (...) > Well, it is possible to override a non-existent property (if you don't mind > the warnings). Here's a sketch which uses a tag to center a grob. (I > realize it will break with very little effort.) And with this, my descent > into hackishness is complete . . .

Re: Adjust duration of Hairpins;

2011-09-29 Thread ivan . k . kuznetsov
Thanks to Kieren and David!; Kieren MacMillan writes: > > Then you're doing it incorrectly -- here's the same snippet, > using a "pseudo voice" for the dynamics: > [...] >\time 4/4 << { af'2*1/4 s8*3) r4 f'4 } { s8\! s8*3\> s4\! s\mp } >> % m05 Thanks; this helps me greatly. > 1. You do

Re: Adjust duration of Hairpins;

2011-09-29 Thread David Kastrup
ivan.k.kuznet...@gmail.com writes: > I have been reading the archives, and if I understand > correctly, the _only_ way to make a hairpin crescendo > or decrescendo last a duration that is shorter than an entire > whole or half note is to add a pseudo voice of "invisible > rests" and notate your ha

Re: Adjust duration of Hairpins;

2011-09-29 Thread Kieren MacMillan
Hi Ivan, > I have been reading the archives, and if I understand > correctly, the _only_ way to make a hairpin crescendo > or decrescendo last a duration that is shorter than an entire > whole or half note is to add a pseudo voice of "invisible > rests" and notate your hairpins to the pseudo voice

Adjust duration of Hairpins;

2011-09-29 Thread ivan . k . kuznetsov
I have been reading the archives, and if I understand correctly, the _only_ way to make a hairpin crescendo or decrescendo last a duration that is shorter than an entire whole or half note is to add a pseudo voice of "invisible rests" and notate your hairpins to the pseudo voice. Is this really

Git - date of last modification for each score

2011-09-29 Thread Jakub Pavlík
Hi, I have a large project containing many small scores (in large files each containing a bundle of scores) which often change. The project is stored in a git repository. I would like to be able to get the date of last modification for each of the scores from git. Does anyone have an idea how to

Re: Bug Squad: 40-minute-a-week volunteer needed

2011-09-29 Thread Phil Holmes
- Original Message - From: "Brett McCoy" To: "Dmytro O. Redchuk" ; "lilypond-user list" Sent: Thursday, September 29, 2011 3:31 PM Subject: Re: Bug Squad: 40-minute-a-week volunteer needed Hey Dmytro -- I have one question, what email address do I use for the Bug Meister to get my e

Re: Accordion transposition notation

2011-09-29 Thread David Kastrup
> Follow-up - is there a standard notation for the air button and, if > so, can LilyPond do it? I am pretty sure there is, but I don't really play modern music. The scores I have tend to focus on notes rather than noises. Intuitively, I'd tend to use drum note heads. I think I saw some more mo

Re: Bug Squad: 40-minute-a-week volunteer needed

2011-09-29 Thread Brett McCoy
Hey Dmytro -- I have one question, what email address do I use for the Bug Meister to get my email address on the list? (for item #2 in the setup instructions) On Wed, Sep 28, 2011 at 11:35 AM, Dmytro O. Redchuk wrote: > Hi guys, > > In order to respond to bug reports in a prompt and efficient

Re: Accordion transposition notation

2011-09-29 Thread m...@apollinemike.com
On Sep 29, 2011, at 9:53 AM, m...@apollinemike.com wrote: > On Sep 29, 2011, at 9:31 AM, David Kastrup wrote: > >> Mike Solomon writes: >> >>> Hey all, >>> >>> If I want an accordion player to use stops to play a passage one >>> octave under the written pitch, I was wondering what the appropri

Re: 2.15.13 increasing cue font size

2011-09-29 Thread Paul Scott
On 09/29/2011 01:48 AM, Xavier Scheuer wrote: 2011/9/29 Paul Scott: In what context in an include file can I place that code so I can have that size in all my parts and scores? \layout { \context { \CueVoice fontSize = #-2 \override Stem #'length-fraction = #0.8 \overrid

Re: 2.15.13 increasing cue font size

2011-09-29 Thread Urs Liska
Am 29.09.2011 10:48, schrieb Xavier Scheuer: 2011/9/29 Paul Scott: In what context in an include file can I place that code so I can have that size in all my parts and scores? \layout { \context { \CueVoice fontSize = #-2 \override Stem #'length-fraction = #0.8 \override

Re: 2.15.13 increasing cue font size

2011-09-29 Thread Xavier Scheuer
2011/9/29 Paul Scott : > > In what context in an include file can I place that code so I can have that > size > in all my parts and scores? \layout { \context { \CueVoice fontSize = #-2 \override Stem #'length-fraction = #0.8 \override Beam #'thickness = #0.384 } } You can p

Re: 2.15.13 increasing cue font size

2011-09-29 Thread Paul Scott
On 09/29/2011 12:50 AM, Janek Warchoł wrote: Hi Paul, 2011/9/29 Paul Scott: How do I increase the size of cue notes? I've gotten quite used to cueDuring and its friends but I would like the cue notes to be slightly larger. I find the default to be too small. I was using Voice.fontsize = #-2

Re: 2.15.13 increasing cue font size

2011-09-29 Thread Paul Scott
On 09/29/2011 12:50 AM, Janek Warchoł wrote: Hi Paul, 2011/9/29 Paul Scott: How do I increase the size of cue notes? I've gotten quite used to cueDuring and its friends but I would like the cue notes to be slightly larger. I find the default to be too small. I was using Voice.fontsize = #-2

Re: Accordion transposition notation

2011-09-29 Thread m...@apollinemike.com
On Sep 29, 2011, at 9:31 AM, David Kastrup wrote: > Mike Solomon writes: > >> Hey all, >> >> If I want an accordion player to use stops to play a passage one >> octave under the written pitch, I was wondering what the appropriate >> notation was? I found the info about discant notation in the

Re: 2.15.13 increasing cue font size

2011-09-29 Thread Janek Warchoł
Hi Paul, 2011/9/29 Paul Scott : > How do I increase the size of cue notes?  I've gotten quite used to > cueDuring and its friends but I would like the cue notes to be slightly > larger.  I find the default to be too small.  I was using > Voice.fontsize = #-2 when I made my own cue notes. If you w

Re: Accordion transposition notation

2011-09-29 Thread David Kastrup
Mike Solomon writes: > Hey all, > > If I want an accordion player to use stops to play a passage one > octave under the written pitch, I was wondering what the appropriate > notation was? I found the info about discant notation in the manual, > but I'm not sure if those correspond to a change in

Accordion transposition notation

2011-09-29 Thread Mike Solomon
Hey all, If I want an accordion player to use stops to play a passage one octave under the written pitch, I was wondering what the appropriate notation was? I found the info about discant notation in the manual, but I'm not sure if those correspond to a change in octave (i.e. by using the bass