Error with Frescobaldi and python-poppler

2017-09-22 Thread Jaime Oliver La Rosa
Hi all, I am encountering this problem when trying to engrave any score in Frescobaldi. The score compiles fine, but I can't see the preview, and I get the error below as described in this post: https://github.com/wbsoft/frescobaldi/issues/838 Is there a known solution for this? I am using

Re: NullVoice lyrics alignment error

2017-09-22 Thread David Wright
On Fri 22 Sep 2017 at 16:48:38 (-0400), Pierre-Luc Gauthier wrote: > 2017-09-21 18:43 GMT-04:00 David Wright : > > My observations (again without knowing what the code actually does) > > suggest that because no X-space is required to set anything¹, the > > positions of

Re: Regtest for issue 5181 (was: \mark and slur)

2017-09-22 Thread Thomas Morley
2017-09-22 12:22 GMT+02:00 David Kastrup : > Thomas Morley writes: > >> 2017-09-16 22:21 GMT+02:00 David Kastrup : >>> Thomas Morley writes: >>> 2017-09-16 21:49 GMT+02:00 David Kastrup :

Re: NullVoice lyrics alignment error

2017-09-22 Thread Pierre-Luc Gauthier
2017-09-21 18:43 GMT-04:00 David Wright : > Say I'm setting a typical Anglican (Episcopal) hymn in four parts on > two staves with the words in between them. The voice parts will have > passing notes etc. at different times, each of which necessitates a > left-alignment

Re: MMR vs Rest collision

2017-09-22 Thread Pierre-Luc Gauthier
Hi Phil, 2017-09-22 11:17 GMT-04:00 Phil Holmes : > http://lilypond.org/doc/v2.19/Documentation/notation/writing-rests#full-measure-rests > See "Positioning multi-measure rests" Thanks for the pointer. I should have mentioned that I'm aware that you can set them manually.

Re: restrain string numbers

2017-09-22 Thread bb
Thanks, works nice! Am 22.09.2017 um 17:06 schrieb David Kastrup: > bb writes: > >> I want to restrain/omit string numbers in the score. But I need them to >> define because of the guitar tabs. How can I do that? >> >> I was looking in the lilypond-user Archives for

Re: restrain string numbers

2017-09-22 Thread bb
Thanks, works nice! Am 22.09.2017 um 17:07 schrieb Marc Hohl: > \new Staff \with { \omit StringNumber } { ... your music } ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: restrain string numbers

2017-09-22 Thread Marc Hohl
Am 22.09.2017 4:51 nachm. schrieb bb :I want to restrain/omit string numbers in the score. But I need them to define because of the guitar tabs. How can I do that? \new Staff \with { \omit StringNumber } { ... your music

Re: Creating a 11-line system

2017-09-22 Thread Nathan Ho
On 2017-09-22 00:55, Ståle Ødegården wrote: Thank you, this is excactly what I was looking for! I have another challenge: making the key signature also mimic a standard PianoStaff setup. I have a partial solution with «\override KeySignature.flat-positions = #'((-10 . 10))» and similar, but I

Re: MMR vs Rest collision

2017-09-22 Thread Phil Holmes
- Original Message - From: "Pierre-Luc Gauthier" To: "lilypond-user" Sent: Friday, September 22, 2017 3:58 PM Subject: MMR vs Rest collision Hi there, Why is it that rests avoid collisions and MMRs do not? Also, is there a way to

Re: restrain string numbers

2017-09-22 Thread Malte Meyn
Am 22.09.2017 um 16:51 schrieb bb: I want to restrain/omit string numbers in the score. But I need them to define because of the guitar tabs. How can I do that? I was looking in the lilypond-user Archives for restrain/omit/avoid/no string numbers but found no hit. Regards BB \omit

Re: restrain string numbers

2017-09-22 Thread David Kastrup
bb writes: > I want to restrain/omit string numbers in the score. But I need them to > define because of the guitar tabs. How can I do that? > > I was looking in the lilypond-user Archives for restrain/omit/avoid/no > string numbers but found no hit. Huh. At any

MMR vs Rest collision

2017-09-22 Thread Pierre-Luc Gauthier
Hi there, Why is it that rests avoid collisions and MMRs do not? Also, is there a way to tell the MMR to go as far as needed to be bellow voice one? MWE : \version "2.21.0" << \repeat unfold 4 {c8 d} \\ r1 >> << \repeat unfold 4 {c8 d} \\ R1 >> Thank you -- Pierre-Luc Gauthier

restrain string numbers

2017-09-22 Thread bb
I want to restrain/omit string numbers in the score. But I need them to define because of the guitar tabs. How can I do that? I was looking in the lilypond-user Archives for restrain/omit/avoid/no string numbers but found no hit. Regards BB ___

partcombine grace

2017-09-22 Thread Pierre-Luc Gauthier
Hi there, When I use grace notes in a partcombined part, I often get this situation where the CombineTextScript is attached *after* the grace notes instead of being attached to the first grace notes. I tried adding spacers here and there but it does not help. Is this an expected behavior? Here

Regtest for issue 5181 (was: \mark and slur)

2017-09-22 Thread David Kastrup
Thomas Morley writes: > 2017-09-16 22:21 GMT+02:00 David Kastrup : >> Thomas Morley writes: >> >>> 2017-09-16 21:49 GMT+02:00 David Kastrup : >>> And, uh, it is lacking regtests and documentation. Because

Re: Creating a 11-line system

2017-09-22 Thread Ståle Ødegården
Thank you, this is excactly what I was looking for! I have another challenge: making the key signature also mimic a standard PianoStaff setup. I have a partial solution with «\override KeySignature.flat-positions = #'((-10 . 10))» and similar, but I don’t want the «extra» accidentals in the

Re: Position of rests inside beamed groups

2017-09-22 Thread Gilberto Agostinho
Hello Harm, Thanks for your reply. Thomas Morley-2 wrote > Best I can think of is: > > { > \override Staff.Stem.stemlet-length = #1.25 > c'16[ d' > \once\override NoteColumn.X-offset = 1 > r deses'] > } This works quite well! I've made some quick tests and the scores are looking much