Re: strange `break-align-symbols` behaviour

2024-03-16 Thread Werner LEMBERG
>> there is no key signature at this point, right? > > This is my interpretation: the key signature is removed by > break-visibility, but the X alignment of a mark is computed before > that happens. Thanks. If your interpretation is correct I consider it as problematic, since it is not possible

Re: strange `break-align-symbols` behaviour

2024-03-15 Thread Jean Abou Samra
> there is no key signature at this point, right? This is my interpretation: the key signature is removed by break-visibility, but the X alignment of a mark is computed before that happens. signature.asc Description: This is a digitally signed message part

strange `break-align-symbols` behaviour

2024-03-15 Thread Werner LEMBERG
In December I asked the question below on the 'lilypond-user' list (https://lists.gnu.org/archive/html/lilypond-user/2023-12/msg00014.html), alas, without an answer – I try again, this time on 'lilypond-devel'. I'm also attaching the image for completeness. Please help. Werner ===

Re: strange volta bracket example in LSR

2023-05-18 Thread Dan Eble
On May 18, 2023, at 00:29, Werner LEMBERG wrote: > > >>> The snippet 'Adding volta brackets to additional staves' >>> >>> https://lsr.di.unimi.it/LSR/Item?id=427 >>> >>> doesn't seem to do what the description says. Honestly, I have no >>> idea what this snippet actually wants to demonstrate

Re: strange volta bracket example in LSR

2023-05-17 Thread Werner LEMBERG
>> The snippet 'Adding volta brackets to additional staves' >> >> https://lsr.di.unimi.it/LSR/Item?id=427 >> >> doesn't seem to do what the description says. Honestly, I have no >> idea what this snippet actually wants to demonstrate at all... > > https://gitlab.com/lilypond/lilypond/-/issues/6

Re: strange volta bracket example in LSR

2023-05-17 Thread Dan Eble
On May 17, 2023, at 14:04, Werner LEMBERG wrote: > > The snippet 'Adding volta brackets to additional staves' > > https://lsr.di.unimi.it/LSR/Item?id=427 > > doesn't seem to do what the description says. Honestly, I have no > idea what this snippet actually wants to demonstrate at all... htt

strange volta bracket example in LSR

2023-05-17 Thread Werner LEMBERG
The snippet 'Adding volta brackets to additional staves' https://lsr.di.unimi.it/LSR/Item?id=427 doesn't seem to do what the description says. Honestly, I have no idea what this snippet actually wants to demonstrate at all... Werner

Re: LSR #983 produces strange result

2023-04-23 Thread Werner LEMBERG
>> > This code has obviously worked some time before, but it no longer >> > doesn't. Is this a problem with the code or a bug? >> >> Fixed inside LSR by replacing >> \once\omit Staff.BarLine >> by >> \once\hide Staff.BarLine Thanks! > I think it may be a bug. Consider: > > { > \textLengthOn

Re: LSR #983 produces strange result

2023-04-23 Thread Jean Abou Samra
Le dimanche 23 avril 2023 à 08:56 -0400, Dan Eble a écrit : > I don't see a multi-measure rest. D'oh! Somehow I couldn't see the actual code anymore once I was triggered by that bug... Sorry. (The output with \hide looks a lot like an MM rest.) signature.asc Description: This is a digitally

Re: LSR #983 produces strange result

2023-04-23 Thread Dan Eble
On Apr 23, 2023, at 05:22, Jean Abou Samra wrote: > >> { >> \textLengthOn >> s1-"loong" >> \once \omit Staff.BarLine >> \clef F >> r1 >> } >> with a starting spacer _and_ an omitted BarLine _and_ a clef change. >> >> 2.22. is ok, but output of 2.24. is bad. > > > The MM r

Re: LSR #983 produces strange result

2023-04-23 Thread Jean Abou Samra
gt;   \clef F >   r1 > } > with a starting spacer _and_ an omitted BarLine _and_ a clef change. > > 2.22. is ok, but output of 2.24. is bad. The MM rest placement sounds like https://gitlab.com/lilypond/lilypond/-/issues/6550 The horizontal placement of the clef looks strange but I haven't investigated further. signature.asc Description: This is a digitally signed message part

Re: LSR #983 produces strange result

2023-04-23 Thread Thomas Morley
Am So., 23. Apr. 2023 um 09:33 Uhr schrieb Thomas Morley : > > Am So., 23. Apr. 2023 um 07:45 Uhr schrieb Werner LEMBERG : > > > > > > Please have a look at > > > > https://lsr.di.unimi.it/LSR/Item?id=983 > > > > This code has obviously worked some time before, but it no longer > > doesn't. Is t

Re: LSR #983 produces strange result

2023-04-23 Thread Thomas Morley
Am So., 23. Apr. 2023 um 07:45 Uhr schrieb Werner LEMBERG : > > > Please have a look at > > https://lsr.di.unimi.it/LSR/Item?id=983 > > This code has obviously worked some time before, but it no longer > doesn't. Is this a problem with the code or a bug? > > > Werner > Fixed inside LSR by r

LSR #983 produces strange result

2023-04-22 Thread Werner LEMBERG
Please have a look at https://lsr.di.unimi.it/LSR/Item?id=983 This code has obviously worked some time before, but it no longer doesn't. Is this a problem with the code or a bug? Werner

Re: Strange difference between release and self-compiled binary on "2" glyph

2023-03-27 Thread Jean Abou Samra
Le lundi 27 mars 2023 à 12:17 +, Werner LEMBERG a écrit : > For glyph 'two', the postprocessing effects are very subtle; FontForge > adds points at all extrema and reduces the number of points to get > smaller fonts (ensuring that the outline changes are less than a > certain threshold).  I sus

Re: Strange difference between release and self-compiled binary on "2" glyph

2023-03-27 Thread Werner LEMBERG
> This is the output of > \markup \number 2 > using the official 2.25.2 Linux binaries on the one hand, and a > self-compiled build made on the v2.25.2 tag from a clean directory > on the other hand (PS backend in both cases). My self-compiled LilyPond produces the 'other' glyph version (i.e., no

Strange difference between release and self-compiled binary on "2" glyph

2023-03-26 Thread Jean Abou Samra
Folks, This is the output of \markup \number 2 using the official 2.25.2 Linux binaries on the one hand, and a self- compiled build made on the v2.25.2 tag from a clean directory on the other hand (PS backend in both cases). If you look carefully at the tails on the right, you can see that they

Re: Strange behaviour with unknown alternativeNumberingStyle

2022-12-31 Thread Thomas Morley
Meanwhile I created https://gitlab.com/lilypond/lilypond/-/issues/6507 Am Sa., 31. Dez. 2022 um 19:01 Uhr schrieb Dan Eble : > > On Dec 30, 2022, at 12:10, Thomas Morley wrote: > > > > Hi all, > > > > please have a look at: > > > > \version "2.25.0" > > > > { > > \override Score.BarNumber.break-

Re: Strange behaviour with unknown alternativeNumberingStyle

2022-12-31 Thread Dan Eble
On Dec 30, 2022, at 12:10, Thomas Morley wrote: > > Hi all, > > please have a look at: > > \version "2.25.0" > > { > \override Score.BarNumber.break-visibility = ##(#f #t #t) > % \set Score.alternativeNumberingStyle = #'whatever > b1 > \repeat volta 2 { c' c' } > \alternative { d' e' } >

Strange behaviour with unknown alternativeNumberingStyle

2022-12-30 Thread Thomas Morley
Hi all, please have a look at: \version "2.25.0" { \override Score.BarNumber.break-visibility = ##(#f #t #t) % \set Score.alternativeNumberingStyle = #'whatever b1 \repeat volta 2 { c' c' } \alternative { d' e' } f' } As soon as the style-setting is uncommented it behaves like \set

Re: Strange behavior with unfound text font

2022-12-13 Thread Werner LEMBERG
> Well, somehow I failed to make the obvious test: this also triggers > the issue: > > \version "2.25.0" > > \markup \override #'(font-name . "Noto Sans Bold") "ABC" > > > > Does that reproduce it for you (after installing the Noto fonts if > not already installed)? > `lilypond -dshow-avail

Re: Strange behavior with unfound text font,Strange behavior with unfound text font

2022-12-13 Thread Jean Abou Samra
Le 12/12/2022 à 11:25, Werner LEMBERG a écrit : Hmm. Using FreeType 2.12.1 (self-compiled) and FontConfig 2.13.1 (as provided by my openSUSE box), running `lilypond --verbose` (from current git) on the above input gives ``` ... [nonexistent_bold_3.8662109375] Finding the ideal number of pages...

Re: Strange behavior with unfound text font,Strange behavior with unfound text font

2022-12-12 Thread Werner LEMBERG
> \markup \override #'(font-name . "Nonexistent Bold") "ABC" > > With 2.22, this compiles without warning, and the resulting PDF > contains the font "DejaVuSans-Bold" (according to pdffonts). > > With 2.23.82, it gives me > > GNU LilyPond 2.23.82 (running Guile 2.2) > Processing `unfound-font.

Strange behavior with unfound text font

2022-12-11 Thread Jean Abou Samra
Folks, Coincidentally, at the same time as Lukas, I found another font-related glitch, although I don't think it's the same: \markup \override #'(font-name . "Nonexistent Bold") "ABC" With 2.22, this compiles without warning, and the resulting PDF contains the font "DejaVuSans-Bold" (accordin

Re: strange pygments handling of LilyPond input,Re: strange pygments handling of LilyPond input,Re: strange pygments handling of LilyPond input,Re: strange pygments handling of LilyPond input

2022-11-26 Thread Werner LEMBERG
>> OK, thanks. I wonder how the heuristics could be improved. Given >> that a lyric hyphen must be preceded by whitespace, while normally >> `--` as an articulation is following a non-whitespace character, >> maybe a look-behind assertion for the latter would help? Something >> similar could b

Re: strange pygments handling of LilyPond input, Re: strange pygments handling of LilyPond input

2022-11-02 Thread Jean Abou Samra
Le 02/11/2022 à 16:19, Werner LEMBERG a écrit : OK, thanks. I wonder how the heuristics could be improved. Given that a lyric hyphen must be preceded by whitespace, while normally `--` as an articulation is following a non-whitespace character, maybe a look-behind assertion for the latter would

Re: strange pygments handling of LilyPond input,Re: strange pygments handling of LilyPond input

2022-11-02 Thread Werner LEMBERG
>> ``` >> c''4-3 e-5 b-2 a-1 >> ``` >> >> which Pygments translates to >> >> ``` >> @t{c''} @t{4} @t{-3} @t{e} @t{-5} @t{b} @t{-2} @t{a} @t{-1} >> ``` >> >> that is, the `-` is not typeset in bold. > > Because "-3" could just as well be a number rather than a fingering, > and it's hard to guess. >

Re: strange pygments handling of LilyPond input

2022-11-02 Thread Jean Abou Samra
Le 02/11/2022 à 14:53, Werner LEMBERG a écrit : The above example was the wrong one, sorry. What I actually wanted to show are inconsistencies. In the same section you can find ``` c''4-3 e-5 b-2 a-1 ``` which Pygments translates to ``` @t{c''} @t{4} @t{-3} @t{e} @t{-5} @t{b} @t{-2} @t{a} @t

Re: strange pygments handling of LilyPond input

2022-11-02 Thread Werner LEMBERG
>> Please have a look at the attached image; it's taken from the LM, >> chapter 3.1.4. As can be seen, `_` and `-` are bold, and `^` >> isn't. Is it possible to make `_` and `-` bold only if used as >> articulation (i.e., *after* `[_^-]`)? > > The relevant part of the output generated by lilypon

Re: strange pygments handling of LilyPond input

2022-10-29 Thread Jean Abou Samra
Le 29/10/2022 à 10:25, Werner LEMBERG a écrit : Please have a look at the attached image; it's taken from the LM, chapter 3.1.4. As can be seen, `_` and `-` are bold, and `^` isn't. Is it possible to make `_` and `-` bold only if used as articulation (i.e., *after* `[_^-]`)? The relevant pat

strange pygments handling of LilyPond input

2022-10-29 Thread Werner LEMBERG
Please have a look at the attached image; it's taken from the LM, chapter 3.1.4. As can be seen, `_` and `-` are bold, and `^` isn't. Is it possible to make `_` and `-` bold only if used as articulation (i.e., *after* `[_^-]`)? Werner

Re: Strange formatting of optional Scheme function arguments

2022-04-19 Thread Werner LEMBERG
>> With current git (commit 44f1033467a6, using Guile 2.2.7), the >> formatting of optional Scheme function arguments in the IR looks >> strange. [...] > > I'll fix that later. An issue seems like the way to go for now. Done. https://gitlab.com/lilypond/lilypond/-/issues/6330 Werner

Re: Strange formatting of optional Scheme function arguments

2022-04-18 Thread Jean Abou Samra
Le 18/04/2022 à 11:33, Werner LEMBERG a écrit : With current git (commit 44f1033467a6, using Guile 2.2.7), the formatting of optional Scheme function arguments in the IR looks strange. For example, the signature ``` (define*-public (markup->string m #:key (layout #f) (props '())) ```

Strange formatting of optional Scheme function arguments

2022-04-18 Thread Werner LEMBERG
With current git (commit 44f1033467a6, using Guile 2.2.7), the formatting of optional Scheme function arguments in the IR looks strange. For example, the signature ``` (define*-public (markup->string m #:key (layout #f) (props '())) ``` appears as ``` Function: markup->string m

Re: strange results for LedgerLineSpanner and \balloonText

2022-03-01 Thread Jean Abou Samra
Le 01/03/2022 à 19:33, Werner LEMBERG a écrit : Aren't ledger lines printed as a singular stencil for the entire line? If so, it would make sense that the origin of the stencil aligns with the staff symbol. It would also mean there is only one grob to attach a balloon to. Aah, ok. I didn't kn

Re: strange results for LedgerLineSpanner and \balloonText

2022-03-01 Thread Jonas Hahnfeld via Discussions on LilyPond development
Am Dienstag, dem 01.03.2022 um 14:41 + schrieb Werner LEMBERG: > [git commit 3cdce08c24d3cef7f242214f2b48763242a2ead6] > > Please have a look at the output of > > ``` > \new Score \with { >   \consists "Balloon_engraver" > } \new Staff { >   \balloonGrobText LedgerLineSpanner #'(1 . 1) "ledge

Re: strange results for LedgerLineSpanner and \balloonText

2022-03-01 Thread Werner LEMBERG
> Aren't ledger lines printed as a singular stencil for the entire > line? If so, it would make sense that the origin of the stencil > aligns with the staff symbol. It would also mean there is only one > grob to attach a balloon to. Aah, ok. I didn't know that (or skipped or forgot a correspo

Re: strange results for LedgerLineSpanner and \balloonText

2022-03-01 Thread Aaron Hill
On 2022-03-01 6:41 am, Werner LEMBERG wrote: [git commit 3cdce08c24d3cef7f242214f2b48763242a2ead6] Please have a look at the output of ``` \new Score \with { \consists "Balloon_engraver" } \new Staff { \balloonGrobText LedgerLineSpanner #'(1 . 1) "ledger line" c'''1 \balloonGrobText Le

strange results for LedgerLineSpanner and \balloonText

2022-03-01 Thread Werner LEMBERG
[git commit 3cdce08c24d3cef7f242214f2b48763242a2ead6] Please have a look at the output of ``` \new Score \with { \consists "Balloon_engraver" } \new Staff { \balloonGrobText LedgerLineSpanner #'(1 . 1) "ledger line" c'''1 \balloonGrobText LedgerLineSpanner #'(1 . -1) "ledger line" c''

Re: strange bbox of 'flat' glyph

2021-11-09 Thread Jean Abou Samra
Le 09/11/2021 à 10:18, Han-Wen Nienhuys a écrit : my worry would be alignment of accidental clusters. If you tweak vertical sizes, can you still have accidentals at an octave distance without colliding? The accidental placement algorithm is based on the glyphs' horizontal skylines, not their si

Re: strange bbox of 'flat' glyph

2021-11-09 Thread Han-Wen Nienhuys
On Mon, Nov 8, 2021 at 7:30 PM Werner LEMBERG wrote: > >> Does anybody know why the top and the bottom of the bounding box of > >> the 'Flat' glyph, contrary to 'Sharp' and 'Natural', don't coincide > >> (more or less) with the extrema of the glyph's outline? A small > > > > I can't remember any

Re: strange bbox of 'flat' glyph

2021-11-09 Thread James
On 08.11.2021 18:30, Werner LEMBERG wrote: Does anybody know why the top and the bottom of the bounding box of the 'Flat' glyph, contrary to 'Sharp' and 'Natural', don't coincide (more or less) with the extrema of the glyph's outline? A small I can't remember any reason. The question is whe

Re: strange bbox of 'flat' glyph

2021-11-08 Thread Werner LEMBERG
>> Does anybody know why the top and the bottom of the bounding box of >> the 'Flat' glyph, contrary to 'Sharp' and 'Natural', don't coincide >> (more or less) with the extrema of the glyph's outline? A small > > I can't remember any reason. :-) The question is whether we should fix this. Gi

Re: strange bbox of 'flat' glyph

2021-11-07 Thread Han-Wen Nienhuys
On Sun, Nov 7, 2021 at 10:20 AM Werner LEMBERG wrote: > > > Does anybody know why the top and the bottom of the bounding box of > the 'Flat' glyph, contrary to 'Sharp' and 'Natural', don't coincide > (more or less) with the extrema of the glyph's outline? A small I can't remember any reason. --

strange bbox of 'flat' glyph

2021-11-07 Thread Werner LEMBERG
Does anybody know why the top and the bottom of the bounding box of the 'Flat' glyph, contrary to 'Sharp' and 'Natural', don't coincide (more or less) with the extrema of the glyph's outline? A small overshoot outside of the box make sense (although Feta doesn't handle this consistently), but the

Re: Strange behavour of layout-set-staff-size

2021-05-24 Thread Thomas Morley
Am Mo., 24. Mai 2021 um 12:17 Uhr schrieb David Kastrup : > > Thomas Morley writes: > > > Hi, > > > > while experimenting with test codes for issue > > https://gitlab.com/lilypond/lilypond/-/issues/5977 I stumbled across: > > > > \score { > > { \tempo 8 = 88 c'8^"toplevel Score" } > > \layout

Re: Strange behavour of layout-set-staff-size

2021-05-24 Thread David Kastrup
Thomas Morley writes: > Hi, > > while experimenting with test codes for issue > https://gitlab.com/lilypond/lilypond/-/issues/5977 I stumbled across: > > \score { > { \tempo 8 = 88 c'8^"toplevel Score" } > \layout { #(layout-set-staff-size 40) } > } > > \book { > \paper { #(layout-set-staff

Strange behavour of layout-set-staff-size

2021-05-24 Thread Thomas Morley
Hi, while experimenting with test codes for issue https://gitlab.com/lilypond/lilypond/-/issues/5977 I stumbled across: \score { { \tempo 8 = 88 c'8^"toplevel Score" } \layout { #(layout-set-staff-size 40) } } \book { \paper { #(layout-set-staff-size 40) } { \tempo 8 = 88 c'8^"explicit b

Re: strange formatting with involved `\break`

2020-10-18 Thread Werner LEMBERG
> Added to the tracker as > https://gitlab.com/lilypond/lilypond/-/issues/6057. Thanks. > For the future, maybe this kind of quirks can be reported there > directly (which would save them from the risk of getting lost under > the volume of email). Well, in most cases it's just my own clumsines

Re: strange formatting with involved `\break`

2020-10-18 Thread Jean Abou Samra
Le 16/10/2020 à 16:34, Jean Abou Samra a écrit : Folks, can someone please explain to me why the following code    { \compressEmptyMeasures c'4 4 4 4 | 4 4 4 4 | 4 4 4 4 | 4 4 4 4 | \break R4*120 | \break c'4 4 4 4 | 4 4 4 4 | 4 4 4 4 | 4 4 4 4 | c'4 4 4 4 | 4 4 4 4

strange formatting with involved `\break`

2020-10-16 Thread Jean Abou Samra
Folks, can someone please explain to me why the following code { \compressEmptyMeasures c'4 4 4 4 | 4 4 4 4 | 4 4 4 4 | 4 4 4 4 | \break R4*120 | \break c'4 4 4 4 | 4 4 4 4 | 4 4 4 4 | 4 4 4 4 | c'4 4 4 4 | 4 4 4 4 | 4 4 4 4 | 4 4 4 4 | c'4 4 4 4 | 4 4 4 4 | 4 4

strange formatting with involved `\break`

2020-10-16 Thread Werner LEMBERG
[lilypond git 647e127c07a794d087c5e39bf23c0d4a7d66a957 from Oct. 6th] Folks, can someone please explain to me why the following code { \compressEmptyMeasures c'4 4 4 4 | 4 4 4 4 | 4 4 4 4 | 4 4 4 4 | \break R4*120 | \break c'4 4 4 4 | 4 4 4 4 | 4 4 4 4 | 4 4 4 4 | c'4 4

Re: strange replacement 100 → hundred in NR

2020-10-01 Thread Jonas Hahnfeld via Discussions on LilyPond development
Am Donnerstag, den 01.10.2020, 16:03 +0200 schrieb Michael Käppler: > Am 01.10.2020 um 12:24 schrieb Jonas Hahnfeld via Discussions on > LilyPond development: > > So I think it's more likely that the issue got exposed by > > commit 5a957021a3 which runs lilypond once per document passed to > > lily

Re: strange replacement 100 → hundred in NR

2020-10-01 Thread Michael Käppler
Am 01.10.2020 um 12:24 schrieb Jonas Hahnfeld via Discussions on LilyPond development: So I think it's more likely that the issue got exposed by commit 5a957021a3 which runs lilypond once per document passed to lilypond-book instead of per included file. This increases the chance of being unlucky

Re: strange replacement 100 → hundred in NR

2020-10-01 Thread David Kastrup
Jonas Hahnfeld writes: > Am Donnerstag, den 01.10.2020, 14:07 +0200 schrieb David Kastrup: >> Jonas Hahnfeld writes: >> >> > Am Donnerstag, den 01.10.2020, 05:07 +0200 schrieb Werner LEMBERG: >> > > > > what was the last version in which this was seen working as >> > > > > expected? >> > > >>

Re: strange replacement 100 → hundred in NR

2020-10-01 Thread Jonas Hahnfeld via Discussions on LilyPond development
Am Donnerstag, den 01.10.2020, 14:07 +0200 schrieb David Kastrup: > Jonas Hahnfeld writes: > > > Am Donnerstag, den 01.10.2020, 05:07 +0200 schrieb Werner LEMBERG: > > > > > what was the last version in which this was seen working as > > > > > expected? > > > > > > For me, three weeks ago. > > >

Re: strange replacement 100 → hundred in NR

2020-10-01 Thread David Kastrup
Jonas Hahnfeld writes: > Am Donnerstag, den 01.10.2020, 05:07 +0200 schrieb Werner LEMBERG: >> >> what was the last version in which this was seen working as >> >> expected? >> >> For me, three weeks ago. >> >> > Probably never did but people got lucky. >> >> Yes, it looks like that. > > So I

Re: strange replacement 100 → hundred in NR

2020-10-01 Thread Jonas Hahnfeld via Discussions on LilyPond development
Am Donnerstag, den 01.10.2020, 05:07 +0200 schrieb Werner LEMBERG: > >> what was the last version in which this was seen working as > >> expected? > > For me, three weeks ago. > > > Probably never did but people got lucky. > > Yes, it looks like that. So I think it's more likely that the issue

Re: strange replacement 100 → hundred in NR

2020-09-30 Thread Werner LEMBERG
>> what was the last version in which this was seen working as >> expected? For me, three weeks ago. > Probably never did but people got lucky. Yes, it looks like that. Werner

Re: strange replacement 100 → hundred in NR

2020-09-30 Thread David Kastrup
Han-Wen Nienhuys writes: > On Wed, Sep 30, 2020 at 10:11 PM Han-Wen Nienhuys wrote: > >> >> >> On Wed, Sep 30, 2020 at 8:05 PM Werner LEMBERG wrote: >> >>> >>> [git 9c3803fba4960b4afa63baeb50201a0cfa48f8f1] >>> >>> I

Re: strange replacement 100 → hundred in NR

2020-09-30 Thread Han-Wen Nienhuys
On Wed, Sep 30, 2020 at 10:11 PM Han-Wen Nienhuys wrote: > > > On Wed, Sep 30, 2020 at 8:05 PM Werner LEMBERG wrote: > >> >> [git 9c3803fba4960b4afa63baeb50201a0cfa48f8f1] >> >> I've just built the whole documentation, and I get a strange string >>

Re: strange replacement 100 → hundred in NR

2020-09-30 Thread Han-Wen Nienhuys
On Wed, Sep 30, 2020 at 8:05 PM Werner LEMBERG wrote: > > [git 9c3803fba4960b4afa63baeb50201a0cfa48f8f1] > > I've just built the whole documentation, and I get a strange string > replacement in Appendix A of the NR (from file > `markup-list-commands.texi`), see attach

strange replacement 100 → hundred in NR

2020-09-30 Thread Werner LEMBERG
[git 9c3803fba4960b4afa63baeb50201a0cfa48f8f1] I've just built the whole documentation, and I get a strange string replacement in Appendix A of the NR (from file `markup-list-commands.texi`), see attached image. As far as I remember, this didn't happen previously. Is it possible that

Re: Strange space between beam and slur

2019-06-25 Thread Lukas-Fabian Moser
Hi David, > @gcc experts (hence posting to devel also): Unfortunately, I cannot > > build 2.19.15 on my machine because of errors of the type: > > > > /home/lukas/git/lilypond/lily/include/smobs.tcc:98:25: error: invalid > > conversion from 'int' to 'scm_unused_struct* (*)(SCM, SCM) {aka > > scm_u

Re: Strange space between beam and slur

2019-06-25 Thread David Kastrup
Lukas-Fabian Moser writes: > Hi Andrew, > > Am 25.06.19 um 10:56 schrieb Andrew Bernard: >> What is it about 19? Is it some magic borderline number in some unit >> system in lilypond? Do we know? > > I'd rather suspect there's some kind of "anthropic principle" at work > here: The bugs (at least

Re: Strange space between beam and slur

2019-06-25 Thread Lukas-Fabian Moser
Hi Andrew, Am 25.06.19 um 10:56 schrieb Andrew Bernard: What is it about 19? Is it some magic borderline number in some unit system in lilypond? Do we know? I'd rather suspect there's some kind of "anthropic principle" at work here: The bugs (at least the one I reported) should probably occur

Re: Strange space between beam and slur

2019-06-23 Thread Lukas-Fabian Moser
dy have an idea what precisely is causing the problem? Hmm, this works for me on 2.19.82 running on OSX under Frescobaldi. No extra space. What is your system configuration? Now that's strange. The error can be reproduced on LilyBin, so it's not my system (or an installation prob

Re: Strange space between beam and slur

2019-06-23 Thread James
Hello, On 22/06/2019 22:48, Lukas-Fabian Moser wrote: Folks, while engraving a Bach chorale, I stumbled over an overlarge space between a slur and a beam. After a happy hour of trying to boil the problem down to a minimal example, I arrived at: \version "2.19.39" \new Staff <<   {     R1  

Re: Strange space between beam and slur

2019-06-22 Thread Carl Sorensen
On 6/22/19, 3:48 PM, "Lukas-Fabian Moser" wrote: That's about as much as I can contribute, I guess. Does anybody have an idea what precisely is causing the problem? Hmm, this works for me on 2.19.82 running on OSX under Frescobaldi. No extra space. What is your system conf

Strange space between beam and slur

2019-06-22 Thread Lukas-Fabian Moser
Folks, while engraving a Bach chorale, I stumbled over an overlarge space between a slur and a beam. After a happy hour of trying to boil the problem down to a minimal example, I arrived at: \version "2.19.39" \new Staff <<   {     R1     a''8( b'' b'' a'')   } \\ {     r4   } >> This leads

Re: Strange behavior of lilypond-book in self compiled install

2017-10-02 Thread Francisco Vila
On 02/10/17 16:51, Francisco Vila wrote: > I can not reproduce it just now. I uninstalled the precompiled version, > did make install from git a couple of times, uninstalled it again, > installed the procompiled version again, repeated everything a couple > of times, and it seems to work now. The e

Re: Strange behavior of lilypond-book in self compiled install

2017-10-02 Thread Francisco Vila
On 01/10/17 19:09, Federico Bruni wrote: > If a program behaving like another program is not the strangest thing > you have seen, well, for me it is. > Both musicxml2ly and lilypond-book are in fact the same program, a > python wrapper, which looks at `basename $0' to decide who is himself. I > sti

Re: Strange behavior of lilypond-book in self compiled install

2017-10-01 Thread Federico Bruni
Il giorno dom 1 ott 2017 alle 17:27, Francisco Vila ha scritto: On 29/09/17 09:47, Francisco Vila wrote: Hello, In 2.19.80 (git translation branch) it happens that lilypond-book thinks it is musicxml2ly and behaves as such. When I install our pre-compiled version 2.19.65 from the web,

Re: Strange behavior of lilypond-book in self compiled install

2017-10-01 Thread Francisco Vila
On 29/09/17 09:47, Francisco Vila wrote: > Hello, > In 2.19.80 (git translation branch) it happens that lilypond-book thinks > it is musicxml2ly and behaves as such. When I install our pre-compiled > version 2.19.65 from the web, everything looks right. > > I lack the knowledge to debug this, but I

Strange behavior of lilypond-book in self compiled install

2017-09-29 Thread Francisco Vila
Hello, In 2.19.80 (git translation branch) it happens that lilypond-book thinks it is musicxml2ly and behaves as such. When I install our pre-compiled version 2.19.65 from the web, everything looks right. I lack the knowledge to debug this, but I'd thank any clue to begin with. Thank you! -- Fran

Re: Strange error message installing master from git sources

2015-08-29 Thread Thomas Morley
2015-08-29 17:42 GMT+02:00 David Kastrup : > Thomas Morley writes: > >> 2015-08-29 5:30 GMT+02:00 David Kastrup : >>> Thomas Morley writes: >>> Being on LilyDev3 ("Debian GNU/Linux 7 (wheezy)") I nuked my build, and started from scratch and I knew texgyre was _not_ installed.

Re: Strange error message installing master from git sources

2015-08-29 Thread David Kastrup
Thomas Morley writes: > 2015-08-29 5:30 GMT+02:00 David Kastrup : >> Thomas Morley writes: >> >>> Being on LilyDev3 ("Debian GNU/Linux 7 (wheezy)") >>> >>> I nuked my build, and started from scratch and I knew texgyre was >>> _not_ installed. >>> >>> Trying Dan's advice to get texgyre >>> http:/

Re: Strange error message installing master from git sources

2015-08-29 Thread Thomas Morley
2015-08-29 5:30 GMT+02:00 David Kastrup : > Thomas Morley writes: > >> Being on LilyDev3 ("Debian GNU/Linux 7 (wheezy)") >> >> I nuked my build, and started from scratch and I knew texgyre was >> _not_ installed. >> >> Trying Dan's advice to get texgyre >> http://lists.gnu.org/archive/html/lilypon

Re: Strange error message installing master from git sources

2015-08-29 Thread David Kastrup
Thomas Morley writes: > Being on LilyDev3 ("Debian GNU/Linux 7 (wheezy)") > > I nuked my build, and started from scratch and I knew texgyre was > _not_ installed. > > Trying Dan's advice to get texgyre > http://lists.gnu.org/archive/html/lilypond-devel/2015-08/msg00132.html > didn't succeed. > >

Re: Strange error message installing master from git sources

2015-08-29 Thread Villum Sejersen
On 29-08-2015 01:12, Thomas Morley wrote: . . I had a similiar problem: Being on LilyDev3 ("Debian GNU/Linux 7 (wheezy)") I nuked my build, and started from scratch and I knew texgyre was _not_ installed. Trying Dan's advice to get texgyre http://lists.gnu.org/archive/html/lilypond-

Re: Strange error message installing master from git sources

2015-08-28 Thread Thomas Morley
2015-08-28 10:13 GMT+02:00 Villum Sejersen : > For around a week I have encountered a strange error message when installing > lilypond master from git sources. I have no local branches. > > address@hidden:/usr/local/src/lilypond/build# lilypond -v > GNU LilyPond 2.19.26 > &g

Re: Strange error message installing master from git sources

2015-08-28 Thread David Kastrup
Villum Sejersen writes: > Hello > > On 28-08-2015 13:11, James wrote: > >> Hello, >> >> >> On 28/08/15 09:13, Villum Sejersen wrote: >>> For around a week I have encountered a strange error message when >>> installing lilypond master from

Re: Strange error message installing master from git sources

2015-08-28 Thread Masamichi HOSODA
> Hello > > On 28-08-2015 13:11, James wrote: > >> Hello, >> >> >> On 28/08/15 09:13, Villum Sejersen wrote: >>> For around a week I have encountered a strange error message when >>> installing lilypond master from git sources. I have no

Re: Strange error message installing master from git sources

2015-08-28 Thread Villum Sejersen
Hello On 28-08-2015 13:11, James wrote: Hello, On 28/08/15 09:13, Villum Sejersen wrote: For around a week I have encountered a strange error message when installing lilypond master from git sources. I have no local branches. address@hidden:/usr/local/src/lilypond/build# lilypond -v GNU

Re: Strange error message installing master from git sources

2015-08-28 Thread James
Hello, On 28/08/15 09:13, Villum Sejersen wrote: > For around a week I have encountered a strange error message when > installing lilypond master from git sources. I have no local branches. > > address@hidden:/usr/local/src/lilypond/build# lilypond -v > GNU LilyPond 2.19.26 &

Strange error message installing master from git sources

2015-08-28 Thread Villum Sejersen
For around a week I have encountered a strange error message when installing lilypond master from git sources. I have no local branches. address@hidden:/usr/local/src/lilypond/build# lilypond -v GNU LilyPond 2.19.26 Until at the point shown below, no errors or warnings occurred. = git

Re: Strange "make check" error

2015-05-01 Thread David Kastrup
David Kastrup writes: > David Kastrup writes: > >> Cleaned everything out. Baseline got rebuilt, same error. Checking >> different patch (4360 instead of 4357), same error. >> >> I'll eventually do the "reboot computer" dance but I suspect that we got >> ourselves a problem with Ubuntu 15.04.

Re: Strange "make check" error

2015-05-01 Thread Benkő Pál
> I suspect that we got ourselves a problem with Ubuntu 15.04. I got the same assertion, on Lubuntu 15.04. p ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Strange "make check" error

2015-05-01 Thread James
On 01/05/15 11:36, David Kastrup wrote: James writes: On 01/05/15 10:28, David Kastrup wrote: David Kastrup writes: "Phil Holmes" writes: - Original Message - From: "David Kastrup" To: Sent: Friday, May 01, 2015 9:47 AM Subject: Strange "make c

Re: Strange "make check" error

2015-05-01 Thread James
On 01/05/15 11:40, David Kastrup wrote: David Kastrup writes: Cleaned everything out. Baseline got rebuilt, same error. Checking different patch (4360 instead of 4357), same error. I'll eventually do the "reboot computer" dance but I suspect that we got ourselves a problem with Ubuntu 15.

Re: Strange "make check" error

2015-05-01 Thread David Kastrup
David Kastrup writes: > Cleaned everything out. Baseline got rebuilt, same error. Checking > different patch (4360 instead of 4357), same error. > > I'll eventually do the "reboot computer" dance but I suspect that we got > ourselves a problem with Ubuntu 15.04. Well, either that, or with the

Re: Strange "make check" error

2015-05-01 Thread David Kastrup
James writes: > On 01/05/15 10:28, David Kastrup wrote: >> David Kastrup writes: >> >>> "Phil Holmes" writes: >>> >>>> - Original Message - >>>> From: "David Kastrup" >>>> To: >>>> S

Re: Strange "make check" error

2015-05-01 Thread James
On 01/05/15 10:28, David Kastrup wrote: David Kastrup writes: "Phil Holmes" writes: - Original Message - From: "David Kastrup" To: Sent: Friday, May 01, 2015 9:47 AM Subject: Strange "make check" error Never seen anything like that. I

Re: Strange "make check" error

2015-05-01 Thread David Kastrup
David Kastrup writes: > "Phil Holmes" writes: > >> - Original Message - >> From: "David Kastrup" >> To: >> Sent: Friday, May 01, 2015 9:47 AM >> Subject: Strange "make check" error >> >> >>> >

Re: Strange "make check" error

2015-05-01 Thread David Kastrup
"Phil Holmes" writes: > - Original Message - > From: "David Kastrup" > To: > Sent: Friday, May 01, 2015 9:47 AM > Subject: Strange "make check" error > > >> >> Never seen anything like that. I suppose it will be a

Re: Strange "make check" error

2015-05-01 Thread Phil Holmes
- Original Message - From: "David Kastrup" To: Sent: Friday, May 01, 2015 9:47 AM Subject: Strange "make check" error Never seen anything like that. I suppose it will be a fluke and rerunning the test will "fix" it, but has anybody encountered anyth

Strange "make check" error

2015-05-01 Thread David Kastrup
p/lilypond-autobuild/GNUmakefile.in:325: recipe for target 'local-check' failed make: *** [local-check] Error 1 Never seen anything like that. I suppose it will be a fluke and rerunning the test will "fix" it, but has anybody encoun

Re: strange behaviour with dotted note before gregorian music

2015-01-27 Thread Ali Cuota
James, you are right, I just wanted to answer fast between 2 appointments. Here it is Franck 2015-01-27 17:07 GMT-05:00, James Lowe : > On 27/01/15 18:25, Ali Cuota wrote: >> Here it is. > > Hardly a 'tiny' example > > http://lilypond.org/tiny-examples.html > > Can you at least get rid of the cruf

Re: strange behaviour with dotted note before gregorian music

2015-01-27 Thread Thomas Morley
2015-01-27 23:07 GMT+01:00 James Lowe : > On 27/01/15 18:25, Ali Cuota wrote: >> Here it is. > > Hardly a 'tiny' example > > http://lilypond.org/tiny-examples.html > > Can you at least get rid of the cruft that isn't anything to do with the > problem? I.e. a single file would help to determine if t

Re: strange behaviour with dotted note before gregorian music

2015-01-27 Thread James Lowe
On 27/01/15 18:25, Ali Cuota wrote: > Here it is. Hardly a 'tiny' example http://lilypond.org/tiny-examples.html Can you at least get rid of the cruft that isn't anything to do with the problem? I.e. a single file would help to determine if the problem is to do with the 'include' function or not

  1   2   3   >