Re: addlyrics unhides NullVoice

2013-11-10 Thread David Kastrup
\soprano \new NullVoice = aligner \soprano \new Lyrics \lyricsto aligner \verse } In the Documentation all the examples of NullVoice use \lyricsto. I don't know if there's a specific reason. Because \addlyrics _only_ works with Voice lyrics? -- David Kastrup

Re: usage: add a comma between short and long command line options

2013-11-11 Thread David Kastrup
off any indication for getting on this problem, so I can't complain. -- David Kastrup ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond

Re: usage: add a comma between short and long command line options

2013-11-11 Thread David Kastrup
James pkx1...@gmail.com writes: On 11/11/13 10:24, David Kastrup wrote: James pkx1...@gmail.com writes: On 10/11/13 11:33, Federico Bruni wrote: @item -nd --no-articulation-directions I've done and pushed this Doc: External.itely - add missing comma authorJames Lowe pkx1...@gmail.com

Re: lilypond-2.17.28 doesn't build with libc++

2013-11-12 Thread David Kastrup
David Kastrup d...@gnu.org writes: Thomas Klausner t...@giga.or.at writes: On Fri, Nov 08, 2013 at 11:15:29AM +0100, Thomas Klausner wrote: I've tried building lilypond-2.17.28 with libc++, the new standard c++ library for use with llvm (http://libcxx.llvm.org/). I have a build failure I

Re: lilypond-2.17.28 doesn't build with libc++

2013-11-12 Thread David Kastrup
James pkx1...@gmail.com writes: On 12/11/13 13:56, David Kastrup wrote: David Kastrup d...@gnu.org writes: Thomas Klausner t...@giga.or.at writes: On Fri, Nov 08, 2013 at 11:15:29AM +0100, Thomas Klausner wrote: I've tried building lilypond-2.17.28 with libc++, the new standard c

Re: lilypond-2.17.28 doesn't build with libc++

2013-11-13 Thread David Kastrup
something like oh, by the way, the last three versions did not compile using clang++ so I used GCC instead occasionally. Or not hear it at all. So a fix that does not make it as easy to trigger the problem when doing straightforward coding would be preferable. -- David Kastrup

Re: lilypond-2.17.28 doesn't build with libc++

2013-11-13 Thread David Kastrup
Thomas Klausner t...@giga.or.at writes: On Wed, Nov 13, 2013 at 09:20:40AM +0100, David Kastrup wrote: For a rarely used platform like clang++, the net result of this fix would likely be that we get to hear something like oh, by the way, the last three versions did not compile using clang

Re: transposing \chords does no longer work

2013-11-15 Thread David Kastrup
issue? That's not a minimal example, and it includes wrapped comments further obfuscating the matter. A minimal example would be \chordmode { \transpose c c c1 } Yes, this is quite a serious regression. Another affected case would be \chordmode { \key c \major } -- David Kastrup

Re: Crash with \repeat ... \alternative and \remove Bar_engraver on 2.17.26

2013-11-16 Thread David Kastrup
? What would the output look like for such a reasonable application? Thanks -- David Kastrup ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond

Re: lilypond scm compilation errors

2013-11-19 Thread David Kastrup
anyway, you might want to try 2.17.95. It's so short before the next stable release (2.18.0) that it does not seem worth missing out on 1.5 years of development, and you have only a short time window left for reporting any problems in time before the final 2.18 release. -- David Kastrup

Re: a few typos in Nr

2013-11-21 Thread David Kastrup
-paper-size I would prefer a comma (or nothing) instead of the period Issue 3672. Will likely commit to translation once this passes a full DOC build. -- David Kastrup ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman

Re: LILF table in emmentaler

2013-11-28 Thread David Kastrup
to be deliberately after the SetUnicodeValue-loop... Julien, any idea? -- David Kastrup ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond

Re: fingering overlap - bug?

2013-11-28 Thread David Kastrup
to collide with cross-staff beams). It would appear that Keith's fix introduced problems of its own. -- David Kastrup ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond

Re: tempoWholesPerMinute no longer working

2013-11-28 Thread David Kastrup
{ %tempoWholesPerMinute = #(ly:make-moment 180 4) \tempo 4 = 180 } } Keith answered the principal question already. So I have a side question: why would you want to do that? -- David Kastrup ___ bug-lilypond mailing list bug-lilypond@gnu.org https

Re: drumstaff vs rhythmicstaff

2013-11-29 Thread David Kastrup
on the remaining staffline (the Drum_notes_engraver apparently just picks the middle line if it cannot find a drum-type on a NoteEvent). The MIDI will be silent on the second example. -- David Kastrup ___ bug-lilypond mailing list bug-lilypond@gnu.org https

Re: drumstaff vs rhythmicstaff

2013-11-29 Thread David Kastrup
Janek Warchoł janek.lilyp...@gmail.com writes: 2013/11/29 David Kastrup d...@gnu.org: Janek Warchoł janek.lilyp...@gmail.com writes: \markup Shouldn't these two yield identical results? \new RhythmicStaff { c'1 c'1 } \new DrumStaff \with { \override StaffSymbol #'line-count = #1

Re: drumstaff vs rhythmicstaff

2013-11-29 Thread David Kastrup
Janek Warchoł janek.lilyp...@gmail.com writes: 2013/11/29 David Kastrup d...@gnu.org: Maybe you should try making your bug reports not riddles. The main visible difference is that DrumStaff has a drum clef, so Shouldn't these two yield identical results? is very likely _not_ to focus

Re: Bug Squad Roll Call

2013-11-29 Thread David Kastrup
are either getting lost or swept up by Colin or others. -- David Kastrup ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond

Re: LILF table in emmentaler

2013-12-01 Thread David Kastrup
) [...] but the subfonts array has not been updated in these commits. Please test the attached patch. Correct me if I'm wrong, but isn't that a critical issue regarding the usability of our PDF files? Why has this not been entered into the tracker? -- David Kastrup

Re: context-mods / self-alignment-interface problem (regression?)

2013-12-03 Thread David Kastrup
#item #} ) \annotate \with { \accidentalStyle piano } c with current master. To me it looks like you did not successfully make all after checking out a different version of LilyPond, making your Scheme files not correspond to your binaries. -- David Kastrup

Re: Issue labels

2013-12-03 Thread David Kastrup
that should be or vice versa, that's Defect in my opinion. -- David Kastrup ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond

Re: vertical centering of chorus lyrics (and not needed codeinsnippets)

2013-12-05 Thread David Kastrup
the problem can no longer occur. However, I just tested this with 2.16.2, and it's fine there as well. So there must have been some unrelated fix for that problem since 2.14. -- David Kastrup ___ bug-lilypond mailing list bug-lilypond@gnu.org https

Re: My e-book about GNU/LilyPond

2013-12-08 Thread David Kastrup
below: http://yadi.sk/d/fNmncSQ3DR3Ck I've created a patch for making a Ponding that will be displayed frequently on the web page. Issue 3712 URL:http://code.google.com/p/lilypond/issues/detail?id=3712. -- David Kastrup ___ bug-lilypond mailing list bug

Re: Issues with documentation not compiling when changing lilypond-texi2html.init

2013-12-09 Thread David Kastrup
it seems nonsensical to declare it as a dependency for anything but those targets that copy the css file into a target directory. -- David Kastrup ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond

Re: git-cl upload issues

2013-12-12 Thread David Kastrup
and issue tracker might be different. - When the editor fires up to edit the review message I was first completely lost and had to read through the git-cl script to determine that it was vi I was faced. You should likely configure your EDITOR variable. -- David Kastrup

Re: Usage 3.1: \verb+lilypond-book+

2013-12-15 Thread David Kastrup
... The verbatim is for Texinfo, the \verb is part of the LaTeX document. Everything perfectly as intended. -- David Kastrup ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond

Re: Missing notes after lyrics end: bug?

2013-12-16 Thread David Kastrup
it is intended behavior. At least I can't find anything in the code (lyric-combine-music-iterator I think) that would seem to be intended to kill the music when the lyrics stop. -- David Kastrup ___ bug-lilypond mailing list bug-lilypond@gnu.org

Re: Spacing/collision behaviour of NullVoice

2013-12-17 Thread David Kastrup
some thoughts about this and has raised an issue. Let's wait a little. I'm not actively working on that issue myself. I just did not want to get it lost, as I don't consider the current state of NullVoice the ultima ratio. -- David Kastrup ___ bug

Re: InstrumentSwitch in CueVoice

2013-12-22 Thread David Kastrup
InstrumentSwitch #'font-series = #'bold \set instrumentCueName = ten. Can anybody just push the fix? I won't open an issue for this. NR 1.6.3, Formatting cue notes Just pushed a fix to staging. -- David Kastrup ___ bug-lilypond mailing list bug-lilypond

Re: Unwanted fretboard repeat

2013-12-22 Thread David Kastrup
points in http://www.lilypond.org/doc/v2.17/Documentation/changes/index.html). I don't think we omitted important points here, even though a lot of work counts as bug fixes and is not given mention. -- David Kastrup ___ bug-lilypond mailing list bug

Re: docs: #' no longer needed with \tag, \removeWithTag, \keepWithTag

2013-12-25 Thread David Kastrup
allowed inside. So -wer--g-i-e--l- splits into - wer -- g-i-e -- l - Anything outside of the basic ASCII range behaves like a letter. -- David Kastrup ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond

Re: ukulele tabs?

2014-01-02 Thread David Kastrup
the documentation matching your version of the software. -- David Kastrup ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond

Re: ukulele tabs?

2014-01-02 Thread David Kastrup
a Ukulele could hope to produce. -- David Kastrup ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond

Re: readline, .guile and ly/scheme-sandbox.ly

2014-01-02 Thread David Kastrup
provided by the system is GUILE 2.0, and its libraries are not useful for GUILE 1.8 which LilyPond uses. -- David Kastrup ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond

Re: Engravers gets messed up in drum score with multiple voices

2014-01-05 Thread David Kastrup
problems. % BUG \repeat unfold 4 { cymr8 } s2 \\ sn4 sn sn sn More likely than not, what you mean is { \repeat unfold 4 { cymr8 } s2 } \\ { sn4 sn sn sn } Namely: you don't want to have everything happening at once. -- David Kastrup

Re: lilypond-book

2014-01-06 Thread David Kastrup
PATH? -- David Kastrup ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond

Re: transparency and resolution don't go together

2014-01-07 Thread David Kastrup
--png --pdf prc44_3.ly the transparency option is ignored. Can't reproduce on Ubuntu. There, both options apparently arrive. -- David Kastrup ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond

Re: transparency and resolution don't go together

2014-01-07 Thread David Kastrup
the resolution line and all is OK. Is there a way to see what options Ghostscript is getting called with from LilyPond? Under Linux, it would be easy enough to point PATH at directory including a gs script that not just calls gs but also records the command line arguments. Windows? -- David

Re: transparency and resolution don't go together

2014-01-07 Thread David Kastrup
Phil Holmes m...@philholmes.net writes: David Kastrup d...@gnu.org wrote in message news:87a9f8q6uf@fencepost.gnu.org... Phil Holmes m...@philholmes.net writes: Looks like a bug to me: it doesn't work on windows even if you ignore the command line and set the options in the lilypond

Re: Engravers gets messed up in drum score with multiple voices

2014-01-07 Thread David Kastrup
Paco Arjonilla pacoarjoni...@yahoo.es writes: Here goes the tiny code: \version 2.18.0 \drums { cymr8 cymr cymr cymr hh2 \\ sn4 sn sn sn } I already answered this on the list. -- David Kastrup ___ bug-lilypond mailing list bug

Re: Double transpose when in tags within music function

2014-01-09 Thread David Kastrup
as $theMusic. -- David Kastrup ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond

Re: [musicxml2ly] breath mark inside beam

2014-01-12 Thread David Kastrup
, is _not_ an expressive mark but a music event of its own. No expressive marks may be placed behind it, including closing square brackets. -- David Kastrup ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug

Re: error: unknown escaped string:... after defining a variable

2014-01-14 Thread David Kastrup
} A={c d e} \A is this a bug, remediable? Not a bug, not remediable. A={c d e} \addlyrics { this is bad } would be legitimate, so the assignment is not complete without looking at the next token, and the next token is \A which is not defined. -- David Kastrup

Re: error: unknown escaped string:... after defining a variable

2014-01-15 Thread David Kastrup
Eluze elu...@gmail.com writes: David Kastrup wrote A={c d e} \addlyrics { this is bad } would be legitimate, so the assignment is not complete without looking at the next token, and the next token is \A which is not defined. how then would you complete an assignment or hinder \addlyrics

Re: Fw: Error in documentation

2014-01-15 Thread David Kastrup
it (suggestions?) Just pushed a fix for the parenthesis engraver to staging. The chord bracket stuff was already fixed shortly before: commit 4bdb9204b1b682b38bd76afc03e5d629621428f1 Author: David Kastrup d...@gnu.org Date: Thu Jan 16 06:32:15 2014 +0100 NR percussion: Parenthesis_engraver

Re: error: unknown escaped string:... after defining a variable

2014-01-16 Thread David Kastrup
LilyPond does not get out of lyrics mode in time to finish processing the file securely (after reading the main input, LilyPond is supposed to continue in init.ly in the mode it started with for security reasons, so if it does not get there in the expected state, it aborts). -- David Kastrup

Re: Error in documentation

2014-01-16 Thread David Kastrup
-for-percussion.html#ghost-notes This is not true, you do not have to include anything. Also, you do not have to add chord brackets. Maybe this could be updated? Copying to -bugs for an issue. Too late, already fixed this in master and stable/2.18. -- David Kastrup

Re: \xNote doesn't work

2014-01-22 Thread David Kastrup
f390a74b5109a9ceb2af0e0447d931a9f9f38892 Author: David Kastrup d...@gnu.org Date: Sat Oct 13 18:01:51 2012 +0200 Fix unproper nesting of various property overrides Due to the unavailability of \temporary\override, \acciaccatura and \slashedGrace had been losing any previous setting of Flag.stroke-style

Re: understanding midi files

2014-01-27 Thread David Kastrup
Henning Hraban Ramm lilypon...@fiee.net writes: Am 2014-01-27 um 16:43 schrieb Eluze elu...@gmail.com: David Kastrup wrote Uh, this is awkward, but you do know that the LilyPond distribution comes with a program called lilymidi which you can use like lilymidi --pretty somefile.midi

Re: override color property of a markup command

2014-01-27 Thread David Kastrup
color, trovato green \markup \override #`(internal-color . ,green) ... -- David Kastrup ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond

Re: redundant entries in the indexes are confusing and lessening the clarity

2014-02-01 Thread David Kastrup
becomes ubiquitous, it will become feasible to plug into the indexing step in a manner addressing the problem and surviving a few versions. Or at least communicate with the Texinfo team in order to arrive at a state where this is possible. -- David Kastrup

[Server Acim] Change request at the link of my book promotion - 2nd Mail

2014-02-03 Thread David Kastrup
://about.me/server.acim ---End Message--- -- David Kastrup ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond

Re: [Server Acim] Change request at the link of my book promotion - 2nd Mail

2014-02-05 Thread David Kastrup
countdown? Doesn't seem contentious to me if you can verify that the link is correct. I think we refer to that book also somewhere in our bibliographic references by now: it might be worth checking that those are updated as well in case they are affected. -- David Kastrup

Re: [Server Acim] Change request at the link of my book promotion - 2nd Mail

2014-02-05 Thread David Kastrup
James pkx1...@gmail.com writes: On 05/02/14 13:35, David Kastrup wrote: James pkx1...@gmail.com writes: Is it possible to change the link at the Pondings? The fresh web address is down here: http://bit.ly/ServerAcim_EBook http://code.google.com/p/lilypond/issues/detail?id=3839 Testing

Re: [LSR-2.18] trying to update Ancient accidentals

2014-02-12 Thread David Kastrup
too lazy to look up which version introduced ly:expect-warning but I would guess that it's not available in 2.14 yet. So if you want to update to 2.16 (?), adding the respective ly:expect-warning would be appropriate. -- David Kastrup ___ bug-lilypond

Re: LSR update to v.2.18.0 - Few questions. (Cci to Sebastiano)

2014-02-12 Thread David Kastrup
. Now I have few questions : 1) Harm told me about a LSR bug few months ago ; would it be a good idea to add : \markup \vspace #2 %% LSR-problem-workaround on top of each snippet ? Sounds like it would make more sense to fix the LSR code for generating images. -- David Kastrup

Re: [LSR-2.18] Affecting items only on the left or rigth... needs update.

2014-02-12 Thread David Kastrup
Pierre Perol-Schneider pierre.schneider.pa...@gmail.com writes: Hi All, Hi Harm, I'm stucked whith your snippet : http://lsr.dsi.unimi.it/LSR/Item?id=775 again (equal? (ly:music-property m 'name) 'EventChord)... There is no EventChord in the whole file. Wrong snippet number? -- David

Re: [LSR-v2.18] Changing stems direction without affecting rests

2014-02-13 Thread David Kastrup
convert-ly). -- David Kastrup ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond

Re: [LSR-v2.18] Changing stems direction without affecting rests

2014-02-14 Thread David Kastrup
James pkx1...@gmail.com writes: On 14/02/14 06:42, David Kastrup wrote: Thomas Morley thomasmorle...@gmail.com writes: Regarding the snippet: Because it is _not_ tagged docs I'd simply delete it. Uh, the snippets tagged docs are all imported in LilyPond anyway, so one should just take them

Re: [LSR-v2.18] Changing stems direction without affecting rests

2014-02-14 Thread David Kastrup
but stopped doing what it should, and nobody noticed so far in our documentation). -- David Kastrup ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond

Re: Support german notation

2014-02-14 Thread David Kastrup
always a good idea to check the basics of the manuals before reporting an issue to the bug list. In this case, URL:http://lilypond.org/doc/v2.18/Documentation/notation/writing-pitches#note-names-in-other-languages -- David Kastrup ___ bug-lilypond

Re: Support german notation

2014-02-14 Thread David Kastrup
if they did not work in the deutsch notename language. But they do. You even write an example with his above and state that it gives the expected result. -- David Kastrup ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo

Re: Support german notation

2014-02-14 Thread David Kastrup
Thomas Scharkowski t.scharkow...@t-online.de writes: Sorry, his and hisis do work, as opposed to heses, which does not. Could you check your statements before making them? It makes the discussion less awkward. -- David Kastrup ___ bug-lilypond

Re: Support german notation

2014-02-14 Thread David Kastrup
David Kastrup d...@gnu.org writes: Thomas Scharkowski t.scharkow...@t-online.de writes: Sorry, his and hisis do work, as opposed to heses, which does not. Could you check your statements before making them? It makes the discussion less awkward. Rereading the above, my point is non

Re: [LSR-v2.18] Changing stems direction without affecting rests

2014-02-14 Thread David Kastrup
Phil Holmes m...@philholmes.net writes: David Kastrup d...@gnu.org wrote in message news:87y51e5h6e@fencepost.gnu.org... Thomas Morley thomasmorle...@gmail.com writes: Regarding the snippet: Because it is _not_ tagged docs I'd simply delete it. Uh, the snippets tagged docs are all

Re: [LSR-v2.18] Consecutive tremolos major modification

2014-02-14 Thread David Kastrup
of that snippet involved with that? -- David Kastrup ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond

Re: [LSR - v2.18] Cue with lyrics - cannot update.

2014-02-15 Thread David Kastrup
it. But surely you shouldn't have to do that? Sounds like a regression somewhere in the iterators related to cues. I am doing a bisection now. It's quite likely that some patch of mine is responsible here: I don't think many others messed with iterators in this iteration. -- David Kastrup

Re: [LSR - v2.18] Cue with lyrics - cannot update.

2014-02-15 Thread David Kastrup
David Kastrup d...@gnu.org writes: Robin Bannister r...@dataway.ch writes: On 14.02.2014 18:46, Pierre Perol-Schneider wrote: I cannot find where the problem comes from. Me neither; convert-ly doesn't rearrange anything. If you move the cue voice down past the other (anonymous) voice

Re: [LSR - v2.18] Cue with lyrics - cannot update.

2014-02-15 Thread David Kastrup
not look like it should affect the basic context hierarchy and what can be found at which level. -- David Kastrup ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond

Proposing 2.18.1 -- feedback?

2014-02-15 Thread David Kastrup
: commit 536cad5ac3c8518d6ab738e04aad9aee9804e691 Author: David Kastrup d...@gnu.org Date: Sat Jan 11 14:08:55 2014 +0100 Issue 3797: Music_wrapper_iterator does not follow original context setting of child We do this by making Music_iterator::get_handle and Music_iterator

Re: [LSR v2.18] Free Meter - increasing the barnumber does not work.

2014-02-15 Thread David Kastrup
e54a1a9761969ec0609ded9588a46a7ff40ca74e Author: David Kastrup d...@gnu.org Date: Sat Oct 26 08:22:18 2013 +0200 Issue 3633: Freeze measurePosition while Timing.timing is off Also don't reset it in \cadenzaOff, and leave autoBeaming alone in \cadenzaOn/\cadenzaOff. This should cause quite

Re: [LSR v2.18] Normalized \transposition does not compile

2014-02-15 Thread David Kastrup
be worth just using quoted music for that: it automatically transforms itself into concert pitch. -- David Kastrup ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond

Re: Proposing 2.18.1 -- feedback?

2014-02-15 Thread David Kastrup
David Kastrup d...@gnu.org writes: Federico Bruni fedel...@gmail.com writes: 2014-02-15 19:56 GMT+01:00 David Kastrup d...@gnu.org: Ok, I've tried doing a reasonable collection of what should go into 2.18.1. This does not contain significant documentation patches: the translation team

Re: Proposing 2.18.1 -- feedback?

2014-02-15 Thread David Kastrup
Federico Bruni fedel...@gmail.com writes: 2014-02-15 19:56 GMT+01:00 David Kastrup d...@gnu.org: Ok, I've tried doing a reasonable collection of what should go into 2.18.1. This does not contain significant documentation patches: the translation team would have no realistic chance to have

Re: Proposing 2.18.1 -- feedback?

2014-02-15 Thread David Kastrup
Phil Holmes m...@philholmes.net writes: David Kastrup d...@gnu.org wrote in message news:87vbwgyzlr@fencepost.gnu.org... Ok, I've tried doing a reasonable collection of what should go into 2.18.1. This does not contain significant documentation patches: the translation team would have

Re: [LSR v-2.18] File Information, strange warnings.

2014-02-16 Thread David Kastrup
Line = \comml } }}} -- David Kastrup ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond

Re: [LSR v:2.18] Fixing LilyPond's SVG output is depreciated

2014-02-16 Thread David Kastrup
Pierre Perol-Schneider pierre.schneider.pa...@gmail.com writes: Hi BugSquad, The following snippet : http://lsr.dsi.unimi.it/LSR/Item?id=334 seems to be depreciated. Any objection ? I surely hope that this snippet is utterly pointless and obsolete. -- David Kastrup

Re: adding \lyricmode to \lyricsto triggers an error

2014-02-16 Thread David Kastrup
to \lyricmode will hopefully help to clear some of the confusion. The documentation you quote definitely needs to get fixed, though. While this used to work is somewhat catered for by convert-ly rules, it is not the full Monty. -- David Kastrup ___ bug

Re: [LSR v2.18] Preventing notes from being beamed when using \breathe obsolete

2014-02-19 Thread David Kastrup
. -- David Kastrup ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond

Re: why are all engravers quoted?

2014-02-20 Thread David Kastrup
/lilypond/issues/detail?id=2702 in 2.15.43. Should that make a difference? No idea. -- David Kastrup ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond

Re: error duplicated in the log (if the error is in a variable copied in two contexts)

2014-02-22 Thread David Kastrup
/4 \music } or \new Staff { \partial 4 \music } and either will not trigger a barcheck error. So it's not that \music contains an error: whether it is an error (and how much the bar check is actually off) or not depends on the context in which it is used. -- David Kastrup

Re: error duplicated in the log (if the error is in a variable copied in two contexts)

2014-02-22 Thread David Kastrup
. found it, it's the \midi block: You beat me to it. -- David Kastrup ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond

Re: error duplicated in the log (if the error is in a variable copied in two contexts)

2014-02-22 Thread David Kastrup
Federico Bruni fedel...@gmail.com writes: 2014-02-22 11:19 GMT+01:00 David Kastrup d...@gnu.org: Federico Bruni fedel...@gmail.com writes: 2014-02-22 11:04 GMT+01:00 Federico Bruni fedel...@gmail.com: While this works fine in the minimal example I posted before, I cannot make it work

Re: lilypond-book, notes run beyond right paper margin

2014-02-22 Thread David Kastrup
consider it as a serious bug!! My guess is that you don't have the MikTeX executables in your PATH, so lilypond-book is unable to find them for a test run of the page width. -- David Kastrup ___ bug-lilypond mailing list bug-lilypond@gnu.org https

Re: lilypond-book, notes run beyond right paper margin

2014-02-22 Thread David Kastrup
David Kastrup d...@gnu.org writes: Matthias Steup matthias.st...@arcor.de writes: Matthias Steup matthias.steup at arcor.de writes: Lilypond-book seems to be broken since lilypond version 18.0. The score runs beyond the margin of the page. Up to 16.2 everything was working fine. I work

Re: Errors running lilypond-book

2014-02-22 Thread David Kastrup
have the possibility to check whether the patch in URL:http://code.google.com/p/lilypond/issues/detail?id=3874 would fix the problem for you? -- David Kastrup ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug

Re: Errors running lilypond-book

2014-02-23 Thread David Kastrup
Phil Holmes m...@philholmes.net writes: Original Message - From: Daniel Rosen drose...@gmail.com To: bug-lilypond@gnu.org Cc: lilypond-u...@gnu.org Sent: Sunday, February 23, 2014 2:29 PM Subject: RE: Errors running lilypond-book -Original Message- From: David Kastrup

Re: Errors running lilypond-book

2014-02-23 Thread David Kastrup
be possible to trigger after applying the patch. -- David Kastrup ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond

Re: [LSR-v2.18] Changing stems direction without affecting rests

2014-02-25 Thread David Kastrup
out that this was fixed as late as issue 1410, version 2.15.24. In the issue report URL:http://code.google.com/p/lilypond/issues/detail?id=1410 you'll actually find LSR 732 mentioned. So for 2.16.0 and later, the snippet is irrelevant/misleading. I'd recommend deleting it. -- David Kastrup

Re: [LSR v-2.18] Easy Rhythm Template Creation does not compile.

2014-02-25 Thread David Kastrup
| \time 5/4 \rhyd c \rhyd e \rhye c e g \time 4/4 \rhyf c \rhyf d } } But it will be some time before that is available in a stable version of LilyPond. -- David Kastrup ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org

Re: treble clef looks horrible in sizes smaller than 20

2014-02-27 Thread David Kastrup
installations. -- David Kastrup ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond

Re: [LSR v2.18] Free Meter - increasing the barnumber does not work.

2014-02-27 Thread David Kastrup
Pierre Perol-Schneider pierre.schneider.pa...@gmail.com writes: 2014-02-15 20:14 GMT+01:00 David Kastrup d...@gnu.org: Fixing this seems tricky as measurePos no longer is advanced and cannot serve as an indicator whether or not one has already bumped the bar number. Ideas? What

Re: return to previous voice context

2014-03-03 Thread David Kastrup
). Sounds like Issue 2010: \lyricsto may turn into a voice-mangling zombie when both parents die at the same time URL:http://code.google.com/p/lilypond/issues/detail?id=2010 -- David Kastrup ___ bug-lilypond mailing list bug-lilypond@gnu.org https

Re: Unexpected (irregular) vertical spacing

2014-03-08 Thread David Kastrup
. -- David Kastrup ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond

Re: Unexpected (irregular) vertical spacing

2014-03-08 Thread David Kastrup
David Kastrup d...@gnu.org writes: Simon Albrecht simon.albre...@mail.de writes: Hello, attached you find one page of a mass setting by Palestrina. The vertical spacing is very uneven and seems irrational and I'm a bit at a loss with interpretation. The run the the same file through

Re: LSR eps backend bug

2014-03-11 Thread David Kastrup
+ \\layout {}\n ); I have no way of fixing this by myself... please help. :( Ciao, seba Any solution ? Is it possible to get an example of what LilyPond is exactly called with and what it is supposed to produce? -- David Kastrup

Re: LSR eps backend bug

2014-03-11 Thread David Kastrup
Pierre Perol-Schneider pierre.schneider.pa...@gmail.com writes: 2014-03-11 13:39 GMT+01:00 David Kastrup d...@gnu.org: Is it possible to get an example of what LilyPond is exactly called with = http://lsr.di.unimi.it/LSR/Browse I meant, the command line it is getting called with. I have

Re: markuplist and markup

2014-03-12 Thread David Kastrup
} is the same as \markup \line { \small a \small b \small c \small d } which is different from \markup \small \line { a b c d } since the latter uses _small_ spaces while the former uses normal spaces between small letters. -- David Kastrup ___ bug

Re: lilypond-book

2014-03-16 Thread David Kastrup
Julien Rioux jri...@lyx.org writes: On 11/01/2014 6:31 AM, Matthias Steup wrote: Matthias Steup matthias.steup at arcor.de writes: David Kastrup dak at gnu.org writes: Matthias Steup matthias.steup at arcor.de writes: Lilypond-book seems to be broken in lilypond version 18.0. The score

Re: lilypond-book

2014-03-16 Thread David Kastrup
David Kastrup d...@gnu.org writes: Julien Rioux jri...@lyx.org writes: On 11/01/2014 6:31 AM, Matthias Steup wrote: Matthias Steup matthias.steup at arcor.de writes: David Kastrup dak at gnu.org writes: Matthias Steup matthias.steup at arcor.de writes: Lilypond-book seems to be broken

<    3   4   5   6   7   8   9   10   11   12   >