Federico Bruni schrieb:
Graham Percival wrote:
I'll be honest: I'm a bit disappointed that nobody has stepped
forward with a "I love lilypond, I love making fancy stuff, I'll
make an awesome tablature/educational/orchestra example" attitude.
(at least, nobody since Jonathan made the Goyescas e
All the predefined accidental styles just do a number of property
settings and the underlying algorithms in LilyPond can easily give you
what you want, if you just can figure out how to do the settings.
Some documentation is available in the Internal Reference,
http://lilypond.org/doc/v2.13/Docu
Using Lilypond 2.12.2, I'm trying to create midi output from guitar tablature
notation and I get an 'empty' midi file. The manual fails to specify that
the \midi { } block needs to be at the end of the \score { } block. But I
figured that out. Anyway, what is the 'trick' to getting a midi file
oldwhtman wrote:
Using Lilypond 2.12.2, I'm trying to create midi output from guitar tablature
notation and I get an 'empty' midi file. The manual fails to specify that
the \midi { } block needs to be at the end of the \score { } block. But I
figured that out. Anyway, what is the 'trick' to ge
try something like:
\score {
\new TabStaff {
\clef "tab" c d e f g
}
\midi {}
% \layout {}
}
if the midi file is empty you should uncomment the layout line to see what
score is produced and check the log!
--
View this message in con
Federico Bruni wrote:
oldwhtman wrote:
Using Lilypond 2.12.2, I'm trying to create midi output from guitar
tablature
notation and I get an 'empty' midi file. The manual fails to specify
that
the \midi { } block needs to be at the end of the \score { } block.
But I
figured that out. Anyway
2009/10/16 Mats Bengtsson :
> If you cannot figure it out, please prepare a short example .ly file that
> illustrates your problem, and send it to the mailing list. Then it's much
> easier to provide relevant feedback.
Eluze's snippet shows the problem: tablature produces no midi output.
Looking
I am working on a song that has a free time cadenza at the beginning,
but am having a problem with the other instruments rests for the
duration of the cadenza. Also, the notes of the cadenza run to the right
edge of the page and disappear, the notes don't wrap down to create
another staff.
tha
2009/10/16 chip :
> I am working on a song that has a free time cadenza at the beginning, but am
> having a problem with the other instruments rests for the duration of the
> cadenza.
Put the cadenza in a separate identifier (i.e., cadenza = \relative
c'' { ... } ), then you can use mmrest-of-leng
On Fri, Oct 16, 2009 at 10:33:01AM +0200, Federico Bruni wrote:
> Graham Percival wrote:
>>
>> I'll be honest: I'm a bit disappointed that nobody has stepped
>> forward with a "I love lilypond, I love making fancy stuff, I'll
>> make an awesome tablature/educational/orchestra example" attitude.
>>
Hi Graham,
thank you for your effort!
Op woensdag 14 oktober 2009 schreef Graham:
> > This image
> > http://www.xs4all.nl/~wbsoft/files/frescobaldi-lilypond-editor.png
> > could be used as an example of the Frescobaldi editor.
>
> I'm thinking of a 400-pixel-wide screenshot, with another one (of
Dag,
Op dinsdag 13 oktober 2009 schreef Graham:
> Anybody volunteers?
A piece (1 or 2 systems) of my large and quite complicated Reubke score?
http://code.google.com/p/lilymusic/source/browse/#svn/trunk/reubke/psalm94
http://icking-music-archive.org/ByComposer/Reubke.php
I would be willing to cr
got it to work, now one more issue that I haven't found the answer to in
the docs - I cannot get the empy measure's wider than the default
(whatever that may be). I can add all the spacer notes I want, but the
measure never gets any wider. What do I have to do to make an empty
measure wider? Wh
Hey everyone, I was wondering if someone could help me create a template
similar to the makam template for Turkish music, but instead for Byzantine
music. I can make a guess from looking at the makam.ly how it works, but
there are a few parts I don't understand. First, in this code:
makamPitchN
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Am Freitag, 16. Oktober 2009 23:57:27 schrieb Glendan Lawler:
> Hey everyone, I was wondering if someone could help me create a template
> similar to the makam template for Turkish music, but instead for Byzantine
> music. I can make a guess from look
Glendan Lawler wrote Friday, October 16, 2009 10:57 PM
Caveat: I've answered you questions as best I can, although I really
know nothing about Turkish music.
Hey everyone, I was wondering if someone could help me create a
template
similar to the makam template for Turkish music, but instead fo
Thanks, added.
Cheers,
- Graham
On Fri, Oct 16, 2009 at 07:59:57AM +0200, Bertalan Fodor (LilyPondTool) wrote:
>Please take those:
>
>
> http://lilypondtool.organum.hu/fileadmin/lilypondtool/lilypondtool-2.12-screenshot-400wide.png
>
> http://lilypondtool.organum.hu/fileadmin/lilypo
On Fri, Oct 16, 2009 at 11:15:17PM +0200, Wilbert Berendsen wrote:
> Op woensdag 14 oktober 2009 schreef Graham:
>
> > I'm thinking of a 400-pixel-wide screenshot, with another one (of
> > any size) linked via a "click here to continue".
>
> Here is a small version (400 pixel):
> http://www.xs4al
On Fri, Oct 16, 2009 at 11:30:51PM +0200, Wilbert Berendsen wrote:
> Op dinsdag 13 oktober 2009 schreef Graham:
>
> > Anybody volunteers?
>
> A piece (1 or 2 systems) of my large and quite complicated Reubke score?
> http://code.google.com/p/lilymusic/source/browse/#svn/trunk/reubke/psalm94
> htt
Hi LilyPonders,
I'm trying to write a function which will make a slur more rounded by
adjusting its middle points while leaving the note-attachments the same. I
came up with something that works--except that
when I try to modify two slurs, both slurs take on the new values for the
second one. (If
How do I move a tuplet number? With a kneed beam, the number gets
positioned nowhere near the beam:
%=
\version "2.13.4"
\relative c' {
\times 2/3 {
\once \override Beam #'auto-knee-gap = #2
16[ a'' g]
}
}
%=
<>
Nick Payne wrote:
How do I move a tuplet number? With a kneed beam, the number gets
positioned nowhere near the beam:
%=
\version "2.13.4"
\relative c' {
\times 2/3 {
\once \override Beam #'auto-knee-gap = #2
16[ a'' g]
}
}
%=
Hi,
with just tabStaff the midi file is empty
the log :
# -*-compilation-*-
Traitement de « C:/Documents and Settings/MARTIAL/Mes
documents/LILYPOND/TMP-music/bac-a-sable-07.ly »
Analyse...
Interprétation en cours de la musique...
Sortie MIDI vers « /Documents and Settings/MARTIAL/Mes
documen
23 matches
Mail list logo