Re: More spacing troubles.

2018-07-15 Thread Andrew Bernard
Hi Hwaen, \fill-line spreads out text evenly spaced across a line. You don't need it. Also, if you want to specify indents, one way to do so is to use the text on a line with \line. Try something like your modified example below. [You could have made it much more minimal.] Andrew \version

Re: Lilypond fails after system upgrade.

2018-07-15 Thread Pierre Perol-Schneider
Hi Peter, This happend if the pdf is open when trying to compile (Windows). Close the pdf and it should compile. Cheers, Pierre 2018-07-16 7:26 GMT+02:00 Urs Liska : > > > Am 16. Juli 2018 02:37:27 MESZ schrieb Peter Terpstra < > peter.terpst...@gmail.com>: > > > >Dear people, > >Upgraded my

Re: Lilypond fails after system upgrade.

2018-07-15 Thread Urs Liska
Am 16. Juli 2018 02:37:27 MESZ schrieb Peter Terpstra : > >Dear people, >Upgraded my the pc to opensuse leap 15. > >On many documents (not all) i get now this error: >warning: >`(gs -q -dSAFER -dDEVICEWIDTHPOINTS=612.00 -dDEVICEHEIGHTPOINTS=792.00 >-dCompatibilityLevel=1.4 -dNOPAUSE -dBATCH

Re: http://lilypond.org/help-us.html afunctional

2018-07-15 Thread Graham Percival
On Thu, Jul 05, 2018 at 08:49:12PM +0200, David Kastrup wrote: > Graham Percival writes: > > I suspect that the issue is that we only want a string in the form > > "2.19", and it was easier to create such a string by concatenating > > MAJOR_VERSION and MINOR_VERSION, instead of taking

More spacing troubles.

2018-07-15 Thread Hwaen Ch'uqi
Greetings All, I return with another spacing question, this time horizontal. Below is the code for part of a syllabus. The result is that single lines of text are properly indented, but none of the wrapped strings correctly indent. I must be missing something fundamental here, but I cannot figure

Re: Lilypond fails after system upgrade.

2018-07-15 Thread Knut Petersen
Am 16.07.2018 um 02:37 schrieb Peter Terpstra: Upgraded my the pc to opensuse leap 15. On many documents (not all) i get now this error: warning: `(gs -q -dSAFER -dDEVICEWIDTHPOINTS=612.00 -dDEVICEHEIGHTPOINTS=792.00 -dCompatibilityLevel=1.4 -dNOPAUSE -dBATCH -r1200 -sDEVICE=pdfwrite

Re: Question about baseline-skip.

2018-07-15 Thread Hwaen Ch'uqi
Greetings Torsten, Thank you so much for the explanation AND for the examples, despite my lack of a minimal example. It was most helpful. Hwaen Ch'uqi On 7/14/18, Torsten Hämmerle wrote: > Hi Hwaen, > > I get your point (although a minimal example for demonstration purposes > would have

Re: Lilypond fails after system upgrade.

2018-07-15 Thread Ben
On 7/15/2018 8:37 PM, Peter Terpstra wrote: Dear people, Upgraded my the pc to opensuse leap 15. On many documents (not all) i get now this error: warning: `(gs -q -dSAFER -dDEVICEWIDTHPOINTS=612.00 -dDEVICEHEIGHTPOINTS=792.00 -dCompatibilityLevel=1.4 -dNOPAUSE -dBATCH -r1200 -sDEVICE=pdfwrite

Lilypond fails after system upgrade.

2018-07-15 Thread Peter Terpstra
Dear people, Upgraded my the pc to opensuse leap 15. On many documents (not all) i get now this error: warning: `(gs -q -dSAFER -dDEVICEWIDTHPOINTS=612.00 -dDEVICEHEIGHTPOINTS=792.00 -dCompatibilityLevel=1.4 -dNOPAUSE -dBATCH -r1200 -sDEVICE=pdfwrite -sOutputFile=./Etude-nr.8.pdf

Re: Lining Numerals

2018-07-15 Thread Torsten Hämmerle
Yes, the font-features property may contain a list of open type font features, why shouldn't it be possible to set "lnum", "tnum", or "pnum" instead of "onum"? You can even use "frac" for fractional numbers etc. if the font supports it. All the best, Torsten -- Sent from:

Lining Numerals

2018-07-15 Thread NagyMusic
Hello! Is it possible to set the lining numerals option when using a text font that displays the old style numerals by default, but includes open type features and variants? Thank you! ___ lilypond-user mailing list lilypond-user@gnu.org

Re: Hacker Warning

2018-07-15 Thread Michael Hendry
> On 13 Jul 2018, at 16:34, Karlin High wrote: > > On 7/13/2018 10:27 AM, Michael Hendry wrote: >> I have taken steps to improve the security of my passwords. > > I'd be lost without a password manager. Quite a few to choose from, I can > think of 1Password, Dashlane, Encryptr, KeePass,

Re: Some openLilyLib packages/modules open for testing

2018-07-15 Thread Jan-Peter Voigt
Hi Urs, Am 13.07.2018 um 17:59 schrieb Urs Liska: > In recent weeks (as you'll have noticed) I had the wonderful opportunity > to work on it on a partially paid basis: I had to implement some > functionality and was in essence paid to work on that for 7x8 hours. > What had to be created amounted

Re: How do I use \tag? (lyuser: message 5 of 20)

2018-07-15 Thread Simon Albrecht
On 15.07.2018 16:38, Trevor wrote: From: lyuser.theg...@spamgourmet.com To: lilypond-user@gnu.org Sent: 15/07/2018 15:19:54 Subject: Re: How do I use \tag? (lyuser: message 5 of 20) Hello Trevor bla = -\markup { Bla } melody = \relative c'' {   c4 d e f ^\bla   c4 d e f ^\tag #'a \bla % (1)

Re[2]: How do I use \tag? (lyuser: message 5 of 20)

2018-07-15 Thread Trevor
From: lyuser.theg...@spamgourmet.com To: lilypond-user@gnu.org Sent: 15/07/2018 15:19:54 Subject: Re: How do I use \tag? (lyuser: message 5 of 20) Hello Trevor bla = -\markup { Bla } melody = \relative c'' { c4 d e f ^\bla c4 d e f ^\tag #'a \bla % (1) } \keepWithTag #'a \melody

Re: How do I use \tag? (lyuser: message 5 of 20)

2018-07-15 Thread lyuser . thegrue
Hello Trevor > bla = -\markup { Bla } > > melody = \relative c'' { >   c4 d e f ^\bla >   c4 d e f ^\tag #'a \bla % (1) > } > > \keepWithTag #'a \melody > > \removeWithTag #'a \melody > > Hopefully this works in 2.18 too. Yes, it works :) Thank you! Could you please point me to the

Re[2]: How do I use \tag?

2018-07-15 Thread Trevor
Maybe slightly simpler: \version "2.19.82" bla = -\markup { Bla } melody = \relative c'' { c4 d e f ^\bla c4 d e f ^\tag #'a \bla % (1) c4 d e f ^\tag #'a \bla % (2) c4 d e f ^\tag #'a \bla % (3) } \keepWithTag #'a \melody \removeWithTag #'a \melody Hopefully this works in 2.18

Re: How do I use \tag?

2018-07-15 Thread Pierre Perol-Schneider
Hi, Does this help ? \version "2.18.2" bla = \markup{Bla} melody = \relative c'' { c4 d e f ^\bla c4 d e f \tag #'a {<>^\bla} % (1) c4 d e f \tag #'a {<>^\bla} % (2) c4 d e f \tag #'a {<>^\bla} % (3) } \keepWithTag #'a \melody \removeWithTag #'a \melody Cheers, Pierre 2018-07-15

How do I use \tag?

2018-07-15 Thread lyuser . thegrue
Hello! Here on the list you showed me that I can better re-use my lilypond-code by using \tag s. Wonderful :) It's only - I don't understand how. given this very simple piece of code: \version "2.18.2" bla = \markup{Bla} melody = \relative c'' { c4 d e f ^\bla c4 d e f \tag #'a {^\bla} %

Re: Some openLilyLib packages/modules open for testing

2018-07-15 Thread Urs Liska
Am 15. Juli 2018 01:46:00 MESZ schrieb Craig Dabelstein : >Hi Urs, > >My mistake. Once I had pulled all the changes compiling times were >fine. > Oh, so glad to hear that! >Craig > ___ lilypond-user mailing list lilypond-user@gnu.org