Segmentation fault

2024-08-12 Thread Mats Bengtsson
Hi, The following example consistently triggers a core dump. Apparently it's an old bug, I tried older versions back to 2.20 with the same result. \version "2.25.18" \relative c'' { \stopStaff << { b4 s a8 b16 cis b8. a16 } \\ { d,8 cis'16 d e16 d, e fis g4 } >> | }

Core dump in version 2.25.7 (regression)

2023-09-03 Thread Mats Bengtsson
Hi, The following non-minimum example results in a core dump, when I process it using 2.25.7 in Linux, it doesn't crash with 2.24.2. I've attempted to cut it down to a smaller example, but as soon as I comment out some lines from partI, it doesn't crash. As you can guess, the eq

Re: Auto-beaming issues

2023-03-29 Thread Mats Bengtsson
delimitation of the project so that it doesn't grow out of bounds. Only consider my bug report if it's closely related to what you anyway want to do within the project. Le mardi 28 mars 2023 à 14:50 +0200, Mats Bengtsson a écrit :    Hi,    I know that there are several old bug repor

Auto-beaming issues

2023-03-28 Thread Mats Bengtsson
Hi, I know that there are several old bug reports on auto-beaming, but I've come across a couple of problems that are not necessarily covered by the existing reports. Problem 1: Automatic beaming doesn't always work if a voice context ends in the wrong place. This might be close

Re: 2.22: unexpected bar numbering when using * lengths and skipBars

2022-11-23 Thread Mats Bengtsson
On 2022-11-22 19:30, Silas S. Brown wrote: Hm. Josquin des Prez is sort of borderline here... Hi, yes that has notes going across barlines. But wouldn't that cause "barcheck failed" warnings anyway, even apart from the notes using a multiplier? (e.g. the

Re: Weird vertical spacing bug in lyrics

2022-10-11 Thread Mats Bengtsson
/Mats On 2022-09-23 23:32, Jean Abou Samra wrote: Le 23/09/2022 à 15:51, Mats Bengtsson a écrit :     Hi,     In the following example, I get a weird extra spacing between the first     and second line of lyrics. I've tried to reduce the example as much as     possible and if I for exa

Weird vertical spacing bug in lyrics

2022-09-23 Thread Mats Bengtsson
Hi, In the following example, I get a weird extra spacing between the first and second line of lyrics. I've tried to reduce the example as much as possible and if I for example change the clef of the melody line to regular treble clef, or remove the introductory six bars or remove t

Re: v2.23.8: \fine seems to break \midi

2022-07-01 Thread Mats Bengtsson
kolai Hedler wrote: For what it's worth, I deleted the implementation of \unfoldRepeats from [1]articulate.ly and found it caused no problems with my scores. - Nikolai On Fri, Jul 1, 2022, 10:12 Mats Bengtsson <[2]matsboxergr...@gmail.com> wrote: On 2022-06-29

Re: v2.23.8: \fine seems to break \midi

2022-07-01 Thread Mats Bengtsson
On 2022-06-29 23:28, Dan Eble wrote: On Jun 29, 2022, at 16:14, Jean Abou Samra [1] wrote: Le 28/06/2022 à 01:33, Nikolai Hedler a écrit : MIDI ends late if |\fine| followed by a pitch. [2]https://gitlab.com/lilypond/lilypond/-/issues/6368 Beaming and |\fine| [3]https://gitlab.c

Somewhat random segfault

2022-04-07 Thread Mats Bengtsson
Hi, The following example results in a segfault almost every time I process it using the 64bit Linux version of 2.23.7, downloaded from lilypond.org. The log output is GNU LilyPond 2.23.7 (running Guile 2.2) Processing `test1.ly' Parsing... Interpreting music...[8][16]

Repeated repeat endings

2022-01-28 Thread Mats Bengtsson
Hi, I'm typesetting a score with repeats, where only one of the instruments has alternative endings, whereas for all the other instruments, the 1st and 2nd volta are identical. Reading the manual, [1]http://lilypond.org/doc/v2.23/Documentation/notation/long-repeats#al ternative-e

Quoting quoted material fails

2021-08-11 Thread Mats Bengtsson
Hi, This is probably more of a limitation than a bug, but should at least be documented. If you try to quote a voice that itself contains quoted material, the nested quote fails (without any warning message). Here's a reasonably minimal example. \version "2.23.3" A = \fixed c' {c4 d e f | g

Bug in 2.21.81 when afterGrace is combined with an isolated duration

2020-12-09 Thread Mats Bengtsson
Hi, I just tried a larger score in 2.21.81 and found a regression bug compared to 2.20.0, that's illustrated in the following example: \fixed c'{ e4 8. 16 \afterGrace e2 {d16 e } | % Works fine f4 4 r2 | e4 8. 16 \afterGrace 2 {d16 e } | % Breaks in 2.21.81, works fine in 2.20.0 f4 4 r2 | }  

Any solution or workaround for collision between bass figure and articulation?

2020-08-06 Thread Mats Bengtsson
Hi, As is already documented in https://gitlab.com/lilypond/lilypond/-/issues/1277 since many years, bass figures typeset within a Staff collide with articulations. Just wanted to make a small "ping" and check if anybody can think of a workaround or solution? Here's a simple testcase to play

Re: Re: quoteDuring and repeat tremolo don't work together

2020-03-22 Thread Mats Bengtsson
On 2020-03-21 17:15, Mark Knoop wrote: At 15:10 on 21 Mar 2020, David Kastrup wrote: Mark Knoop writes: At 12:52 on 21 Mar 2020, Rutger Hofman wrote: Good morning list, when I end a \quoteDuring after a \repeat tremolo { ... }, the tremolo beams are missing or distorted. If the quotation ha

Re: Regression bug: Assertion error in 2.19.83

2019-10-19 Thread Mats Bengtsson
g16:64 | % Very similar pattern that doesn't trigger the bug: d16 d16:64 e16 e16:64 fis16 fis16:64 g16 g16:64 | }   /Mats On 2019-10-19 21:10, Mats Bengtsson wrote: Hi, The following example illustrates a bug in 2.19.83 that's a regression against 2.18. Compiling with 2.19.83 giv

Regression bug: Assertion error in 2.19.83

2019-10-19 Thread Mats Bengtsson
Hi, The following example illustrates a bug in 2.19.83 that's a regression against 2.18. Compiling with 2.19.83 gives GNU LilyPond 2.19.83 Processing `bug.ly' Parsing... Interpreting music... Preprocessing graphical objects...lilypond: /home/gub/NewGub/gub/target/linux-64/src/lilypond-git.sv.

gmane mailing list archive is dead

2016-08-21 Thread Mats Bengtsson
Hi, At http://lilypond.org/contact.html, we refer to the gmane mailing list archive ("archive3" and the "send to ..."), but unfortunately gmane has been dead for a while and seems likely to remain dead. Obviously, this calls for an update of http://lilypond.org/contact.html, but it would also

Re: Possible bug with new \partial

2015-08-16 Thread Mats Bengtsson
My apologies for spamming the mailing list. After some more trials, I realize that the problem remains even if I write \partial after \time. Still, the problem only appears with multimeasure rests, as the two following examples illustrate: \version "2.19.25" % Working example \relative c'{ \

Re: Possible bug with new \partial

2015-08-16 Thread Mats Bengtsson
tial 4*3 R2.*3 | f4 ( a f ) | f2. R2.*3 | } In a way, this is logical, since the \partial relates to the new time signature, not the previous one. Still, I'm confused that the problem only showed up when using a multimeasure rest directly after the \partial. /Mats On 08/16/2015 10:32 PM,

Re: Possible bug with new \partial

2015-08-16 Thread Mats Bengtsson
16.08.2015 um 21:28 schrieb Mats Bengtsson: Hi, I tried version 2.19.25 to typeset a piece that changes from 4/4 with an upbeat to 3/4 without an upbeat, in the middle of the piece. The new \partial handling worked for all parts, except a part that started with a multimeasure rest. Here

Possible bug with new \partial

2015-08-16 Thread Mats Bengtsson
Hi, I tried version 2.19.25 to typeset a piece that changes from 4/4 with an upbeat to 3/4 without an upbeat, in the middle of the piece. The new \partial handling worked for all parts, except a part that started with a multimeasure rest. Here's a small example illustrating the problem. Uncom

Re: [LSR-620] Vertical line as a baroque articulation mark

2015-04-08 Thread Mats Bengtsson
\override #'(thickness . 3) \draw-line #'(0 . 1) #})) \stopped #}) \relative c' { a'4^\baroqueStaccatissimo a( c d')_\baroqueStaccatissimo } Cheers, Pierre 2015-04-07 18:35 GMT+02:00 Mats Bengtsson &

Re: [LSR-620] Vertical line as a baroque articulation mark

2015-04-07 Thread Mats Bengtsson
\markup \override #'(thickness . 3) \draw-line #'(0 . 1) #})) \stopped #}) \relative c' { a'4^\upline a( c d')_\upline } Cheers, Pierre -- =======

Re: return to previous voice context

2014-03-04 Thread Mats Bengtsson
David Kastrup gnu.org> writes: > > Simon Albrecht mail.de> writes: > > > Hello, > > > > If a temporary polyphonic passage (as in > > http://lilypond.org/doc/v2.18/Documentation/notation/multiple-voices#single_002dstaff-polyphony) > > contains \new Lyrics, the next note comes late and is stuffe

No warning for outdated ly files

2014-01-06 Thread Mats Bengtsson
convert-ly?". /Mats -- ===== Mats Bengtsson Signal Processing School of Electrical Engineering Royal Institute of Technology (KTH) SE-100 44 STOCKHOLM Sweden Phone: (+46) 8 790 8463

lilypond.org down?

2014-01-05 Thread Mats Bengtsson
It's probably only a temporary problem, but I can't access lilypond.org for the moment. /Mats ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond

Re: vowel aligned lyrics - want to improve it

2013-04-04 Thread Mats Bengtsson
On 04/04/2013 11:50 AM, bug-lilypond-requ...@gnu.org wrote: Hi, Someone on the French users mailing list would like to align lyrics on the first vowel. http://lilypond-french-users.1298960.n2.nabble.com/Alignement-des-paroles-sur-la-premiere-voyelle-td7579353.html I found this thread but searc

Re: font size override and grace notes

2012-10-19 Thread Mats Bengtsson
oice, see also http://code.google.com/p/lilypond/issues/detail?id=707. /Mats -- ===== Mats Bengtsson Signal Processing School of Electrical Engineering Royal Institute of Technology (KTH) SE-100 44 STOCKHOLM Sweden

Regression: Interrupted extender line, figured bass

2011-02-13 Thread Mats Bengtsson
Hi, The following example shows a regression compared to version 2.12. It produces two extender lines that were vertically aligned in 2.12 but are not aligned in version 2.13.49. I'm not sure if it worked by incident or if it was intended behavior in 2.12, and I can hardly recall why I used t

Beam setting surprises because of processing order

2011-02-11 Thread Mats Bengtsson
se settings have to be made in all staves of the score, to avoid the risk that the setting is overridden by a \time command in another stave." Hmm, at second thought, this is probably gibberish to most readers. If you can find a better formulation, please use that instead. /Mats -

Re: Doc: NR 2.1.2 Lyrics and repeats, improvement proposals

2010-11-12 Thread Mats Bengtsson
Bernard Hurley wrote: It may well be an accident, but it is an incredibly helpful trick. I wish I had known it earlier. I think it should be officially part of lily i.e. it should be documented and maybe there should be a regression test for it. It should be noted, though, that there's a

Re: Doc: NR 2.1.2 Lyrics and repeats, improvement proposals

2010-11-11 Thread Mats Bengtsson
Hi! I have been able to achieve the same (desired) result using some kind of "nested Lyrics" (similarly to nested staves, cf. NR 1.6.2 Ossia staves). These nested Lyrics expressions do not require the trick to use \skip or temporary voices anymore. What do you think about it? Here is a propo

Re: lilypond-book fails on identical snippets

2010-05-02 Thread Mats Bengtsson
two snippets are not identical. Werner ___ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond -- = Mats Bengtsson Signal Processin

Re: PDF automatic deletion unnecessary in Windows

2010-04-19 Thread Mats Bengtsson
Nathan Reed wrote: Hello, Following the resolution of issue #635 a couple of years ago[1], the behavior of Lilypond in Windows has been to delete the old PDF file before trying to generate PDF output from PS. The understanding seemed to be that deleting the old file is problematic in Linux, but

Re: Enhancement request

2010-03-20 Thread Mats Bengtsson
Quoting Carl Sorensen : On 3/19/10 8:40 AM, "Phil Holmes" wrote: According to the documentation for 2.12.3 "There is no support for chords where the same note occurs with different accidentals in the same chord." I have a situation where this is required and would like to add it as an enhanc

Re: RhythmicStaff Multimeasure Rests

2010-03-10 Thread Mats Bengtsson
Jay Anderson wrote: On Tue, Mar 9, 2010 at 3:19 PM, Neil Puttock wrote: \override RhythmicStaff.MultiMeasureRest #'staff-position = #0.01 Thanks. That works great. Now I just have to deal with \context{\RemoveEmptyRhythmicStaffContext} killing my settings. I remember following the

Documented but unimplemented feature for beam subdivisions?

2010-03-04 Thread Mats Bengtsson
Hi, According to the 2.13 docs, it should work to do something like \overrideBeamSettings #'Score #'(4 . 4) #'subdivide #'(((1 . 16) . (2 6 10 12))) to specify a pattern for beam subdivisions. However, when I tried it, nothing happened and as far as I can see from the implementation, all subdi

Re: Ties between measures not rendered in MIDI

2010-03-03 Thread Mats Bengtsson
\new Staff \repeat volta 2 { \melodie } >> \midi { } } Le mercredi 03 mars 2010 à 12:55 +0100, Mats Bengtsson a écrit : I just tried a small example where the tie indeed was rendered in the MIDI output. Could you please send a small but complete example to the mailing list,

Re: Ties between measures not rendered in MIDI

2010-03-03 Thread Mats Bengtsson
ilypond ! fran ;-) ___ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond -- ===== Mats Bengtsson Signal Processing School of Electrical Engineering Royal Institute of

Re: [Enhancement] Update syntax automatically

2010-02-22 Thread Mats Bengtsson
.org http://lists.gnu.org/mailman/listinfo/bug-lilypond -- ===== Mats Bengtsson Signal Processing School of Electrical Engineering Royal Institute of Technology (KTH) SE-100 44 STOCKHOLM Sweden

Re: \transpose causes crash (std::logic_error)

2010-02-10 Thread Mats Bengtsson
I notice that you classified it as priority-medium. I haven't followed the recent discussions on bug classifications, but at least previously all crashes were always classified as very serious. /Mats On Wed, 2010-02-10 at 10:12 +0200, Dmytro O. Redchuk wrote: > У вт, 2010-02-09 у 22:43 +,

Re: Different size staves?

2009-12-21 Thread Mats Bengtsson
lilypond-user mailing list lilypond-u...@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user -- = Mats Bengtsson Signal Processing School of Electrical Engineering Royal Institute of Technology (KTH) SE-100 44 STOCKHOLM

Re: lyrics with accents

2009-12-21 Thread Mats Bengtsson
ilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond -- ===== Mats Bengtsson Signal Processing School of Electrical Engineering Royal Institute of Technology (KTH)

Re: #852 - stop google from indexing old docs

2009-12-16 Thread Mats Bengtsson
appropriate for the current versions, looking at the corresponding page in the old manual will provide a useful link on where to look in the current docs. /Mats -- ===== Mats Bengtsson Signal Processing School of Electrical Engin

Re: notation rhythm issue

2009-12-16 Thread Mats Bengtsson
f, >3~ < f,, f, >3~ < f,, f, >3~ < f,, f, >3~ < f,, f, >3~ } hope this helps you and me :) thanks isaac ___ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond --

Re: #852 - stop google from indexing old docs

2009-12-16 Thread Mats Bengtsson
Graham Percival wrote: Note that if anybody wants to do serious archeological work, they can just grab git Yes! and compile whatever version they want. Probably not, because of incompatibilities with current versions of Python, Guile, GCC, ... /Mats __

Re: Issue 929 in lilypond: hook for ly:page-turn-breaking to insert text on blank pages

2009-12-14 Thread Mats Bengtsson
g-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond -- = Mats Bengtsson Signal Processing School of Electrical Engineering Royal Institute of Technology (KTH) SE-100 44

Re: function \transposition

2009-10-26 Thread Mats Bengtsson
y version is "2.11.63" Best regards, and congratulation for your big work. Jean-François ___ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond -- = Mats Bengtsson

Re: automatic accidental style voice: too many written accidentals

2009-10-26 Thread Mats Bengtsson
Trevor Daniels wrote: This behaviour with an accidental style of 'voice is certainly unexpected! The question is, should the accidental style of 'voice affect just cancellations or should it give every voice an independent key? If the former, then there is indeed a bug. If the latter, then t

Re: VerticalAxisGroup #'remove-first = ##t does not work with \partial r

2009-10-02 Thread Mats Bengtsson
An alternative, found in the mailing archives is to do \version "2.13.4" show = \set Score.keepAliveInterfaces = #'( rhythmic-grob-interface lyric-interface percent-repeat-item-interface percent-repeat-interface stanza-number-interface ) hide = \unset Score.keepAliveInterfaces

Re: MY error, but wish the log was clearer.

2009-10-02 Thread Mats Bengtsson
Valentin Villenave wrote: On Wed, Sep 30, 2009 at 1:52 PM, Mats Bengtsson wrote: However, your feature request is certainly relevant, so I forward it to the bug mailing list. Don't we already have a "no music in this file" error message? `aliteralmind': cou

Re: MY error, but wish the log was clearer.

2009-09-30 Thread Mats Bengtsson
Often, you don't have to explicitly write out any \score{...} block in your file, see http://lilypond.org/doc/v2.12/Documentation/user/lilypond-learning/Introduction-to-the-LilyPond-file-structure#Introduction-to-the-LilyPond-file-structure However, your feature request is certainly relevant, so

Re: \RemoveEmptyStaffContext and cross-staff beams

2009-09-23 Thread Mats Bengtsson
} } >> } \score { \staffPiano } \layout { \context { \RemoveEmptyStaffContext } } ___ lilypond-user mailing list lilypond-u...@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Ottava too far from clef in \clef "F^8"

2009-09-18 Thread Mats Bengtsson
> } Produces this: Peter C ___ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mai

Re: Firefox and protocols

2009-09-11 Thread Mats Bengtsson
Exactly which page do you refer to? If you mean the PDF file with the first score you produced yourself, then please read http://lilypond.org/doc/v2.12/Documentation/user/lilypond-program/Point-and-click#Point-and-click /Mats Geoffrey Bevan wrote: Been all round this and not got anywhere.

Re: Lilypond language definition for Notepad++

2009-08-21 Thread Mats Bengtsson
Copied to the bug mailing list, since it seems that the generated lilypond-words files are not complete. -Eluze wrote: i searched with a simple regex in C:\Program Files\lilypond\usr\share\lilypond for definitions and found over 200 missing terms - i hope they have been added since the

Re: There seems to be a bug in lilypond

2009-08-03 Thread Mats Bengtsson
Zhang ___ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond -- = Mats Bengtsson Signal Processing School of Electrical Engineering

Re: Affichage pdf - Pdf display

2009-07-01 Thread Mats Bengtsson
hank you very much Johan ___ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond -- ===== Mats Bengtsson Signal Processing School of Electrical Engineering Royal Ins

Re: error message

2009-06-29 Thread Mats Bengtsson
It's very hard to give a good answer without seeing one of your files, but it's almost certainly some kind of syntax error in your file, such as a missing curly brace or missing double qoute or something similar. If you don't manage to figure it out yourself, send a followup to the lilypond-use

Re: umlaut

2009-06-29 Thread Mats Bengtsson
Please make sure that your text editor is saving the file using UTF-8 encoding. Then, everything should work without any problems. /Mats Quoting orolo : > not top posting I am transcribing Schubert's "Du bist die Ruh," and have run into a problem with the umlauts. In both the lyric and in

Re: ReReRe: Bug report: measure numbering after repeat with alternative endings

2009-06-27 Thread Mats Bengtsson
Paul de Bruin wrote: Dear Mats, Bertalan and Graham, Flooded with and surprised by instant reactions, I've given the problem (or is it a bug?) some more thought. Two points of view are possible: 1. The Programmer's view. A measure of music, like any other object in programming, should have

Re: Bug report: measure numbering after repeat with alternativeendings

2009-06-26 Thread Mats Bengtsson
s as bes, des g c, f c' \stemUp f,, as c as c f \stemDown bes, d bes' c, es as d, f as bes, d bes' es, g c f, as d ___ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond --

Re: rehearsal mark prints twice

2009-05-22 Thread Mats Bengtsson
I'm pretty certain that you do something special in your score that causes this problem, so it's hard to provide any hint if you don't send a small example that illustrates the problem. Just a wild guess, do you by chance have any grace notes just at the rehearsal mark? /Mats Antonio Palamà

Re: SystemError by using midi2ly

2009-04-05 Thread Mats Bengtsson
how can I convert the file? yours, Tilo ___ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond -- = Mats Bengtsson Signal Processing

Re: Issue 766 in lilypond: Instrument name is cut off

2009-03-30 Thread Mats Bengtsson
ypond -- = Mats Bengtsson Signal Processing School of Electrical Engineering Royal Institute of Technology (KTH) SE-100 44 STOCKHOLM Sweden Phone: (+46) 8 790 8463 Fax: (+46) 8 790

Re: Cygwin lilypond v2.12.2-1: -dgui flag fails with DOS path

2009-03-25 Thread Mats Bengtsson
_ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond -- = Mats Bengtsson Signal Processing School of Electrical Engineering Royal Institute of Technology (KTH) SE-100 44 STOCKHOLM Sweden Phone: (+46) 8 7

Re: multimeasure rest bug?

2009-03-24 Thread Mats Bengtsson
\new PianoStaff \with { instrumentName = "Organ" } << \new Staff = "right"\right \new Staff = "left" \left >> >> } ___ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listi

Re: MIDI interface (feature request)

2009-03-20 Thread Mats Bengtsson
Hans Aberg wrote: On 20 Mar 2009, at 02:34, Kees van den Doel wrote: One idea is to generate some other format, perhaps Scala seq files, which in turn can produce MIDI files. When there is microtonal information present, Scala can use special algorithms to assign MIDI channels, and also kee

Re: MIDI interface (feature request)

2009-03-19 Thread Mats Bengtsson
ample, otherwise people may try to handle by writing strange meters. Hans ___ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond -- = Mats Beng

Re: Multiple repeat nested with alternative

2009-03-17 Thread Mats Bengtsson
t alternative mark is redundant from the semantic point of view: drop it and the music should be played the same. (Though it may have to be there for traditional reasons.) Hans ___ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gn

Re: unbeamed 128th note is also unflagged

2009-03-16 Thread Mats Bengtsson
gnu.org/mailman/listinfo/bug-lilypond -- ===== Mats Bengtsson Signal Processing School of Electrical Engineering Royal Institute of Technology (KTH) SE-100 44 STOCKHOLM Sweden Phone: (

Re: Multiple repeat nested with alternative

2009-03-12 Thread Mats Bengtsson
meant. ___ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond -- = Mats Bengtsson Signal Processing School of Electrical Engineering Royal Institu

Re: Problem with last rest in 3/4 section

2009-03-02 Thread Mats Bengtsson
t { } } \paper { #(set-paper-size "a4") print-page-number = ##t system-count = 10 } ___ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond -- =

Re: SeparationItem #'padding not working anymore?

2009-03-01 Thread Mats Bengtsson
Quoting Patrick McCarty : On Sat, Feb 28, 2009 at 6:00 AM, Valentin Villenave wrote: 2009/2/2 Joe Neeman : On Fri, 2009-01-30 at 12:21 -0600, Jonathan Kulp wrote: Ok Graham. I've been trying for 20 minutes and can't figure how to use PaperColumn to change spacing, though. Joe, could you se

Re: [frogs] Re: patch for bug 729

2009-02-27 Thread Mats Bengtsson
Graham Percival wrote: On Fri, Feb 27, 2009 at 01:17:53PM -0700, Carl D. Sorensen wrote: You only need to modify text in the body of the documentation, including any examples that are inline in the docs. Erm, that's exactly opposite. - the NR tries to avoid overrides as much as possib

Re: patch for bug 729

2009-02-27 Thread Mats Bengtsson
Not to mention the following example: input/lsr/demo-midiinstruments.ly Hmm, there's some special procedure to update the LSR related stuff, so check out how to get this file updated the proper way. /Mats Mats Bengtsson wrote: Don't forget to also update the documentation: Doc

Re: patch for bug 729

2009-02-27 Thread Mats Bengtsson
pond-devel -- = Mats Bengtsson Signal Processing School of Electrical Engineering Royal Institute of Technology (KTH) SE-100 44 STOCKHOLM Sweden Phone: (+46) 8 790 8463 Fax: (+46) 8 790 7260 Email: m

Re: Naming output files

2009-02-26 Thread Mats Bengtsson
Francisco Vila wrote: ... Is there a command I can add to a \book{} block to specify the output file name, or the suffix to add to the base name. E.g. to get files names such as: song-C.pdf song-Eb.pdf etc. The answer is in the manual, see Application Usage 3.2.1 http://lilypond.org/

Re: non working lilypond

2009-02-06 Thread Mats Bengtsson
man/listinfo/bug-lilypond -- ===== Mats Bengtsson Signal Processing School of Electrical Engineering Royal Institute of Technology (KTH) SE-100 44 STOCKHOLM Sweden Phone: (+46) 8 790 8463 Fax: (+46) 8 790 7260 Email:

SeparationItem #'padding not working anymore?

2009-01-29 Thread Mats Bengtsson
that it doesn't work anymore, the corresponding description in "Known issues and warnings" of http://lilypond.org/doc/v2.12/Documentation/user/lilypond/Horizontal-spacing-overview#Horizontal-spacing-overview should be corrected. /Mats -- =====

Re: text missing

2009-01-02 Thread Mats Bengtsson
_ lilypond-user mailing list lilypond-u...@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user ___ lilypond-user mailing list lilypond-u...@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user -- ===

Re: Issue 713 in lilypond: bus error with \bookpart

2008-12-22 Thread Mats Bengtsson
/hosting/settings ___ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond -- = Mats Bengtsson Signal Processing School of Electrical

Re: Segfault when using \bookpart

2008-12-19 Thread Mats Bengtsson
bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond -- = Mats Bengtsson Signal Processing School of Electrical Engineering Royal Institute of Technology (K

Re: Segfault when using \bookpart

2008-12-19 Thread Mats Bengtsson
Patrick McCarty wrote: Can anyone reproduce this with the latest git? Yes, I get a SIGSEGV with todays GIT. I attach the last lines output by valgrind, in case it can provide some hint on the problem: Drawing systems... Layout output to `s.ps'... Calculating line breaks... Drawing system

Re: LilyPond has encountered a problem and needs to close

2008-12-12 Thread Mats Bengtsson
bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond -- ===== Mats Bengtsson Signal Processing School of Electrical Engineering Royal Institute of Technology (KTH)

Re: Spacing issue with accidental

2008-12-11 Thread Mats Bengtsson
list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond -- = Mats Bengtsson Signal Processing School of Electrical Engineering Royal Institute of Technology (KTH)

Re: lilypond-book DVI to PDF problems

2008-12-04 Thread Mats Bengtsson
Jonathan Kulp wrote: For reference, when I run the command "latex" the program that responds is "pdfTeXk". Yes, but as long as you run it using the command "latex" it should run in latex mode and not in pdflatex mode. If you look at the printouts from the latex command, you can see the diff

Re: lilypond-book DVI to PDF problems

2008-12-04 Thread Mats Bengtsson
o PDF. /Mats On the other hand, this didn't answer your question on why it worked with some releases and not with others. ;-( Precisely. -- ===== Mats Bengtsson Signal Processing School of Electrical Engineering

Re: lilypond-book DVI to PDF problems

2008-12-04 Thread Mats Bengtsson
Jonathan Kulp wrote: Here are the commands I performed: lilypond-book --output=out --pdf filename.lytex cd out latex filename.tex dvipdf filename.dvi Please read the manual! The output of lilypond-book --pdf is only intended to be used together with pdflatex, not with latex + dvips. On

Re: horizontally centering denominator in compound time signatures

2008-11-30 Thread Mats Bengtsson
Quoting Reinhold Kainhofer <[EMAIL PROTECTED]>: So, this is a general problem with the general-column scheme function... Following up the mails on lilypond-user, I can now confirm that the \center- column markup command has an issue with the extents of the stencil it returns. It seems that t

Re: Wrong MIDI instrument name

2008-11-20 Thread Mats Bengtsson
d@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond -- = Mats Bengtsson Signal Processing School of Electrical Engineering Royal Institute of Technology (KTH) SE-100 44 STOCKHOLM Sweden Phone: (+46) 8 790 8463

Re: AccidentalPlacement ignores left-padding

2008-11-20 Thread Mats Bengtsson
Placement #'right-padding = #2 } ___ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond -- ===== Mats Bengtsson

Re: Lilypond

2008-11-14 Thread Mats Bengtsson
version? With thanks in advance, Joop Versteegen ___ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond -- = Mats Bengtsson Signal Processing

Re: installing lilypond

2008-11-11 Thread Mats Bengtsson
Perhaps http://lilypondwiki.tuxfamily.org/index.php?title=Where_is_the_app%3F provides you with some answers. /Mats Quoting Patrick <[EMAIL PROTECTED]>: I have installed Lilypond but I am unable to make it run. Not sure what I did wrong. Can you help? Thanks __

Re: Lyrics ignore ties and slurs when applied to a Devnull context.

2008-11-04 Thread Mats Bengtsson
___ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond -- ===== Mats Bengtsson Signal Processing School of Electrical Engineering Royal Institute of Tec

Re: Lyrics provoke "Moment is not increasing" complaint

2008-10-29 Thread Mats Bengtsson
ined and nothing strange. The syntax is clearly relevant. It seems that it's the \lyricsto that causes the problem, but again I don't see any reason why it shouldn't work as expected. /Mats Valentin Villenave wrote: 2008/10/28 Mats Bengtsson <[EMAIL PROTECTED]>: This

Re: Lyrics provoke "Moment is not increasing" complaint

2008-10-27 Thread Mats Bengtsson
isn't an option in my case. So what am I dong wrong? Does anyone have any ideas how to solve/get around it? Thanks Roman ___ lilypond-user mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/lilypond-user -- =

Re: Error in time signature change with grace note

2008-10-27 Thread Mats Bengtsson
re -Eluze -- = Mats Bengtsson Signal Processing School of Electrical Engineering Royal Institute of Technology (KTH) SE-100 44 STOCKHOLM Sweden Phone: (+46) 8 790 8463 Fax: (+46)

Re: Problem running LP on win32.

2008-10-24 Thread Mats Bengtsson
habetur quomodo habenda est. ___ lilypond-user mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/lilypond-user -- ===== Mats Bengtsson Signal Processing Scho

  1   2   3   4   5   6   7   8   9   10   >