Hi,
On Thu, Jan 8, 2015 at 7:58 AM, David Nalesnik
wrote:
> Hi Marc,
>
> On Wed, Jan 7, 2015 at 7:43 PM, MarcM wrote:
>
>> i tried examples in this old post but none of them compile in 2.19.15.
>>
>
> [Visible at Nabble link at bottom of message]
>
> Yes, there have been a lot of changes to Lil
Thank you everyone for the info. Lilypond sounds totally awesome.
Just a little more background because there may be folks here with insight
on these things (PM if not appropriate for the forum): One of my major
goals is to generate musical material with an object-oriented
representation of musi
Using "\set Score.markFormatter = #format-mark-circle-numbers" how would
one go about making sure that all the rehersal marks are the same size
(i.e. the radius of the circle is constant and the font inside scales to
fit, and digits are centered within the circle?). Here's an example score
that I
Alex Jones-2 wrote
> Apologies if others have solved this in the past, but I wasn’t able to
> find a solution on the list quickly.
>
> I’m trying to write both a stopped and accented note, that is slurred to
> an open note. I’m having trouble with the stopped and accented
> articulation occurring
Apologies if others have solved this in the past, but I wasn’t able to find a
solution on the list quickly.
I’m trying to write both a stopped and accented note, that is slurred to an
open note. I’m having trouble with the stopped and accented articulation
occurring overtop of each other. Add
Ah, perfect thank you very much!
On Thu, Jan 8, 2015 at 11:28 AM, David Nalesnik
wrote:
> Hi Steve,
>
> On Thu, Jan 8, 2015 at 1:11 PM, Steve Lacy wrote:
>
>> Hi, I'm engraving some simple music for beginning violin students who are
>> learning to read music.
>>
>> I would prefer if the text ad
On 2015-01-08 04:10 PM, Matthew James Briggs wrote:
Hello, I just joined this list because I was searching unsuccessfully
for information about Lilypond's features for extracting and producing
individual parts from a score. Does Lilypond have features akin to
Finale's linked-parts?
I suspect
HI Matt,
Welcome to Lilyponding. Your missive reads as though you can wrap your
head around things well enough. Sometimes it is dangerous to think
about things in terms of Finale methods. Of course parts can be
extracted. In this case, parts are a thing of formal structure. My
advice to proceed, a
Hi Matt,
if you mean "part" like the music of one instrument or singer, for sure this is
possible: You can store each such part in a variable (say flute and piano) and
then you can print one of them:
\flute
or
\piano
or you can print the combined score of the two:
<<
\flute
\piano
>>
Thi
Very briefly;
I think of it as building scores rather than extracting parts. I keep my music
definitions for all the parts in one file and then make scores, which may only
consist of a single part. I use an '\include' to call make the definitions
available. maybe this will help:
http://www.
To make it short: LilyPond has a totally different approach to
"extracting" parts. And I'm sure it will serve you well.
Basically you store your music in variables (e.g. one variable for each
"part", say "violin 1" or "soprano").
Then you put them together in a \score { } expression, stacking a
Hello, I just joined this list because I was searching unsuccessfully for
information about Lilypond's features for extracting and producing
individual parts from a score. Does Lilypond have features akin to
Finale's linked-parts?
I suspect my searching was unsuccessful since the work "part" is u
Hi Steve,
On Thu, Jan 8, 2015 at 1:11 PM, Steve Lacy wrote:
> Hi, I'm engraving some simple music for beginning violin students who are
> learning to read music.
>
> I would prefer if the text added to notes were vertically aligned on each
> line, but by default they are quite jagged:
>
> [image
Hi, I'm engraving some simple music for beginning violin students who are
learning to read music.
I would prefer if the text added to notes were vertically aligned on each
line, but by default they are quite jagged:
[image: Inline image 1]
(http://lilybin.com/to3r9r/3)
I had thought about using
On Thu, 2015-01-08 at 07:42 -0600, David Nalesnik wrote:
>
>
>
>
> On Thu, Jan 8, 2015 at 7:31 AM, David Nalesnik
> wrote:
>
>
>
> \score {
> \shiftDurations #-1 #0 {
> \relative c' {
> \time 4/2
> c c c c
>
Hi Marc,
On Wed, Jan 7, 2015 at 7:43 PM, MarcM wrote:
> i tried examples in this old post but none of them compile in 2.19.15.
>
[Visible at Nabble link at bottom of message]
Yes, there have been a lot of changes to LilyPond internals since that was
written.
>
> I created a sample example.
>
On Thu, Jan 8, 2015 at 7:31 AM, David Nalesnik
wrote:
>
> \score {
> \shiftDurations #-1 #0 {
> \relative c' {
> \time 4/2
> c c c c
> \once \override NoteHead #'stencil =
>
>
Of course, you need to remove the \once for this example to mean anything!
__
Hi Graham,
On Wed, Jan 7, 2015 at 7:54 PM, Graham King wrote:
> Many thanks David,
> almost there...
>
> On Wed, 2015-01-07 at 18:09 -0600, David Nalesnik wrote:
>
> Hi Graham,
>
>
> On Wed, Jan 7, 2015 at 4:39 PM, Graham King
> wrote:
>
> I'm trying to replace a note with one of two special
18 matches
Mail list logo