Is there any information about optical sizes in the OpenType fonts used
by LilyPond?
And if not, would it be complicated to add this?
To explain:
I have an Adobe OpenType font family containing its font faces in four
sets: text, caption, subhead and display, each set designed for use at
differ
Hi Werner,
thanks for the thoughts
Am 08.09.2012 08:47, schrieb Werner LEMBERG:
I have an Adobe OpenType font family containing its font faces in
four sets: text, caption, subhead and display, each set designed for
use at different point sizes. I assume the different Emmentaler-nn
fonts serve t
Hi list,
several months ago David Nalesnik (together with input from others)
updated the older \shape function that allows shaping the control-points
of curve grobs - which provided a massive increase in productivity when
dealing with slurs etc.
For example, one major improvement was the hand
Please send such requests to bug-lilypond@gnu.org in future (I forwarded
it this time)
Am 07.03.2013 06:55, schrieb Guy Stalnaker:
I've just spent an entire evening trying to figure out how to add some
lyric text to one voice of a three-measure two-voice section of a
score. I used as my basis
Hi,
I'm missing a command in LilyPond to include a file only once.
I am working on a general purpose LilyPond library where I am in the
situation that many library files have to access common functions and
therefore have to include the same file (with these helper functions).
Although I assume
Yes, these were the informations I already found.
Basically they meet my needs (or I'd be able to update the approaches to
current LilyPond syntax).
Nevertheless I'd vote for a built-in solution with \includeonce.
Best
Urs
Am 21.03.2013 11:15, schrieb Colin Hall:
Urs Liska wr
When trying to build a documentation section with
scripts/auxiliar/doc-section.sh I encounter a problem for which I can't
provide a patch myself:
The path to lilypond-book is defined as
LILYPOND_BOOK="$LILYPOND_BUILD_DIR/out/bin/lilypond-book"
in line 77.
But if I haven't built LilyPond myself
7e64b53a747e2c2280db8b2 Mon Sep 17 00:00:00 2001
From: Urs Liska
Date: Mon, 15 Apr 2013 15:26:20 +0200
Subject: [PATCH] doc-section.sh: Fix .itexi/.itely issue
The script looked for .itely files hardcoded.
This fix checks for both and sets the filename accordingly
---
scripts/auxilia
ached patch would do that.
Feel free to include it
Best
Urs
>From 6371d34ec63cd1060aa56a937941a4c3ac90a6ad Mon Sep 17 00:00:00 2001
From: Urs Liska
Date: Mon, 15 Apr 2013 14:30:18 +0200
Subject: [PATCH] Add contact info on Meisters page
I was directed to the Meisters page in order to contribu
Am 15.04.2013 17:04, schrieb Trevor Daniels:
Urs Liska wrote Monday, April 15, 2013 2:38 PM
When trying to build a documentation section with
scripts/auxiliar/doc-section.sh I encounter a problem for which I can't
provide a patch myself:
This script is rather installation-dependent.
Am 15.04.2013 17:58, schrieb Phil Holmes:
"Urs Liska" wrote in message
news:516c0551.9040...@gmail.com...
When looking through the CG searching for info on contributing I was
directed to the "Meisters" page to get in touch with them.
On the page itself however I only f
Am 15.04.2013 17:45, schrieb Urs Liska:
Am 15.04.2013 17:04, schrieb Trevor Daniels:
Urs Liska wrote Monday, April 15, 2013 2:38 PM
When trying to build a documentation section with
scripts/auxiliar/doc-section.sh I encounter a problem for which I can't
provide a patch myself:
This scri
Am Mittwoch, den 17.04.2013, 17:34 +0100 schrieb Trevor Daniels:
> Urs Liska wrote Monday, April 15, 2013 5:07 PM
>
> >> I have the impression that (with my previous patch about .itely and
> >> .itexi files) doc-section.sh should work with both, and it should be
>
Am 18.04.2013 15:10, schrieb Trevor Daniels:
Urs, you wrote Monday, April 15, 2013 5:07 PM
OK, what the heck:
Here is a patch trying to fix the lilypond-book issue in doc-section.sh,
along with a comment in the CG.
If I have time I'll look into the other BUILD_DIRECTORY dependencies.
And if you
Am 18.04.2013 16:10, schrieb Trevor Daniels:
Urs, you wrote Thursday, April 18, 2013 2:49 PM
On Linux I found the location by the result of `which lilypond-book`.
Would that work on Windows too?
which lilypond-book.py works fine in the WinGW Bash shell.
I've just realised in your script you mi
Am 18.04.2013 16:10, schrieb Trevor Daniels:
Urs, you wrote Thursday, April 18, 2013 2:49 PM
I will look into it (when I have time) and see if I can manage to make
the script independent from a present build.
It's just an interesting topic and I'll learn something from it.
I suggest you can jus
Am 18.04.2013 18:20, schrieb Trevor Daniels:
Urs, you wrote Thursday, April 18, 2013 4:07 PM
Does that mean that it is 'lilypond-book' on Linux and
'lilypond-book.py' on Windows?
I don't have a Linux installation to hand to check, but as lilypond-book
is written in Python and is not (I think)
Am 15.04.2013 18:05, schrieb Urs Liska:
Am 15.04.2013 17:58, schrieb Phil Holmes:
"Urs Liska" wrote in message
news:516c0551.9040...@gmail.com...
When looking through the CG searching for info on contributing I was
directed to the "Meisters" page to get in touch with them.
What does this file refer to and from what is it generated?
I am working on making the auxiliary script doc-section.sh independent
from an existent LilyPond build. I could remove most dependencies so
far, but this one isn't possible.
The script wants to copy this file to the output directory
Am 19.04.2013 13:19, schrieb Urs Liska:
What does this file refer to and from what is it generated?
I am working on making the auxiliary script doc-section.sh independent
from an existent LilyPond build. I could remove most dependencies so
far, but this one isn't possible.
The script
Am 19.04.2013 13:24, schrieb David Kastrup:
Francisco Vila writes:
2013/4/19 Urs Liska :
I presume the reason emails weren't there was because of the extra spam
they could generate.
- Should email addresses be exposed on lilypond.org?
Would somebody please create a tracker about this?
l application one has to blank/remove _all_ elements of the
hidden voice: NoteHead, Stem, Flag, Beam, Dot.
So the example should be rewritten (taking the decision on a) into account.
If we find an agreement on a) I can do that and provide a patch
Urs
>From 3796663f4a6af4f5d7ea3022592c3ec8e72716b1
Am 29.04.2013 16:46, schrieb Trevor Daniels:
Urs Liska wrote Monday, April 29, 2013 3:02 PM
The NR (1.2.3 "Displaying Rhythms") states that time signatures "are
printed at the beginning of a piece and whenever the time signature
changes."
But if I write
music = {
Am 29.04.2013 16:50, schrieb Urs Liska:
Am 29.04.2013 16:46, schrieb Trevor Daniels:
Urs Liska wrote Monday, April 29, 2013 3:02 PM
The NR (1.2.3 "Displaying Rhythms") states that time signatures "are
printed at the beginning of a piece and whenever the time signature
chan
Am 29.04.2013 16:57, schrieb Trevor Daniels:
Urs Liska wrote Monday, April 29, 2013 2:26 PM
I have two problems with the doc-snippet
http://www.lilypond.org/doc/v2.17/Documentation/snippets/rhythms#rhythms-making-an-object-invisible-with-the-_0027transparent-property
a)
I'm not sure if
Am 29.04.2013 17:46, schrieb Trevor Daniels:
Urs Liska wrote Monday, April 29, 2013 3:50 PM
Am 29.04.2013 16:46, schrieb Trevor Daniels:
Urs Liska wrote Monday, April 29, 2013 3:02 PM
The NR (1.2.3 "Displaying Rhythms") states that time signatures "are
printed at the begin
Am 29.04.2013 17:42, schrieb Trevor Daniels:
Urs Liska wrote Monday, April 29, 2013 4:14 PM
Am 29.04.2013 16:57, schrieb Trevor Daniels:
This snippet is in the LSR, so changes should be made by amending the
snippet there, otherwise it remains wrong in the LSR.
Do I recall correctly having
Hm, I recall having read about this or a similar issue recently, but I
don't seem to be able to find it anymore ...
Searching the issues I only found references to problems with vertical
croppings of -dpreview.
When compiling this:
\version "2.17.17"
\score {
\new PianoStaff <<
\new Staff
Am Dienstag, den 30.04.2013, 13:56 -0400 schrieb Carl Peterson:
> I could be wrong, but I would think that the primary motivation for
> specifying the same time signature a second time is to have it
> displayed a second time?
Considering it one day later I think you may be right.
> The only time
Am Sonntag, den 05.05.2013, 12:30 +0200 schrieb Federico Bruni:
> 2013/5/1 Federico Bruni
> 2013/4/30 Urs Liska
> Hm, I recall having read about this or a similar issue
> recently, but I
> don't seem to be abl
Am Sonntag, den 05.05.2013, 12:30 +0200 schrieb Federico Bruni:
> 2013/5/1 Federico Bruni
> 2013/4/30 Urs Liska
> Hm, I recall having read about this or a similar issue
> recently, but I
> don't seem to be abl
Am Mittwoch, den 08.05.2013, 17:22 -0400 schrieb Paul Morris:
> On May 8, 2013, at 1:57 PM, James wrote:
>
> > There are probably more but these are the open ones that I quickly found. I
> > am sure this has been discussed and probably tracked elsewhere if not in
> > one of these above.
>
> I
Am 10.05.2013 13:40, schrieb Eluze:
although it doesn't make much sense to use a tie here LP shouldn't exit
fatally:
<<
\new Staff=A { c'1~ \change Staff=B c'}
\new Staff=B { \clef bass R1 R }
up to 2.17.13 the pdf was created.
Eluze
Oh, I didn't think so far as to post that here :-)
Bu
.
Best
Urs
>From 0cd594c1bf78f775f6656e687abc27a61eb4ae35 Mon Sep 17 00:00:00 2001
From: Urs Liska
Date: Sat, 15 Jun 2013 10:06:50 +0200
Subject: [PATCH] Add identifier definition to NR
Identifiers may use all Unicode characters outside ASCII.
---
Documentation/notation/input.itely |
Am 15.06.2013 10:10, schrieb Urs Liska:
Hi,
as discussed here:
http://lists.gnu.org/archive/html/lilypond-user/2013-06/msg00342.html
The definition of identifier names in
http://www.lilypond.org/doc/v2.17/Documentation/notation/file-structure.html
is slightly misleading.
I think applying
Am 18.06.2013 21:23, schrieb James:
On 18/06/13 19:47, Urs Liska wrote:
Am 15.06.2013 10:10, schrieb Urs Liska:
Hi,
as discussed here:
http://lists.gnu.org/archive/html/lilypond-user/2013-06/msg00342.html
The definition of identifier names in
http://www.lilypond.org/doc/v2.17/Documentation
Am 21.06.2013 12:24, schrieb James:
Urs,
On 21 June 2013 09:40, Urs Liska <mailto:lilyli...@googlemail.com>> wrote:
Am 18.06.2013 21:23, schrieb James:
On 18/06/13 19:47, Urs Liska wrote:
Am 15.06.2013 10:10, schrieb Urs Liska:
Am 21.06.2013 12:35, schrieb David Kastrup:
Urs Liska writes:
Do I understand correctly that using git-cl doesn't require push
access to the git repository?
Yes.
Good
That's a way to get patches in the code base without asking for push
access?
It is a way to get patches int
Am 29.07.2013 08:21, schrieb Papanastasiou Spyridon:
I'm not top posting.
\version "2.16.2"
\new Staff {
<<{\voiceOne a1}\new Voice {\voiceTwo c1(}>>
<<{\voiceOne a1}\new Voice {\voiceTwo c1)}>>
<<{\voiceOne a1(}\new Voice {\voiceTwo c1}>>
<<{\voiceOne a1)}\new Voice {\voiceTwo c1}>>
I have brought this up before without success. But as my interest
reappeared I'll try it again with a slightly more specific question.
When LilyPond finally renders its objects 'on paper' how complicated
would it be to allow it to print on layers that show up as separate
layers in the final pd
The following snippet is broken:
http://lilypond.org/doc/v2.17/Documentation/snippets/expressive-
marks#expressive-marks-broken-crescendo-hairpin
I checked with 2.17.25 and 2.17.18. Both are broken, but I don't know when it
has been introduced.
When compiling the snippet with Frescobaldi I can
Am 23.09.2013 00:44, schrieb Janek Warchoł:
Hi,
2013/9/22 Amreg :
Hi,
Just to introduce myself: I used to write software for some time (several
decades- but never used Scheme nor Lisp), [...]
I discovered LilyPind a few months ago. I use it not only to have
"professionally-looking" scores, but
When following the Application Usage manual to use the '-e' command line
option
http://www.lilypond.org/doc/v2.17/Documentation/usage/command_002dline-usage.html#basic-command-line-options-for-lilypond
and writing
#(use-modules (guile-user))
at the beginning of the document I get the followin
Am 13.10.2013 00:58, schrieb Simon Albrecht:
\relative {
\removeWithTag #'correct
d'4 \tag #'correct c4 \tag #'nice c2
}
You can't use \removeWithTag _inside_ the music expression.
Instead you define a music expression that contains tags, and then _use_
this expression with \keep/removeWit
Hi Pierre,
such requests should be directed to bug-lilypond@gnu.org (have done it
this time).
Urs
Am 16.10.2013 16:28, schrieb Pierre Perol-Schneider:
Dear Developers, Dear List,
There is something I found disturbing for years : I think \super and
\sub are not properly settled.
Here's a
Am 26.10.2013 11:02, schrieb Brian Guo:
I'm not top posting.
\version "2.16.0" % necessary for upgrading to future LilyPond
versions.
\language "english"
\header{
title = "Examination"
subtitle = "If you can not do it, you have to sing the song."
}
\relative c' {
\key bs \major
bs
Hi,
when running this code
annotate =
#(define-music-function (parser location properties item)
(ly:context-mod? symbol-list-or-music?)
;; annotates a musical object for use with lilypond-doc
(display (ly:get-context-mods properties))
; Dummy coloring
#{
\once \tweak color #magenta #item
Am 03.12.2013 16:12, schrieb David Kastrup:
I have no problem using
annotate =
#(define-music-function (parser location properties item)
(ly:context-mod? symbol-list-or-music?)
;; annotates a musical object for use with lilypond-doc
(display (ly:get-context-mods properties))
; Dummy coloring
#{
OK, it's known that the LIlyPond Reports aren't available, and Janek is
trying to do something about it.
But it's embarrassing that the link on the lilypond.org front page - the
fourth news item! - is broken.
Although this will make the news section still less impressive I suggest
removing this n
Hi,
trying to upload a patch through git-cl I encounter two issues (one
merely being a documentation issue):
- I'm asked about my Google mail address and password.
Providing the credentials of my lilypond googlemail address returns
"invalid username or password".
But I _can_ login to cod
Am 12.12.2013 11:48, schrieb David Kastrup:
Urs Liska writes:
Hi,
trying to upload a patch through git-cl I encounter two issues (one
merely being a documentation issue):
- I'm asked about my Google mail address and password.
No. You are asked about your Google account name, the on
Having a look at the Changes page referenced by Federico I wanted to
experiment with the example for the new NullVoice.
I thought it might be useful to add a different kind of example with a
different rhythm for visible notes and lyrics.
However I noticed a behaviour I wouldn't have expected:
Am 17.12.2013 11:16, schrieb Trevor Daniels:
Urs Liska wrote Tuesday, December 17, 2013 9:01 AM
However I noticed a behaviour I wouldn't have expected:
Try out the following snippet:
soprano = \relative c' { c e g c }
verse = \lyricmode { This is my song }
\score {
Am 17.12.2013 12:09, schrieb Trevor Daniels:
Urs, you wrote Tuesday, December 17, 2013 10:50 AM
What about changing that to
"For example, arbitrary notes in the NullVoice may arbitrarily move
rests or cause accidentals to appear (or disappear) on the staff."
?
I see David's already had some
If I parentesize a dotted note with
{ \parenthesize f'2. }
the right paren collides with the dot.
Urs
<>___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond
Am 18.12.2013 07:15, schrieb Mike Solomon:
On Dec 18, 2013, at 1:00 AM, Urs Liska wrote:
If I parentesize a dotted note with
{ \parenthesize f'2. }
the right paren collides with the dot.
Urs
Do you want the dot to shift to avoid the collision or the parenthesis to
encompass th
Am 20.12.2013 21:25, schrieb James:
On 18/12/13 06:18, Urs Liska wrote:
Am 18.12.2013 07:15, schrieb Mike Solomon:
On Dec 18, 2013, at 1:00 AM, Urs Liska wrote:
If I parentesize a dotted note with
{ \parenthesize f'2. }
the right paren collides with the dot.
Urs
Do you want the d
Am 09.01.2014 12:55, schrieb Ole V. Villumsen:
Expected behaviour of the example below: engrave a d (transpose the c to d).
Actual behaviour: engraved an f. Seems to have done both of the
transpositions described in the two different tags in the music function
(transposed c to d, then to f, or th
Am 29.01.2014 01:52, schrieb Peter Crighton:
Hello all,
maybe this is of interest for some of you.
Over the last months I created the accompanying songbook for Progressive
Rock band Transatlantic’s new album Kaleidoscope. Like my last book for
Neal Morse it was all done in LilyPond.
Here is the
Hi,
searching the docs and the lilypond-user archive I couldn't find any
relevant information.
I am looking for a custom \accidentalStyle. Actually I think this is
quite commonly used, so it would also seem like a useful addition to
LilyPond proper.
a)
Every note gets an explicit accidenta
Hi,
I'm so often adjusting the padding of portato dashes (increasing the
padding) that I'd like to ask if we should change the built-in default
values for that.
Opinions?
Urs
___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org
Am 12.02.2014 12:48, schrieb James:
On 12/02/14 00:06, Jay Anderson wrote:
\score {
\new Staff \relative c''' {
%non-dotted
\time 4/4
g4( f) g( a) |
g4~ g a~ a |
%dotted
\time 12/8
g4.( f) g( a) | %Slurs pushed further away than necessary.
g4.~ g a~ a
Thomas Scharkowski schrieb:
>Sorry,
>
>his and hisis do work, as opposed to heses, which does not.
>There is no "hes" :-)
>
Yeah, _if_ one would consider this a bug then it would be in the German naming
conventions outside of LilyPond :-)
>
> Original-Nachricht
>
>> \langua
Am 24.02.2014 22:36, schrieb Karol Majewski:
\version "2.19.2"
#(set-global-staff-size 18)
\clef treble
For the sake of reference: The source of the problem seems to have been
identified:
http://lists.gnu.org/archive/html/lilypond-devel/2014-02/msg00238.html
__
Am 25.03.2014 11:59, schrieb James:
On 24/03/14 14:45, Rutger Hofman wrote:
On 03/24/2014 01:50 PM, Gilberto Agostinho wrote:> Gilberto Agostinho
wrote
The correct syntax is with the "s" [...]
I meant without without the "s", as in "repeat" and NOT "repeats"
Rutger Hofman-2 wrote
[...]
A
Am 25.03.2014 11:59, schrieb James:
On 24/03/14 14:45, Rutger Hofman wrote:
On 03/24/2014 01:50 PM, Gilberto Agostinho wrote:> Gilberto Agostinho
wrote
The correct syntax is with the "s" [...]
I meant without without the "s", as in "repeat" and NOT "repeats"
Rutger Hofman-2 wrote
[...]
A
Am 26.03.2014 11:16, schrieb Phil Holmes:
What is the correct way to deal with this?
3889 should be closed, marked as duplicate or merged in 3890.
I'd like to learn how to do that and do it myself rather than simply
asking "someone" to do it.
Urs
Change the status to duplicate. There will t
Hi,
I've just updated an example on the German Wikipedia
http://de.wikipedia.org/wiki/Notensatzprogramm#Text
and noticed that the position of the initial \voiceOne rest is suboptimal.
Compare LilyPond's output with that of Score and Amadeus which are both
better.
I have no clue about the Score
Am 08.04.2014 11:13, schrieb Phil Holmes:
"Urs Liska" wrote in message
news:5343080e.4060...@googlemail.com...
Hi,
I've just updated an example on the German Wikipedia
http://de.wikipedia.org/wiki/Notensatzprogramm#Text
and noticed that the position of the initial \v
Am 08.04.2014 13:15, schrieb Phil Holmes:
"Urs Liska" wrote in message
news:5343d37c.4070...@googlemail.com...
Am 08.04.2014 11:13, schrieb Phil Holmes:
"Urs Liska" wrote in message
news:5343080e.4060...@googlemail.com...
Hi,
I've just updated an example on
Am 22.04.2014 18:48, schrieb Federico Bruni:
In this page:
http://lilypond.org/contact.html
we currently have a link to news.lilynet.net, which have been down for
months.
I've already opened an issue about lilynet.net links:
http://code.google.com/p/lilypond/issues/detail?id=3903
This is to pro
Am 21.05.2014 13:44, schrieb Federico Bruni:
I'm trying to verify issue 3874. I'm not a Windows user but I have the
chance to use a Windows machine at work.
When I try to compile the musicological example in Usage, I get a warning
about pdflatex being a command not detected. I guess that LaTeX i
Hi,
I'm not sure if that has been discussed before (I think it has), but I'm
quite annoyed with the automatic language selection on lilypond.org.
I don't know how this function is realized, but I would strongly prefer
if clicking on a link would always open a page in the same language.
As it
Am 30.05.2014 10:38, schrieb Phil Holmes:
"Urs Liska" wrote in message
news:53883f91.6000...@googlemail.com...
Hi,
I'm not sure if that has been discussed before (I think it has), but
I'm quite annoyed with the automatic language selection on lilypond.org.
I don't
Am 02.06.2014 09:33, schrieb Brian Eve:
{
\clef bass
\compressFullBarRests
\override Rest #'staff-position = #0
R1*6
<<
{
\voiceOneg4. f e4 }
\new Voice {
\voiceTwo e4. d d4 }
>>
\oneVoice a1
R1*6
<<
{
\voiceOneb8 }
\new Voice {
\voiceTwo e8 }
>>
r8 r4 r2
Am 02.06.2014 09:51, schrieb Brian Eve:
\version "2.18.2-1"
{
\clef bass
\compressFullBarRests
\override Rest #'staff-position = #0
R1*6
<> << f d >> <>
a1
R1*6
<>
r8 r4 r2
R1*6
R1
r
R
}
No, that's very wrong code.
With these << >> you a
Am 22.06.2014 12:51, schrieb Federico Bruni:
Thanks Pierre
There's already a patch:
https://codereview.appspot.com/109140043/
And it's already pushed to staging :-)
Il 22/giu/2014 00:13 "Pierre Perol-Schneider" <
pierre.schneider.pa...@gmail.com> ha scritto:
I'm not top posting.
Hi Squad
Am 05.07.2014 15:50, schrieb Jean-Charles Malahieude:
Hi all,
On my way in updating translations, I notice that this style seems to
not do what it claims.
Look at the two successive examples in NR-1.1.3 Automatic accidentals,
both styles dodecaphonic and dodecaphonic-no-repeat: there is no
Am 05.07.2014 16:49, schrieb Urs Liska:
Am 05.07.2014 15:50, schrieb Jean-Charles Malahieude:
Hi all,
On my way in updating translations, I notice that this style seems to
not do what it claims.
Look at the two successive examples in NR-1.1.3 Automatic
accidentals, both styles dodecaphonic
Am 07.07.2014 23:23, schrieb Federico Bruni:
2014-07-07 21:40 GMT+02:00 Michael Gabor :
Dear Lilypond-Team,
In LM 2.18.2 under 2.7.3 Generalbaß at the end of the page
is an example on \bassFigureExtendersOn and -Off (as shown in the attached
PNG).
However, the lilypond output shows twice the
Am 14.09.2014 17:34, schrieb Mark Stephen Mrotek:
Joey,
"Tying notes across voices" located at
http://www.lilypond.org/doc/v2.18/Documentation/learning/other-uses-for-tweaks
would be a good place to start.
Oh, looking at this I find the example is actually _wrong_.
The second image shows
Original-Nachricht
Betreff:Isolated durations and \pageBreak
Datum: Wed, 24 Sep 2014 19:50:33 +0200
Von:Davide Liessi
An: lilypond-u...@gnu.org
Hi all.
Isolated durations don't behave well with \pageBreak.
The following example gives a failed barcheck wa
Am 24.09.2014 22:11, schrieb David Kastrup:
Urs Liska writes:
Original-Nachricht
Betreff:Isolated durations and \pageBreak
Datum: Wed, 24 Sep 2014 19:50:33 +0200
Von:Davide Liessi
An: lilypond-u...@gnu.org
Hi all.
Isolated durations don't behave
Hi bug-squad,
attached you'll find source and image of an ugly collision between
dynamics and a cross-staff stem.
The image is from current master but the issue is the same with 2.18.2.
Thanks for adding an issue report.
Urs
\version "2.19.14"
\layout {
\context {
\PianoStaff
\cons
I think it's the other way round. This syntax changed between 2.16 an 2.18.
So I assume he is usong 2.16 and reading 2.18 or 2.19.
HTH
Urs
Am 24. Oktober 2014 14:27:45 MESZ, schrieb pkx166h :
>On 24/10/14 13:10, Greg Swinford wrote:
>> There is an error in the example given on the following docum
Am 26.10.2014 21:19, schrieb Dan Eble:
% This input caused a segfault on OS X Yosemite with Lilypond 2.19.15.
\version "2.19.0"
\new Staff {
\relative d' {
\time 8/1024 d128 |
\time 9/1 d1
}
}
Compiled without problem on a build from current master (Debian Linux)
Urs
___
Am 26.10.2014 21:39, schrieb David Kastrup:
Urs Liska writes:
Am 26.10.2014 21:19, schrieb Dan Eble:
% This input caused a segfault on OS X Yosemite with Lilypond 2.19.15.
\version "2.19.0"
\new Staff {
\relative d' {
\time 8/1024 d128 |
\time 9/1 d1
Hi all,
I'm experiencing an issue with \partcombine.
Consider the attached snippet and image.
When there is an acciaccatura in one of the voices the trill spanner
doesn't stop in the \partcombine-d voice.
It doesn't matter in which voice the acciaccatura is. \appoggiatura has
the same effect
Am 28.10.2014 04:33, schrieb Dan Eble:
Urs Liska openlilylib.org> writes:
Hi all,
I'm experiencing an issue with \partcombine.
Consider the attached snippet and image.
When there is an acciaccatura in one of the voices the trill spanner
doesn't stop in the \partcombine-d voice
Am 1. November 2014 21:55:01 MEZ, schrieb Trevor Daniels
:
>
>Thomas Morley wrote Saturday, November 01, 2014 12:05 PM
>
>> Using d1*3/4\rest has a draw-back:
>> The rest will change it's position, if \transpose is used.
>
>Copying to bug list. This seems like a bug to me. Do others agree? I
With a build from current master (151120c3240601fd29bbb20a315decbde681fcdb)
compiling
\version "2.19.16"
{
c'1
}
results in the attached output. This is not related to the concrete
example but a general issue: The time signature is printed completely at
the left edge of the staff. I suspec
I don't know how to properly review this, but I checked against a
current score I'm working on, and I see it removes one of the most
annoying issues I had so far.
Consider this snippet:
\version "2.19.16"
one = \relative c'' {
c2 c
\voiceOne
r8 c b a g f e d
c1
}
two = \relative c' {
Am 24.11.2014 10:40, schrieb David Kastrup:
David Kastrup writes:
Urs Liska writes:
With a build from current master (151120c3240601fd29bbb20a315decbde681fcdb)
I don't see this effect either with current master
commit 2f6c938f9897f6106e0673a6bf16d4e570395a3e
Author: Keith OHara
Am 25.11.2014 02:45, schrieb Dan Eble:
On Nov 24, 2014, at 04:11 , Urs Liska wrote:
I don't know how to properly review this, but I checked against a current score
I'm working on, and I see it removes one of the most annoying issues I had so
far.
I’m glad to hear that. I sti
Hi all,
consider the following \partcombine situation:
- voices are merged to a given point
- then voices start with different rests,
followed by notes in one voice
\version "2.19.16"
one = \relative c'' {
c2 c
\voiceOne % this doesn't affect the "solo" section at all
r8
%\voiceOne
Am 25.11.2014 14:50, schrieb Dan Eble:
On Nov 25, 2014, at 04:21 , Urs Liska wrote:
Is the following assumption correct?
At the beginning of m.2 the partcombiner treats the crotchet and the full
measure rests as two voices.
Yes. The part combiner directs those rests into voices “one” and
forwarding ...
Ursprüngliche Nachricht
Von: Jan Hakenberg
Gesendet: 6. Dezember 2014 07:35:15 MEZ
An: James
CC: Urs Liska
Betreff: 3 new lilypond issues
Hi,
I briefly searched the "open issues", but did not find the below
suggestions/observations listed.
M
Dear bug squad,
I second Davide's suggestion to add below point 2. as a feature request.
Urs
Weitergeleitete Nachricht
Betreff:Re: Alternative fonts glyph support
Datum: Sat, 03 Jan 2015 11:19:32 +0100
Von:Davide Liessi
An: tisimst , lilypond-u...@gnu.org
Hi all,
on
http://lilypond.org/doc/v2.19/Documentation/notation/common-notation-for-vocal-music.html
there's a typo in the example about special characters (with the text
"Schad' um das schöne grüne Band").
The sixth note should read es' instead of e'.
I'd fix that myself but I have problems
Am 09.01.2015 um 16:00 schrieb Ralph Palmer:
On Wed, Jan 7, 2015 at 4:50 AM, Urs Liska <mailto:u...@openlilylib.org>> wrote:
Hi all,
on
http://lilypond.org/doc/v2.19/Documentation/notation/common-notation-for-vocal-music.html
there's a typo in the example
1 - 100 of 322 matches
Mail list logo