Hey all,
I’m working on a piece where staff space is used to indicate intervals.
In a staff where the distance between lines is halved, I need to double stem
lengths (which are calculated in staff spaces) so that stems are comfortably
readable.
However, tremolos are shifted up on these stems c
Carl Sorensen-3 wrote
> Your music has some durations that cross bar lines. These durations mess
> up the bar checks. Is there a reason you don't separate them into tied
> groups so there are bar line breaks?
Ah, let me explain.
The composer, Philippe Verdelot, lived somewhere around 1500, and
Colin Tennyson schrieb:
>Carl Sorensen-3 wrote
>> Your music has some durations that cross bar lines. These durations
>mess
>> up the bar checks. Is there a reason you don't separate them into
>tied
>> groups so there are bar line breaks?
>
>
>Ah, let me explain.
>
>The composer, Philippe Verd
On Fri, Jan 3, 2014 at 9:01 AM, Mike Solomon wrote:
> However, tremolos are shifted up on these stems compared to their usual
> placement. Is there any not-too-hackish way to bump the tremolo down to an
> aesthetically nicer place?
I assume this is the sort of thing you’d refer to as hackish?
On Jan 3, 2014, at 10:23 AM, Valentin Villenave wrote:
> On Fri, Jan 3, 2014 at 9:01 AM, Mike Solomon wrote:
>> However, tremolos are shifted up on these stems compared to their usual
>> placement. Is there any not-too-hackish way to bump the tremolo down to an
>> aesthetically nicer place?
>
Dear community,
I have an old piece of code, initially written by Rune Zedeler.
I would like to update it to version 2.18.0, but I don't know what is wrong
with it.
Here is the code:
\version "2.17.97"
motiv =
#(define-music-function (parser location name pattern)
(symbol? ly:music?)
(letrec (
Stefan Thomas writes:
> Dear community,
> I have an old piece of code, initially written by Rune Zedeler.
> I would like to update it to version 2.18.0, but I don't know what is wrong
> with it.
> Here is the code:
You failed to mention what it is supposed to do, give an example for
using it, an
Hi Carl,
You have pointed out something very interesting:
This is the the way I had written the nesting structure in my first message:
addKey = { \key c \major \time 4/4 }
\score {
\new StaffGroup
<<
\new Staff
<<
\set Staff.instrumentName = #"Superius "
\new Voice =
Colin Tennyson writes:
> The LillyPond parser accepts this, there is no error, and the score _is
> rendered correctly_.
> But as you point out:
> this:
> << \addKey \staffOneNotes >>
> is better written as:
> { \addKey \staffOneNotes }
>
>
> While the { ... } notation is better, LilyPond accepts
David Kastrup schrieb:
>Colin Tennyson writes:
>
>> The LillyPond parser accepts this, there is no error, and the score
>_is
>> rendered correctly_.
>> But as you point out:
>> this:
>> << \addKey \staffOneNotes >>
>> is better written as:
>> { \addKey \staffOneNotes }
>>
>>
>> While the { ...
Urs Liska writes:
> David Kastrup schrieb:
>>Colin Tennyson writes:
>>
>>> The LillyPond parser accepts this, there is no error, and the score
>>_is
>>> rendered correctly_.
>>> But as you point out:
>>> this:
>>> << \addKey \staffOneNotes >>
>>> is better written as:
>>> { \addKey \staffOneNo
Ok, I use it in the following way:
\motiv #'something {c'4 c' d' d' e' d' c'2 }
\new Staff \relative { \something { c d e } }
2014/1/3 David Kastrup
> Stefan Thomas writes:
>
> > Dear community,
> > I have an old piece of code, initially written by Rune Zedeler.
> > I would like to update i
David Kastrup schrieb:
>Urs Liska writes:
>
>> David Kastrup schrieb:
>>>Colin Tennyson writes:
>>>
The LillyPond parser accepts this, there is no error, and the score
>>>_is
rendered correctly_.
But as you point out:
this:
<< \addKey \staffOneNotes >>
is better
David Kastrup wrote
> Take, for example, the output of
>
> addKey = { \key g \major \time 4/4 }
> staffOneNotes = { \grace { d'16 g' b' } d''8 8 8 8 fis'8 8 g'4 }
>
> \score {
> \new StaffGroup <<
> \new Staff \new Voice = "staffOne" << \addKey \staffOneNotes >>
> \new Staff \new Voice
Stefan Thomas writes:
> 2014/1/3 David Kastrup
>> Stefan Thomas writes:
>>
>> > Dear community,
>> > I have an old piece of code, initially written by Rune Zedeler.
>> > I would like to update it to version 2.18.0, but I don't know what is wrong
>> > with it.
>> > Here is the code:
>>
>> You f
I'm creating a new thread because the previous one has become somewhat
cluttered.
My template is much better now, thank you for your suggestions.
As emphasized by David Kastrup, the keyword \new instructs Lilypond to
create a new instance of a class.
\new StaffGroup creates an instance of the St
> Can the property "forbid_line_break_engraver" also be accessed using a dot
> notation?
I am not the only one ;) (David will understand what I want to say)
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lil
>From what I've seen, \cadenzaOn seems to be the preferred way of writing
>unmeasured music.
On Jan 3, 2014, at 3:14 AM, Colin Tennyson wrote:
> Carl Sorensen-3 wrote
>> Your music has some durations that cross bar lines. These durations mess
>> up the bar checks. Is there a reason you don'
In general it's best practice to keep includes at the top of the file, so I
would do it like this:
%file custom.ly
varA = %letter paper; can't check syntax on my ipod so not going to try
varB = %ragged right
%your file
\version "2.18.0"
\include "custom.ly"
\paper{ \varB }
etc.
On Jan 2, 2014,
Alex Loomis-2 wrote
> From what I've seen, \cadenzaOn seems to be the preferred way of writing
> unmeasured music.
Well, the availability of "\hide \BarLine" and "\undo \hide \BarLine" is
relatively recent.
I think I saw a place where it was described in the v2.17 documentation, but
not in the v2
Is it me, or is this slur too far away from the noteheads?
\version "2.18.0"
\relative c''' {
c4.( c8~ c4 c)
}
DR
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
> -Original Message-
> From: Marc Hohl [mailto:m...@hohlart.de]
> Sent: Friday, January 03, 2014 2:49 AM
> To: lilypond-user@gnu.org
> Subject: Re: Numbers over double percent repeats
>
> Am 03.01.2014 06:51, schrieb Daniel Rosen:
> > How can I modify the code below so that it produces out
Colin Tennyson writes:
> I'm creating a new thread because the previous one has become somewhat
> cluttered.
>
> My template is much better now, thank you for your suggestions.
>
> As emphasized by David Kastrup, the keyword \new instructs Lilypond to
> create a new instance of a class.
> \new S
Hi Keith,
> I think the automatic-rest-length idea will be easier to use if it is
> independent of \pushToTag.
Yes, sorry, I misspoke: I didn’t mean to LITERALLY extend \pushToTag. I simply
meant that, to the user, it appears that \pushToTag puts music at a certain tag
point only, whereas your
Hi Colin,
I will try to answer in a way that helps you.
> the keyword \new instructs Lilypond to create a new instance of a class.
You clearly come from a programming background, which will help you scale the
Lilypond learning curve in some ways.
However, don’t push that analogy too far, or yo
Kieren MacMillan writes:
>> Can the property "forbid_line_break_engraver" also be accessed using
>> a dot notation?
>
> Not that I’m aware of: engravers can only be added (\consists) or
> removed (\remove) in a context definition.
No, they can also be added or removed in a context _modification_
David Kastrup wrote
> [...]
> Take, for example, the output of
>
> addKey = { \key g \major \time 4/4 }
> staffOneNotes = { \grace { d'16 g' b' } d''8 8 8 8 fis'8 8 g'4 }
>
> \score {
> \new StaffGroup <<
> \new Staff \new Voice = "staffOne" << \addKey \staffOneNotes >>
> \new Staff \
Eluze writes:
> David Kastrup wrote
>> [...]
>> Take, for example, the output of
>>
>> addKey = { \key g \major \time 4/4 }
>> staffOneNotes = { \grace { d'16 g' b' } d''8 8 8 8 fis'8 8 g'4 }
>>
>> \score {
>> \new StaffGroup <<
>> \new Staff \new Voice = "staffOne" << \addKey \staffOne
Hi David,
> No, they can also be added or removed in a context _modification_, as in
>
> \new Voice \with { \remove "..." \consists "..." }
> { … }
Thank you for the clarification/correction: engravers can be added or removed
in a context definition or modification.
Cheers,
Kieren.
__
Hello all,
Now that 2.18 has been released (kudos, by the way!!!), when is the unstable
branch going to be updated?
I like to be on the bleeding edge… ;)
Thanks,
Kieren.
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailma
- Original Message -
From: "Kieren MacMillan"
To: "Lilypond-User Mailing List"
Cc: "Lilypond Dev"
Sent: Friday, January 03, 2014 4:24 PM
Subject: when is 2.19 going to be released?
Hello all,
Now that 2.18 has been released (kudos, by the way!!!), when is the unstable
branch going
It does seem a bit far on 2.18. Is this a regression? I dumped my
earlier versions and therefore can't check it out at the moment.
Shane
On Fri, Jan 3, 2014 at 10:10 AM, Daniel Rosen wrote:
> Is it me, or is this slur too far away from the noteheads?
>
> \version "2.18.0"
> \relative c''' {
>
Hi Phil,
> Well, you need to compile your own version then :-)
I have VirtualBox and Lilybuntu and Janek’s script installed.
The problem is, there are 437.5 “versions of Lilypond" in git, and I don’t know
which I should compile. :-p
> Unless anyone complains, probably this weekend.
Thanks. =
Kieren MacMillan schrieb:
>Hello all,
>
>Now that 2.18 has been released (kudos, by the way!!!), when is the
>unstable branch going to be updated?
>I like to be on the bleeding edge… ;)
Then you should build your own LilyPonds ;-)
--
Urs Liska
openlilylib.org
__
Kieren MacMillan schrieb:
>Hi Phil,
>
>> Well, you need to compile your own version then :-)
>
>I have VirtualBox and Lilybuntu and Janek’s script installed.
>The problem is, there are 437.5 “versions of Lilypond" in git, and I
>don’t know which I should compile. :-p
As long as you don't want
> The function `ly:font-config-display-fonts' (available via the
`-dshow-available-fonts' command line option of lilypond)
I don't even know how to access that. I don't see an option from the GUI to
be able to do that.
I tried doing some of the things aforementioned through Frescobaldi's
command l
- Original Message -
From: "Shane Brandes"
To: "Daniel Rosen"
Cc:
Sent: Friday, January 03, 2014 4:37 PM
Subject: Re: Slur position
It does seem a bit far on 2.18. Is this a regression? I dumped my
earlier versions and therefore can't check it out at the moment.
Shane
On Fri, Jan
2014/1/3 Joshua Nichols
> > The function `ly:font-config-display-fonts' (available via the
> `-dshow-available-fonts' command line option of lilypond)
>
> I don't even know how to access that. I don't see an option from the GUI
> to be able to do that.
> I tried doing some of the things aforement
On Fri, Jan 3, 2014 at 10:53 AM, Federico Bruni wrote:
> open the terminal of Mac and write:
>
> lilypond -dshow-available-fonts
>
I got:
-bash: lilypond: command not found
IC,
Josh
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.
Kieren MacMillan wrote
> You clearly come from a programming background, which will help you scale
> the Lilypond learning curve in some ways.
> However, don’t push that analogy too far, or you might find (as I did)
> that it can confuse matters. =)
Hi Kieren,
To use another analogy: our choir
On 1/3/14 9:57 AM, "Joshua Nichols" wrote:
>
>On Fri, Jan 3, 2014 at 10:53 AM, Federico Bruni
>wrote:
>
>open the terminal of Mac and write:
>
>lilypond -dshow-available-fonts
>
>
>
>
>I got:
>-bash: lilypond: command not found
On the mac, lilypond is not in a directory that's part of your
Kieren MacMillan writes:
> Hi Phil,
>
>> Well, you need to compile your own version then :-)
>
> I have VirtualBox and Lilybuntu and Janek’s script installed.
> The problem is, there are 437.5 “versions of Lilypond" in git, and I
> don’t know which I should compile. :-p
Verified bleeding edge i
Kieren MacMillan writes:
> Hello all,
>
> Now that 2.18 has been released (kudos, by the way!!!), when is the
> unstable branch going to be updated?
What do you mean, "updated"? There are a lot of changes in the unstable
branch already.
--
David Kastrup
__
Colin Tennyson writes:
> To use another analogy: our choir conductor sometimes asks in mild
> exasparation: "Sing _something_ , never mind you're not sure. If you sing
> the wrong note I can correct it, but if you don't sing at all I'm dead in
> the water."
>
> So, in asking questions here on t
On 1/3/14 9:26 AM, "David Kastrup" wrote:
>Kieren MacMillan writes:
>
>> Hello all,
>>
>> Now that 2.18 has been released (kudos, by the way!!!), when is the
>> unstable branch going to be updated?
>
>What do you mean, "updated"? There are a lot of changes in the unstable
>branch already.
I be
Am 03.01.2014 16:17, schrieb Daniel Rosen:
-Original Message-
[...]
Nope, that gives me a 2 over the first percent and a 3 over the second. I need
both of them to have a 2.
Ah, ok, sorry, I misunderstood your request completely.
Perhaps
http://lsr.dsi.unimi.it/LSR/Item?id=883
is
On 1/3/14 10:33 AM, "Carl Sorensen" wrote:
>
>
>On 1/3/14 9:57 AM, "Joshua Nichols" wrote:
>
>>
>>On Fri, Jan 3, 2014 at 10:53 AM, Federico Bruni
>>wrote:
>>
>>open the terminal of Mac and write:
>>
>>lilypond -dshow-available-fonts
>>
>>
>>
>>
>>I got:
>>-bash: lilypond: command not found
Hi Keith,
Would
\combineAt (measure moment/fraction) \base-music \new-music
be a more intuitive — and ultimately useful — syntax? You could also have a
\insertAt (measure moment/fraction) \base-music \new-music
which would insert something (instead of simultaneous-ing it).
The big downs
> Another way to do it is to create a lilypond file that contains
>
> #(ly:font-config-display-fonts)
>
> and typeset it. You will get a list of the fonts in the log window.
Nice. The OP talked about `GUI'; I assume he means Frescobaldi.
Maybe such a command could be added to its menu system,
>> Why do I see side by side two keywords for setting properties: \set
>> and \override.
>
> That is explained in the manual.
With the promising caption "\set versus \override" and no content:
http://www.lilypond.org/doc/v2.18/Documentation/notation/set-versus-override
The preceding sections ar
Am 03.01.2014 07:56, schrieb Frédéric Bron:
>> I'd like to have some feedback from you. Which change in the Mutopia
>> interface/decisions would make you start contributing or contributing more?
>
> I wanted to contribute with the 4th symphony of Schumann which was
> ready to be submitted. I had
Am 03.01.2014 18:32, schrieb Marc Hohl:
Am 03.01.2014 16:17, schrieb Daniel Rosen:
-Original Message-
[...]
Nope, that gives me a 2 over the first percent and a 3 over the
second. I need both of them to have a 2.
Ah, ok, sorry, I misunderstood your request completely.
Perhaps
http
> I believe that the question might be better stated as
> "When will a new development release be made?”
Yes. That. =)
Thanks,
Kieren.
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
Noeck writes:
>>> Why do I see side by side two keywords for setting properties: \set
>>> and \override.
>>
>> That is explained in the manual.
>
> With the promising caption "\set versus \override" and no content:
> http://www.lilypond.org/doc/v2.18/Documentation/notation/set-versus-override
H
Am 03.01.2014 19:20, schrieb David Kastrup:
Noeck writes:
Why do I see side by side two keywords for setting properties: \set
and \override.
That is explained in the manual.
With the promising caption "\set versus \override" and no content:
http://www.lilypond.org/doc/v2.18/Documentation/n
Hi David and Phil,
I now realize that this is an issue with the translation. My browser
redirects me automatically to the German version:
http://www.lilypond.org/doc/v2.18/Documentation/notation/set-versus-override.de.html
I now see that the English version of that page indeed has content that
I
Hi Colin,
Am 03.01.2014 15:35, schrieb Colin Tennyson:
> Alex Loomis-2 wrote
>> From what I've seen, \cadenzaOn seems to be the preferred way of writing
>> unmeasured music.
>
> Well, the availability of "\hide \BarLine" and "\undo \hide \BarLine" is
> relatively recent.
> I think I saw a place
Am 03.01.2014 19:20, schrieb David Kastrup:
> Noeck writes:
>
Why do I see side by side two keywords for setting properties: \set
and \override.
>>>
>>> That is explained in the manual.
>>
>> With the promising caption "\set versus \override" and no content:
>> http://www.lilypond.org
Marc Hohl writes:
> Am 03.01.2014 19:20, schrieb David Kastrup:
>> Noeck writes:
>>
> Why do I see side by side two keywords for setting properties: \set
> and \override.
That is explained in the manual.
>>>
>>> With the promising caption "\set versus \override" and no content:
Am 03.01.2014 19:08, schrieb Marc Hohl:
Am 03.01.2014 18:32, schrieb Marc Hohl:
Am 03.01.2014 16:17, schrieb Daniel Rosen:
-Original Message-
[...]
Nope, that gives me a 2 over the first percent and a 3 over the
second. I need both of them to have a 2.
Ah, ok, sorry, I misunderstoo
>
> Nice. The OP talked about `GUI'; I assume he means Frescobaldi.
> Maybe such a command could be added to its menu system, to aid people
> having problems with fonts.
Yes, I was talking about Frescobaldi, but also LilyPond's native interface,
more specifically. The drop down menus do not cont
>
> Another way to do it is to create a lilypond file that contains
> #(ly:font-config-display-fonts)
This was very helpful. That is a nice tip.
IC,
Josh
On Fri, Jan 3, 2014 at 11:53 AM, Carl Sorensen wrote:
>
>
> On 1/3/14 10:33 AM, "Carl Sorensen" wrote:
>
> >
> >
> >On 1/3/14 9:57 AM, "
On 1/3/14 10:58 AM, "Werner LEMBERG" wrote:
>
>> Another way to do it is to create a lilypond file that contains
>>
>> #(ly:font-config-display-fonts)
>>
>> and typeset it. You will get a list of the fonts in the log window.
>
>Nice. The OP talked about `GUI'; I assume he means Frescobaldi.
Off-topic:
I recently came across fernapp[1] which lets you run Linux desktop applications
(like LibreOffice) in a web browser. The code is Java and is licensed under
the GPL. Perhaps it might be of interest to anyone wanting to set up something
like LilyBin[2] (by making Frescobaldi usable
Op Thu, 02 Jan 2014 08:16:15 +0100
Noeck schreef:
> is the lilypond code formatting that Frescobaldi does also available
> as a commandline tool?
Not yet, but it is being actively worked on these days, by me.
It will become a Python library named 'python-ly' with a commandline
tool called 'ly'
Cool. I am looking forward to it.
Joram
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
- Original Message -
From: "Noeck"
To: "David Kastrup" ;
Cc:
Sent: Friday, January 03, 2014 6:30 PM
Subject: Re: Learning Lilypond, comments invited - part 2
Hi David and Phil,
I now realize that this is an issue with the translation. My browser
redirects me automatically to the Ge
On Fri, 3 Jan 2014, Wilbert Berendsen wrote:
The python-ly module will only depend on Python itself.
And frescobaldi will depend on the python-ly module I guess?
Will it be "shipped" separately, or together?
Anyway, the idea sounds promising.
--
MT
___
Martin Tarenskeen writes:
> On Fri, 3 Jan 2014, Wilbert Berendsen wrote:
>
>> The python-ly module will only depend on Python itself.
>
> And frescobaldi will depend on the python-ly module I guess?
> Will it be "shipped" separately, or together?
>
> Anyway, the idea sounds promising.
Hm. If it
>
> I assumed he meant the LilyPad editor that shows up on the Mac when you
> click on the LilyPond icon.
This is what I meant. Sorry for the weird (typing quickly and on the fly).
IC,
Josh
On Fri, Jan 3, 2014 at 1:18 PM, Carl Sorensen wrote:
>
>
> On 1/3/14 10:58 AM, "Werner LEMBERG" wro
> -Original Message-
> From: Marc Hohl [mailto:m...@hohlart.de]
> Sent: Friday, January 03, 2014 1:25 PM
> To: Daniel Rosen; lilypond-user@gnu.org
> Subject: Re: Numbers over double percent repeats
>
> Am 03.01.2014 19:08, schrieb Marc Hohl:
> > Am 03.01.2014 18:32, schrieb Marc Hohl:
> >>
Il 03/gen/2014 20:39 "Wilbert Berendsen" ha scritto:.
>
> It will become a Python library named 'python-ly' with a commandline
> tool called 'ly' that can perform many of the tasks that Frescobaldi
> provides. Such as indent, format, but also transpose, translate, etc.
>
Code highlight also? (for
How can I get just the whole note in the example below to use the xcircle
style? \once \override NoteHead.style = #'xcircle doesn't work.
\version "2.18.0"
#(define mydrums '((crashcymbal cross #f6)))
\drums {
\set drumStyleTable = #(alist->hash-table mydrums)
cymc4 cymc c
> -Original Message-
> From: Daniel Rosen
> Sent: Friday, January 03, 2014 7:48 PM
> To: lilypond-user@gnu.org
> Subject: \override NoteHead.style in drummode
>
> How can I get just the whole note in the example below to use the xcircle
> style? \once \override NoteHead.style = #'xcircle d
I am currently typesetting a piece that has a pre-recorded track, and I'm
cuing things via the track.
I decided to use \makeCluster to form a continuous line...
Is there a way to make the line thinner? I tried using \teeny in both the
\score block and my pre-existing variables (one named cluster
I am absolutely baffled by this question. And after writing an
extensive reply it occurred to me that it might be simplest to reduce
the note head sizes. Tried it that does not work either. But it does
work to reduce the interval width down to a single note. That is as
simple as it gets with out so
>
> I am absolutely baffled by this question.
Tell me about it.
...it might be simplest to reduce
> the note head sizes. Tried it that does not work either.
Same here.
What on earth are clusters good for anyway? Aleatoric strangeness.
You are right, and I am definitely not a fan nor in agre
77 matches
Mail list logo