Hello,
I am typesetting a piano score, in which I have chords which I want to span
both staves. I've determined that this is still not possible, and found that
the only suggested workaround was to align notes on both staves and to
extend the stem of one of the notes to join with the other. Unfortu
Hello,
As far as I can tell, the automatic staff changing feature only works by
assigning a voice to a given staff ("up" or "down"). Say now that in your
voice you have chords, some notes of which should be on the upper staff
and others on the lower. It seems as though it's not currently possible
Hello,
As I understand that you have fast plans to release the next
stable version, Dr. Han-Wen & Mr. Nieuwenhuizen, I'm wondering
if I am allowed to do a round of complaining (all in good fun
of course) on the current state of things?
Jérémie.
___
SB> the second volta bracket is higher than the first (i'm using lily
SB> 1.6.6)
I'm using Lilypond 1.6.6, and I have the same annoying problem... I
tried manually adjusting the spacing, but I didn't manage.
--
Best regards,
Jérémiemailto:[EMAIL PROTECTED]
___
>>How can I put accidentals in between brackets?
What about on accidentals?
HWN> in 1.7 :
HWN> \markup { \bracket { \musicglyph #"scripts-mordent" } }
--
Best regards,
Jérémiemailto:[EMAIL PROTECTED]
___
Lilypo
Hello,
How can I put accidentals in between brackets? And is there a
better way to achieve this on articulation (and how to center it):
g4^#'(columns ((font-relative-size . 1) ("[ ")) ((raise . 0.8) (music
"scripts-mordent")) ((font-relative-size . 1) ("]")) )
--
Best regards,
J
LC> What do you mean by alterations? I don't understand this.
Alterations are sharps #, flats b and naturals.
--
Best regards,
Jérémiemailto:[EMAIL PROTECTED]
___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://
SK> mi4^#`(Large "Allegro non troppo")
SK> Can I control the vertical location of the text somehow?
That's only way I know of to place some text precisely over a note. If
you need to have text before the score or after it, the score being
like a figure in a book, you might want to take a look at
Hello,
I did not understand your first question, probably owing to the fact
that I don't make a regular use of chords in Lilypond, but I can
easily answer your second one.
The parenthesis ( and ) are used for articulation slurs, \( and \) are
used for phrasing slurs, but what you need for a tie i
Hello,
Attached is a file showing in reds a few things I'd wish to
accomplish. Which are already possible with Lilypond (I have 1.6.5
on Cygwin, but knowing that the feature exists on 1.7 is sufficient)
and which could be implemented:
* Half-bracket to explicitly show in keyboard pieces
GP> Last time I checked, footnotes weren't possible.
I've always thought footnotes were possible, because Laura Conrad
usually uses them in the extraordinary editing work she has done at
www.laymusic.org (I invite anybody interested in music to check out
that link). She uses them to warn the per
>> \property Voice.Fingering \set #'extra-offset = #'(0 . -1.8)
>> g'4-1 % This fingering gets moved down
>> g'4-#'(finger "1-5")% But this one doesn't move at all
As Graham explained, those are two different objects, treated
differently. Appending a number
Hello,
Doesn't rest collision take in account ties? I have a somewhat
complex polyphonic piece in which there are two voices by staff, and
the rest are place right in the middle of ties. The solution I'm
going to resort to is the very useful vertical rest positioning
system (ie.: a,4\res
OAV> Is it possible to output a staff with absolutely no time ?
You can achieve this by placing the following lines inside your Staff
context:
\property Staff.TimeSignature = \turnOff
\cadenzaOn
--
Best regards,
Jérémiemailto:[EMAIL PROTECTED]
RZ> I realize that we often see tied enharmonic notes in printed music, but
RZ> I sort of agree with the main developers that it is an impossible
RZ> construct (the notes ARE NOT the same note)
Some types of pipe organs have different keys for both sharps and flats.
--
Best regards,
Jérémie
Hello,
I thought it were possible to put a note, an accidental, an
articulation or a measure in between brackets to indicate editorial
changes and additions. Am I wrong?
--
Best regards,
Jérémie mailto:[EMAIL PROTECTED]
Well, I forgot to mention that there was a problem with `make
install':
true
make[2]: Leaving directory `/home/cvs/lilypond/lily/include'
make PACKAGE=LILYPOND package=lilypond -C include all && true
make[2]: Entering directory `/home/cvs/lilypond/lily/include'
true
make[2]: Leaving directory `/h
Oh! Sorry about the previous message: clipboard mistake. The correct
error message I got was:
make[2]: Leaving directory `/home/cvs/lilypond/lily/include'
make PACKAGE=LILYPOND package=lilypond -C include all && true
make[2]: Entering directory `/home/cvs/lilypond/lily/include'
true
make[2]: Leav
Hi,
Once compiled successfully, how should I install Lilypond on my Cygwin
installation. I tried using `make install' but it doesn't seem to
completely work: when I type `ly2dvi -v', I do get "Lilypond 1.7.4"
(as opposed to a 1.6 version), but it won't compile the simplest of
file:
Traceback (mos
nH> <{ c8 c4 c8}\\{ s4 <)g bf> }>
nH> In this case, the upper notes stem downward, and the lower notes stems
nH> upward; it's not what I want.
The voicify function already explicitly sets stem directions, try to
inverse the voices:
<{ s4 <)g bf> } \\ { c8 c4 c8 } >
If you ever need
AL> I would like to add a header line, above the score, that tells the
AL> reader, that two eighth notes printed in the score are to be
AL> played as one dotted eighth and one sixteenth (for better
AL> readability)
AL> Is this possible with lilypond?
This is possible with Lilypond but requires a
nH> upper = \context Staff \notes\relative c {
nH> d4. d4 e8
nH> % at this very measure, I'd like to add a
nH> b2. % a 2 beats of b
nH> }
Have you tried using the voicify function:
[...]
upper = \context Staff \notes \relative c {
< { d4. d4 } \\ { b2. }
JN> I don't see any error here. What is the problem? Try sending dump
JN> from:
JN> make all >log 2>&1
JN> note the 2>>&1 at the end, that will redirect stderr too.
OK, here's the newly created log file.
--
Best regards,
Jérémiemailto:jeremie@;lumbroso.fr
JS> Is there a way to leave the tenor and bass bars out until the 10th
JS> measure, so the piece starts for 10 mm with only soloist and piano, then
JS> at measure 10 the tenor and bass bar are added.
It seems like you're asking for Hara Kiri, do you know about it?
Just add the following to you
MB> Others can provide more details, I've never done this
MB> myself.
Here's how I do it (output in `preview.png') -- of course it must be
place in context:
sUp = \translator Staff = "up"
sDown = \translator Staff = "down"
stemExtend = \property Voice.Stem \set #'length = #22
stemNormal = \pr
HWN> Point taken. Anyone for a big Search & Replace patch?
Is this patch alright?
--
Best regards,
Jérémiemailto:[EMAIL PROTECTED]
patch_1.6.2_jl.diff
Description: Binary data
>> invented word 'grob'? Wouldn't 'object' work well in most
HWN> Point taken. Anyone for a big Search & Replace patch?
Already on it's way.
--
Best regards,
Jérémiemailto:[EMAIL PROTECTED]
___
Lilypond-user mailing
KB> How to tell lilypond to generate a blank sheet of music paper?
For the regular staff paper, look at:
http://lilypond.org/wiki/?BlankMusicPaper
If you need tab staves, I'd consider writing a source file with
invisible rest ('s1') and hiding the barlines, key signatures and
clefs (set the gro
JA> It writes the numbers above the chord. Is there a
JA> possibility to write them before or after the single
JA> notes ?
http://www.mail-archive.com/lilypond-user%40gnu.org/msg02014.html
Also read the reply to the message, and take into account that the
feature is unsupported.
--
Best regar
GH> you feel great when your patch is added to CVS. *grin*
You sound like one of those member recruiters in sects and cult :-)
GP> Hmm. I agree with that, but it would be a moderate amount of work to go
GP> through and add titles to every page. I can see how it would be done,
GP> though. I s
HWN> that would be
HWN> \property TabStaff . stringTunings = #'(-20 - 15 -10 -5)
Is the space between `TabStaff' and `stringTunings' intentional?
--
Best regards,
Jérémiemailto:[EMAIL PROTECTED]
___
Lilypond-us
Hello Karl,
KB> I'm very glad to know this :), but, forgive my ignorance, I don't know
KB> how to translate this into what to type.
I agree that definition is a bit obscure for a beginner -- but
rewriting the manual is one of a few people's main goals right now,
so it should only get better.
HG> Is this a thing for later releases, or is there a solution.
I've haven't an answer for your question, but anybody here will ask
you to upgrade to the latest version (1.6.1) which can be found in
binary releases and source code at the Lilypond website:
http://www.lilypond.org
The address o
Hello,
JR> This is the first ever score I have tried in lilypond. Cool program by the
JR> way. The very last note causes some problems if it is dotted. The output is
JR> Interpreting music...[8][16][24]programming error: Skipped something ?!
JR> (Continu
JR> ing; cross thumbs).
JR> The output is
AA> However, when I view the ps, pdf outputs I see everything *except*
AA> the heads of the notes.
Seems like that nasty font bug to me (and of course I could be wrong).
So I take it that font paths aren't properly pointed out for the
program. I'm not quite sure how to solve this personally I
LD> I'm trying to compose a score with two voices on one staff.
As indicated in the following link:
http://lilypond.org/development/Documentation/user/out-www/lilypond/Polyphony.html#Polyphony
For persistent voices (ie.: when a voice spans throughout the whole
piece with [nearly] no interruptions
MB> Try \property Voice.NoteHead \override #'style = #'cross
I suggest adding the following in "property-init.ly" (I only selected
these few styles because I don't think the others either fit in the
context, or are presentable/interesting enough to have a shortcut):
noteHeadOval = \property Vo
LM> I'd like to be able to generate quick charts for my band but can't seem to
LM> find how to do it.
I hope this helps:
harmonies = \chords {
% the chords
c4:m f:min7 g:maj c:aug d2:dim b:sus
}
\score {
\notes <
\context ChordNames {
\property ChordNames.chordChanges = ##t
AAJ> May I suggest that either a seperate command (phrasingslurUp) is defined
Those commands already exist: \phrasingSlurUp, \phrasingSlurDown and
\phrasingSlurBoth.
--
Best regards,
Jérémiemailto:[EMAIL PROTECTED]
_
AAJ> But I can't figure out where to put the code...
\score {
\context PianoStaff \notes <
[...]
>
\paper {
\translator {
\PianoStaffContext
VerticalAlignment \override #'forced-distance = #9
}
}
}
For more informations, look the following addres
MB> Who volunteers to document these macros in the manual?
MB> They should definitely be there and they don't change
MB> very often so it's not worth the trouble to automate
MB> the documentation.
I volunteer... It seems like a simple enough to task to get started,
using texinfo, no?
--
Best
AAJ> I cannot figure out how to get a tie between only one of the notes in a
AAJ> chord, like this:
I don't currently know of a way to do that at the moment (usually,
when such a case occurs, it's because the notes are form two different
voices). I suggest you use the voicify function as follow:
AAJ> \property Voice.Slur \set #'direction = #'up
You mean:
\set #'direction = #1 for "up" and
\set #'direction = #-1for "down"
But why not simply make use of the shortcuts as defined in the
'property-init.ly' file:
\slurDown a ( ) b \slurUp a ( ) b
JS> GNU LilyPond 1.2.17.
JS> [/usr/share/lilypond/scm/lily.scm]
JS>
Parsing...[/usr/share/lilypond/ly/init.ly[/usr/share/lilypond/ly/declarations.ly[/usr/share/lilypond/ly/nederlands.ly][/usr/share/lilypond/ly/chord-modifiers.ly][/usr/share/lilypond/ly/script.ly[/usr/share/lilypond/scm/script.scm
GhostScript, and thus having no problems running it. Why
don't we link to those packages. Realistically, it's better to
distribute a recent package, rather than an older one just because
there's an annoying nag screen at the launch... FYI, there are two
ways to get rid of it.
--
Jér
CGS> I am trying to download the manual, but when doing so and trying to
CGS> open with gzip -d it says it is not the correct type. I am using
CGS> Windows 2k and I have tried to change the extension but it does not work.
I'm not an expert at all, but I reckon will do the trick:
gunzip -c
MO> A required .DLL file, CYGCRYPTO.DLL, was not found.
This is also a problem when trying to compiling.
Also, the configure script doesn't seem to detect python,
that has been replaced by a single executable in the /bin
directory (and not the /usr/bin as indicated in all scripts)
Jérémi
Hi,
I was wondering, when copying old music, I found out that
it was a bit untasteful and complicated to convert all the
repeats to "modern" system. Composers didn't bother with
alternate endings, they just used to cut measures where it
suited them best.
I haven't figured out a wa
Hi
I'm having trouble converting Lilypond DVI output to PS
lately on Windows. Each file I convert using dvips makes
GSView spit this out :
Unknown in Setup section at line 452:
%%BeginPaperSize: a4
Unknown in Setup section at line 454:
%%EndPaperSize
AFPL Ghostscript 7.03 (2001-10
JP> When I want to start the program I get the following
JP> message: "Can't find cygwin1.dll" . How can I solve
JP> this problem?
You can't run Lilypond directly from the Windows explorer :
you must launch cygwin's bash shell, and then run the pro-
gram as a command line :
lilypond foo.ly
HWN> It would be neat if we had a section like "Tips and tricks" that that
HWN> demonstrated all the little neat hacks, preferably in some kind of
HWN> 'condensed' format (e.g. treat lots of techniques in one example, like
HWN> in the tutorial), because reproducing source (.ly) code takes up a lot
>> Since your latest files have not yet been uploaded to
>> www.lilypond.org or ftp.lilypond.org, the setup program
HWN> remove all of your old setup files. I've directed the setup program to
HWN> ftp.cs.uu.nl, but it should get a new mirror list to see that
No this doesn't work. It takes givin
Hi to all,
I'm wondering if, and how, it's possible to replace a
glyph by another. What I mean, is, is it possible to de-
cide that I want all rests to be replaced by the symbol
(music "script-fermata")? This is just an example, of
course, it's obvious that nobody would
Hi,
I was wondering about two topics...
The first one : is Lilypond (and LaTeX) viable for com-
mercial distribution. What I mean is, can something that
has been typesetted with Lilypond and layed out with
LaTeX be elligible for selling?
The second one : is there
Hello John,
JP> For the most part, the one line of lyrics is uniform over all four parts. But in
at least
JP> one section of the music there are four different simultaneous lyrics. I'd like to
put
JP> the soprano part above the top staff, the alto below the top staff, the tenor
above
JP> th
Hi Gerrit,
GPH> I have built lilypond on cygwin.
Woohoo! Good job.
GPH> Now i need to do tests, but the first tries already stuck.
GPH> I'm getting this error from ly2dvi:
GPH> $ ly2dvi minuet.ly
GPH> Running LilyPond...
GPH> Traceback (most recent call last):
GPH> File "/usr/local/bin/ly2d
Hi all,
While attempting to find an answer at Laura's post (and
unfortunately not being able to), I looked at the Tie
grob properties, and saw "control-points (list)", which
gave me hope that one of my feature wishes would be pos-
sible already.
What I'd like to do wi
Hi all,
Since a few weeks, I've gone into serious typesetting
with an average of a page an hour (two staffs, four voi-
ces), because I'm "restauring" the works of a lost harp-
sichordist for a friend, and with every piece, I've dis-
covered more and more the incredible st
Hello to of you,
I know most of you now know about the horrible thing that
happened in Manhattan, and I wanted to know if anybody,
like me, doesn't manage to believe this is happening. I
have one fear: New York will definitely not be like befo-
re; and that is, to all americans
59 matches
Mail list logo