Mr. Nalesnik: thank you for making public your scheme code
for writing Roman Numeral/figured bass analysis:
http://comments.gmane.org/gmane.comp.gnu.lilypond.general/70354
This code has been invaluable to me for writing examples for a music
theory course.
I have one small issue, and that is,
In a vocal part I am notating, while the singer mostly
sings notated pitches, there are a few parts
where the singer will speak text in notated
rhythm.
When this is done is scores that I have seen,
sometimes it is done with just stems, flags and
beams (but no note heads) such as in
the Charles I
I wrote:
>
> In this example, why does the lowest voice not line
> up vertically with the first five chords?
>
> What do I need to do to make this voice line up?
Ok, if I remove the "\stemUp" commands the
lowest voice does line up vertically.
However, when I remove the "\stemUp" commands, I get
In this example, why does the lowest voice not line
up vertically with the first five chords?
What do I need to do to make this voice line up?
Thank you for your help.
\version "2.16.0"
\include "english.ly"
\score {
\new Staff
{
\time 4/4
\clef "treble"
<<
\voiceOne
Thanks to everyone who responded.
"Mark Stephen Mrotek" writes:
>
> When I write polyphony for the piano I use
> <<
> { %here pitches for top voice
> }
> \\
> { %here pitches for bottom voice
> }
> >>
Yes, your solution works and I have used it in the past.
I was trying to figure out h
Attached is the beginning of an arrangement for
voice and guitar. The guitar part is two part counterpoint
in which I would like to control where the steps go up or
down.
(1) In the guitar part, even though I have \voiceOne marked with \stemUp
and \voiceTwo marked with \stemDown, why do the stem
Thanks to everyone for all of the helpful information !
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
I need to create musical examples for instruction
and many of these ideally would have no bar lines
or time signatures. Appended is such an example.
(1) the example below is pretty much what I want expect
that there is space where the time signature would normally go
(I erase the time sign
Thank you very much for you answers!
Thomas Morley writes:
>
> 2012/11/26 :
> >
> > This example produces numerous warnings about
> > clashing notes which look like:
> > [...]
> > Why is this happening?
>
> Because of "many clashing note columns" ;)
> To avoid this use \voiceOne and \voiceT
I am still relatively new to lilypond.
I have a simple four voice choral attached.
(1)
This example produces numerous warnings about
clashing notes which look like:
choral-beethoven-moonlight-01-simple.ly:16:62: warning: ignoring too many
clashing note columns
e'2 e'2 e'2 fs'2
I need to make a number of charts that demonstrate various kinds of
non-traditional scales. Appended is a lilypond example towards
something I would like to do. The first issue I would
like to deal with is as follows:
I need the rests and notes to line up precisely. D natural on
the lower st
Concerning the examples in the manual, section 4.4.2:
4.4.2 Explicit staff and system positioning
http://lilypond.org/doc/v2.14/Documentation/notation/explicit-staff-and-system-positioning
I don't understand the reason that the variables that
override default spacing between systems:
-Eluze writes:
>
> ivan.k.kuznetsov wrote:
> >
> > "Trevor Daniels" writes:
> > >
> > > Did you use convert.ly to 'upgrade' your lilypond score?
> > [...]
> >
> > How has this been working for others?
>
> I always had good experiences with it!
>
> please try it and report your results!
Well, it
"Trevor Daniels" writes:
>
> You'll find the documentation for 2.15 to the right of the
> home page, under Quick links.
>
> Vertical spacing in 2.14 and 2.15 is completely different from
> 2.12. You'll need to read section 4.1.4 rather than 4.4.2 in
> the Notation Reference.
Does such a larg
"Trevor Daniels" writes:
>
> ivan.k.kuznet...@gmail.com wrote Saturday, July 28, 2012 9:27 PM
>
> > I started looking at the 2.14 documentation (the most
> > recent I could find at http://lilypond.org)
>
> Please use the documentation for 2.15.41:
>
> http://www.lilypond.org/doc/v2.15/Documen
I am interested in controlling the vertical spacing
within systems.
I recently migrated from 2.12.2 to 2.15.39 .
In my one lilypond score, the spacing between
systems changed greatly between the PDFs built with
these two versions
Online documentation v2.12, has a section that specifically
di
Martin Tarenskeen writes:
>
> Do the midichannel(s) from your midi file MATCH with the midichannel(s)
> on your synth ?
This was the ticket. I am such a MIDI novice that at first,
I did not know what this meant. I found a "channel" button on
my Alesis synth though, started pushing it, and
I am _absolutely new to MIDI. I am however
able to get some random MIDI files I found on the
web to play through my Alesis synthesizer with
the command:
aplaymidi --port 16:0 file_i_found.mid
(I am working under Linux, CentOS 5.6).
However, I cannot get any Lilypond created midi
files to
Bill Mooney writes:
>
> By using two 'Score' statements I think your requirement is met, EXCEPT
> that it works only if the example is only one system. By choosing a
> wider page eg 'landscape' mode one might be able to obtain a fairly
> large example (more measures) while staying in the 'one
Graham Percival writes:
>
> On Sat, Nov 05, 2011 at 02:46:58PM -0500, ivan.k.kuznet...@gmail.com wrote:
> >
> > Okay, the syntax I am using in my example:
> >
> >#'base-shortest-duration = #(ly:make-moment 1 16)
> >
> > is an example of proportional notation, no? If not,
>
> Is that
Thanks to those who reponded. Sorry about
my delay in writing back.
"J. Boor" writes:
>
> Ivan,
>
> To turn off time signature all together,
> do \set Score.timing = ##f
I cannot get this syntax to work. Lilypond compiles but
the time signature is still visible. Does this go in
the \con
Graham Percival writes:
>
> On Sat, Oct 29, 2011 at 10:43:46PM -0500, ivan.k.kuznet...@gmail.com wrote:
> > As far as I can tell, the only tool to notate "unmetered"
> > music is the \cadenzaOn,\cadenzaOff pair of tags.
> > Am I right about this, or are there other ways?
>
> Proportional notat
I would like to be able to use Lilypond to create musical
examples for inclusion in papers and slides, and often,
these musical examples will have no notated meter.
With such examples, I will want to control exactly how much
space each examples takes so that they can "line up" with
other examples
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.
__
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
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
According to the reference manual,
http://lilypond.org/doc/v2.13/Documentation/notation/expressive-marks-as-lines#arpeggio
all I need to do is append the \arpeggio tag to a chord construct,
as I do in my appended snippet. However, the following snippet
produces the message:
issue02a.ly:11:41
Appended is a snippet of two measures, the first measure
is what I intended, the second measure is not.
In the second measure, I would like the top voice
triplet 16th notes B natural and A natural to occupy the
same space as the lower voice dotted quarter notes
B natural and A natural, thus these
I am using lilypond 2.12.3 under CentOS 5.6. Recently,
I ran the CentOS recommended updates and I updated from
ghostscript-8.15.2-9.12 to ghostscript-8.70-6.
Since that time, lilypond no longer works for me in that
lilypond .ps files but no longer produces .pdf files.
Here is what the output at
Lilypond .ly files that created .pdf files just fine
a few weeks ago no longer work. I get the messages:
Preprocessing graphical objects...
Finding the ideal number of pages...
Fitting music on 1 page...
Drawing systems...
Layout output to `song01.ps'...
Converting to `./song0
I have my first page of music notated with lilypond here:
http://www.flickr.com/photos/61572029@N04/5603253711/
CONCERNING area's marked in red A1 and A2:
Sometimes I require one note to have two stems indicating
that the note belongs to two voices. A2 worked out
as I intended but for A1, i
Hello All;
I am a first time poster. I have much experience with
linux and latex and so hopefully I will catch on
to lilypond without too much trouble.
I am a composer of mostly atonal music, often with
a lot of time signature changes (or with passages
that have no time signatures), to give you
32 matches
Mail list logo