Il 26/nov/2013 05:19 "Stephanie Mitchell" ha
scritto:
>
> Hi all,
> How do I create midi playback using the mac version of lilypond?
> I am a blind musician and would like to check my scores using midi before
printing.
> Thanks,
> Steph
>
> Mitchell Piano Studio
> Phone: 0450354342
> Web: www.mitc
That works excellently! Thanks Jay! It's nice to get help from the guy who
wrote the snippet. :)
Jay, did you submit that snippet to the LSR? If you did, would it be
possible to get it updated? It is a wonderful snippet and a HUGE
timesaver!!! :)
-
Ryan McClure
Luna Music Engraving
www.lun
On Mon, Nov 25, 2013 at 7:18 PM, ryanmichaelmcclure
wrote:
> I'm messing with the snippet found here:
>
> http://lilypond.1069038.n5.nabble.com/rhythm-template-function-td33662.html
>
> I found the snippet originally on the LSR:
>
> http://lsr.dsi.unimi.it/LSR/Snippet?id=465
>
> Looking on the mai
I'm messing with the snippet found here:
http://lilypond.1069038.n5.nabble.com/rhythm-template-function-td33662.html
I found the snippet originally on the LSR:
http://lsr.dsi.unimi.it/LSR/Snippet?id=465
Looking on the mailing list message, it was created on 2.11.45. I tried to
update the file
Thanks for the info. I'll have a dig around in the scheme stuff.
Ian
On 25 November 2013 00:08, Kieren MacMillan
wrote:
> Hi Ian,
>
> (Please “Reply All”, so that a copy goes to the list and not just to the
> originator of a given email.)
>
> > that inprovisationOn/Off thing is pretty cool as
Martin Tarenskeen writes:
> The option to install and run Linux on a rooted Android device, and
> then run Lilypond on it sounds interesting in theory. But has someone
> actually tried this in real life situations? It sounds to me that this
> requires a certain amount of RAM and diskspace and a f
2013/11/25 Ed Gordijn :
> This is a very nice function you have made. But I get unexpected results
> when I use a rehearsal mark.
>
> Please see the included snippet.
Very interesting! I think this is a bug in LilyPond, not my function
- i'll talk about this with other devs.
Fortunately other met
Give this a try. I used some snippets in the LSR to apply a giant markup
black background and changed everything to white.
\version "2.17.29"
#(define (override-color-for-all-grobs color)
(lambda (context)
(let loop ((x all-grob-descriptions))
(if (not (null? x))
(let ((grob-name (c
Is it possible in lilypond?
Or should I export to SVG and then invert the colors with Inkscape? I've
tried to play with the Negative effect of inkscape but I can't make it work
(I'm quite ignorant in vecto graphics).
Any help appreciated.
Thanks
Federico
___
On Mon, 25 Nov 2013, Federico Bruni wrote:
2013/11/25 Michel Camiré
Actually the 2nd time . The answer was to load a Linux emulator on the
Google store wich requires rooting my device. Rooting is not
something I want to do currently.
Please keep the list in Cc.
It's been also
Try this for the first part:
\markup{
\abs-fontsize #12 \column {
\vspace #1 \wordwrap {LIOUBOV On dirait qu'il y a de la musique quelque
part.\italic {(Elle écoute.)}
}
\wordwrap {GAÏEV C'est notre fameux orchestre juif. Tu te rappelles,
quatre violons, une flûte et une contrebass
2013/11/25 Michel Camiré
> Actually the 2nd time . The answer was to load a Linux emulator on the
> Google store wich requires rooting my device. Rooting is not something I
> want to do currently.
>
>
Please keep the list in Cc.
It's been also suggested to use one of the lilypond web services, li
I'm working on the first problem still. However, give this a try for the
name:
\markup{ \fill-line{ \line{ } \line { \italic{Anton Tchekhov
Basically, this fills an entire line. By having two lines inside the
fill-line, it spaces one on the left and one on the right. The first one
is emp
Hi,
In order to give the context of a short waltz I wrote for a performance of a
play by Chekhov, I am trying to insert three cues of the play before the score.
Here is my code:
\markup { \abs-fontsize #12
\column {
\vspace #1
\wordwrap {LIOUBOV On dirait qu'il y a de la musique quelque
2013/11/25 Michel Camiré
> Is it possible to install LilyPond on Android without rooting my device ?
>
>
>
I think it's the third time you ask the same question. Have you seen the
replies?
http://lists.gnu.org/archive/html/lilypond-user/2013-11/msg00809.html
__
Is it possible to install LilyPond on Android without rooting my device ?
Thanks
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
Janek Warchoł wrote
> Hi,
>
> 2013/11/25 SoundsFromSound <
> soundsfromsound@
> >:
>> Janek,
>>
>> I'm trying to test this out but I'm getting an error in my log:
>> warning: Ignoring non-music expression
>> \shapeII
>> #'((3 . 0))
>>
>> How should I proceed, what's the fix? :)
>
> I'm
Hi Janek,
Please test the functions and send me your opinions and feedback.
> Maybe I could improve them even more :-)
This is a very nice function you have made. But I get unexpected results
when I use a rehearsal mark.
Please see the included snippet.
Greetings, Ed
ShapeSlur.pdf
Descr
胡海鹏 - Hu Haipeng wrote
> Hello,
> I'm combining two movements of my orchestral suite, but just met a
> frustrating problem. When I add a \book to the whole score, the formatting
> becomes messy, and there comes lots of warnings saying can't fit music in
> page. The attached is the first movement,
Thomas Morley writes:
> 2013/10/17 David Kastrup :
>> David Kastrup writes:
>>
>>> Thomas Morley writes:
>>>
I tried to create a function which should accept a pitch _or_ music.
So I defined a pitch-or-music? predicate:
#(define (pitch-or-music? x)
(or (ly:pitch? x) (
Hello again,
I have been fiddling around with the ideas and solutions I got from you and
came up with a combination of
1. using a \new Voice with ambitus at a certain point in my score. (Thanx Janek)
2. using the \noAmbitusAtLineEnd definition by David from a post in July.
3. the new \omit func
2013/11/7 Davide Liessi :
> Dear Philippe and Hraban,
[...]
> I would like to fix the compilation of portmidi.
I'd like to report to the list that Philippe's problem was solved
removing portmidi and reinstalling it and Hraban's problem was solved
following the advice at https://trac.macports.org/t
2013/11/25 Ryan McClure :
> I like what I see!!! :) If there's one thing that I spend the most time on,
> it's modifying slurs, especially on Schenker graphs. However, there's one
> question I have. You mentioned that using \shape would apply to all
> following slurs.
To be precise, only when you
ryanmichaelmcclure writes:
> I am working on a multi-part piece. I have all of my parts in one .ly file.
> So, when I want to work on just one, I comment out all other parts using %{
> %} However, when I go to engrave, I get an error that reads
>
> /home/ryanmcclure/Compositions/Transcriptions/
24 matches
Mail list logo