Re: [Frescobaldi] convert-ly don't work in 3.0.1 in Windows

2018-09-10 Thread Urs Liska
Am 10.09.2018 um 19:07 schrieb Urs Liska: Am 10. September 2018 18:29:32 MESZ schrieb Federico Bruni : Hi Anders I confirm the problem on Windows 7. Detailed versions: Frescobaldi: 3.0.1 Python: 3.5.2 python-ly: 0.9.4 Qt: 5.8.0 PyQt: 5.8.1 sip: 4.19.1 poppler: 0.52.0 python-poppler-qt:

Re: Spacing of titles and text in a \book

2018-09-10 Thread Ralph Palmer
On Sun, Sep 9, 2018 at 6:41 PM foxfanfare wrote: > Ralph Palmer wrote > > > > > I'm having difficulties with the spacing. > > For your first problem, I'd suggest to play with (in the \paper block): > markup-system-spacing = #'((basic-distance . 20) > (padding . 2) >

Re: Extend Whiteout property

2018-09-10 Thread Lukas-Fabian Moser
Hi Urs, thanks for all the detailed explanations! So it would be nice if someone with the C++ knowledge could have a look at https://github.com/lilypond/lilypond/pull/3 and comment on it there. Note: the goal is not to merge the branch into the Github mirror but only to provide review. Once

Re: Extend Whiteout property

2018-09-10 Thread Urs Liska
Hi Lukas-Fabian, Am 10.09.2018 um 18:23 schrieb Lukas-Fabian Moser: What you can do now is * fork this repository * register the fork and the main Github repository as "remotes" in your local repository (I suggest to name them "github" and "" if you have the Savannah

Edition Engraver question

2018-09-10 Thread Craig Dabelstein
Hi all, I'm trying to use the EE to add a simple text markup but can't get it to work. I musn't be referencing the voice correctly. Can anyone give me some pointers? All the best, Craig \version "2.19.82" \include "oll-core/package.ily" \loadPackage edition-engraver snaredrumNotes =

Re: How to display a rim shot

2018-09-10 Thread OTIS DOSS III
Nice ... I was wondering just how to do something like that!! Thanks so much Lukas > On September 10, 2018 at 1:59 PM Lukas-Fabian Moser wrote: > > > > >> Would something like the following help? > > Just for ease of use: > > > \version "2.19.82" > > slash-over-note = #(lambda (grob) >

Re: landscape printing and viewing

2018-09-10 Thread David Wright
On Mon 10 Sep 2018 at 00:55:36 (+0200), Simon Albrecht wrote: > On 09.09.2018 23:13, David Kastrup wrote: > > Kieren MacMillan writes: > > > Hi Martin, > > > > \paper { > > > > #(set-paper-size "a4" 'landscape) > > > > } > > > If I’m not mistaken, the correct incantation is > > > > > > \paper

Re: How to display a rim shot

2018-09-10 Thread Lukas-Fabian Moser
Would something like the following help? Just for ease of use: \version "2.19.82" slash-over-note = #(lambda (grob)   (let* ((note (ly:note-head::print grob)) (x-extent (ly:stencil-extent note X)) (y-extent (ly:stencil-extent note Y)) (scaling (magstep

Re: [Frescobaldi] convert-ly don't work in 3.0.1 in Windows

2018-09-10 Thread Urs Liska
Am 10. September 2018 18:29:32 MESZ schrieb Federico Bruni : >Hi Anders > >I confirm the problem on Windows 7. >Detailed versions: > >Frescobaldi: 3.0.1 >Python: 3.5.2 >python-ly: 0.9.4 >Qt: 5.8.0 >PyQt: 5.8.1 >sip: 4.19.1 >poppler: 0.52.0 >python-poppler-qt: 0.24.2 >OS: Windows-7-6.1.7601-SP1

Re: How to display a rim shot

2018-09-10 Thread OTIS DOSS III
Awesome!!! That is just what I wanted. Thanks so much Aaron > On September 10, 2018 at 12:31 PM Aaron Hill wrote: > > > On 2018-09-09 4:46 pm, OTIS DOSS III wrote: > > > > As my subject indicates, I want to display a rim shot, which is > > typically indicated by a

Re: How to display a rim shot

2018-09-10 Thread Aaron Hill
On 2018-09-09 4:46 pm, OTIS DOSS III wrote: As my subject indicates, I want to display a rim shot, which is typically indicated by a note with a diagonal slash: I've searched the documentation, but I can't find out how to do this. Can this been done? And how? Thanks times infinity in advance

Re: Position of rests

2018-09-10 Thread Lukas-Fabian Moser
Harm, a walk-through: [...] Trivial as it may seem to the more experienced LilyPond hackers, this might be a candidate for inclusion in the documentation! Especially the repeated application of the "display what's on hand" trick is enormously helpful, I think. Thank you! Best Lukas

Re: [Frescobaldi] convert-ly don't work in 3.0.1 in Windows

2018-09-10 Thread Federico Bruni
Hi Anders I confirm the problem on Windows 7. Detailed versions: Frescobaldi: 3.0.1 Python: 3.5.2 python-ly: 0.9.4 Qt: 5.8.0 PyQt: 5.8.1 sip: 4.19.1 poppler: 0.52.0 python-poppler-qt: 0.24.2 OS: Windows-7-6.1.7601-SP1 I wonder if any Windows user using Frescobaldi 3 can confirm it. That's why

Re: Extend Whiteout property

2018-09-10 Thread Lukas-Fabian Moser
What you can do now is * fork this repository * register the fork and the main Github repository as "remotes" in your local repository (I suggest to name them "github" and "" if you have the Savannah repository as "origin") * create a branch for your path * commit * push

Re: landscape printing and viewing

2018-09-10 Thread Wols Lists
On 09/09/18 23:55, Simon Albrecht wrote: > On 09.09.2018 23:13, David Kastrup wrote: >> Kieren MacMillan writes: >>> Hi Martin, \paper { #(set-paper-size "a4" 'landscape) } >>> If I’m not mistaken, the correct incantation is >>> >>> \paper { >>> #(set-paper-size "a4landscape")

Re: two voices system - one "Pause" R1 on the b line?

2018-09-10 Thread Engraver
Op 9 september 2018 14:08:29 schreef Bernhard Kleine : Thank you Phil I now managed this with \override MultiMeasureRest.staff-position = #0 from the Documentation for one voice. The other voice gets s1. Bernhard An alternative would be to use the merge-rests-engraver. That way you can