Re: TimeSignature and magnifyStaff

2018-07-15 Thread James Lowe
On Sun, 15 Jul 2018 08:05:05 +0200, Malte Meyn wrote: > > Am 14.07.2018 um 23:40 schrieb foxfanfare: > > I found a strange bug when using the magnifyStaff tool. In this example, you > > can see a collusion between the clef and the time signature occurs when the > > lowest staff is smaller

Re: Crash with simultaneous-duplicating music function and onceoffset

2018-07-15 Thread James Lowe
Hello, On Sun, 15 Jul 2018 20:09:52 -0700, Aaron Hill wrote: > On 2018-07-15 18:21, Simon Albrecht wrote: > > Hello everybody, > > > > this combination of a custom music function that combines the music > > simultaneously with itself and a \once\offset command causes LilyPond > > to crash

Re: Feature request: let layout accept several layouts stored in variables

2018-07-15 Thread James Lowe
Hello, On Sun, 15 Jul 2018 09:24:22 +0200, Malte Meyn wrote: > Hi list, > > it’s possible to write something like > > > Cheers, > Malte I created https://sourceforge.net/p/testlilyissues/issues/5382/ for this request. James ___

Re: Crash with simultaneous-duplicating music function and \once\offset

2018-07-15 Thread Aaron Hill
On 2018-07-15 18:21, Simon Albrecht wrote: Hello everybody, this combination of a custom music function that combines the music simultaneously with itself and a \once\offset command causes LilyPond to crash (exit with return code 11): \version "2.19.82" test =

Crash with simultaneous-duplicating music function and \once\offset

2018-07-15 Thread Simon Albrecht
Hello everybody, this combination of a custom music function that combines the music simultaneously with itself and a \once\offset command causes LilyPond to crash (exit with return code 11): \version "2.19.82" test = #(define-music-function (parser location mus) (ly:music?)  

Re: Feature request: let \layout accept several \layouts stored in variables

2018-07-15 Thread David Kastrup
Simon Albrecht writes: > On 15.07.2018 16:48, David Kastrup wrote: >> What? Being able to specify two conflicting \layout definitions at once >> and having LilyPond magically merge them by guessing correctly how the >> user wants every conflict to be resolved? >> >> Magic is always a great

Re: Feature request: let \layout accept several \layouts stored in variables

2018-07-15 Thread Urs Liska
Am 15.07.2018 um 17:36 schrieb Simon Albrecht: On 15.07.2018 16:48, David Kastrup wrote: What?  Being able to specify two conflicting \layout definitions at once and having LilyPond magically merge them by guessing correctly how the user wants every conflict to be resolved? Magic is always a

Re: Feature request: let \layout accept several \layouts stored in variables

2018-07-15 Thread Simon Albrecht
On 15.07.2018 16:48, David Kastrup wrote: What? Being able to specify two conflicting \layout definitions at once and having LilyPond magically merge them by guessing correctly how the user wants every conflict to be resolved? Magic is always a great thing to wish for. Until it does stuff you

Re: Feature request: let \layout accept several \layouts stored in variables

2018-07-15 Thread David Kastrup
Urs Liska writes: > Am 15.07.2018 um 09:24 schrieb Malte Meyn: > >> Currently, that gives an “error: bad expression type” for >> \musicaFicta. If not putting \ambitus and \musicaFicta in another >> \layout layer, that will give two scores, one with Ambitus_engraver >> and one with

Re: Feature request: let \layout accept several \layouts stored in variables

2018-07-15 Thread Urs Liska
Am 15.07.2018 um 09:24 schrieb Malte Meyn: Hi list, it’s possible to write something like % ambitus = \layout {   \context {     \Voice     \consists Ambitus_engraver   } } \score {   \relative { c' d e f g a b c }   \ambitus } % or put the

Re: Feature request: let \layout accept several \layouts stored in variables

2018-07-15 Thread Thomas Morley
2018-07-15 9:24 GMT+02:00 Malte Meyn : > Hi list, > > it’s possible to write something like > > % > ambitus = \layout { > \context { > \Voice > \consists Ambitus_engraver > } > } > > \score { > \relative { c' d e f g a b c } > \ambitus > } >

Feature request: let \layout accept several \layouts stored in variables

2018-07-15 Thread Malte Meyn
Hi list, it’s possible to write something like % ambitus = \layout { \context { \Voice \consists Ambitus_engraver } } \score { \relative { c' d e f g a b c } \ambitus } % or put the \layout variable in a \layout block:

[BUG] Problems in gregorian style lyrics with combination of episem and melisma

2018-07-15 Thread Jaap de Wolff
Hello, About a week ago I did sent the bug report below. There was a comment on it on which I replied. At this moment it is still not on the bug list, while younger reports are. No one told me it was not a proper bug report, or it was not accepted. Possible it was not clear that it was intended

Re: TimeSignature and magnifyStaff

2018-07-15 Thread Malte Meyn
Am 14.07.2018 um 23:40 schrieb foxfanfare: I found a strange bug when using the magnifyStaff tool. In this example, you can see a collusion between the clef and the time signature occurs when the lowest staff is smaller (and not otherwise). Sounds like a bug to me, what do you think? Is there