Re: Ossia with dashed span bars

2015-12-30 Thread tisimst
Ralph, Ralph Palmer wrote > [...] I need dashed span bars between the lower normal staff and > the ossia staff. I've tried everthing I could think of, using the LSR and > the Notation Reference, but no luck. I could see what I want, but with > only > a single bar line, in the Notation Reference,

Adjusting OttavaBracket parameters (was "Re: can't seem to apply tweaks on tweaks")

2015-12-30 Thread Kieren MacMillan
Hi Harm, Now that my custom ottavation function isn’t overriding the stencil, how do I adjust all of the parameters I had set in the “bound-details” version (e.g., X, Y, padding, right-broken.X, etc.)? Thanks, Kieren. p.s. My original function was simply extended from the example in the

Re: Ossia with dashed span bars

2015-12-30 Thread Andrew Bernard
Dear Abraham, Very clear and very nice. This ought to be an LSR snippet for sure. Andrew ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: PDF portfolio of 2.19.34 docs

2015-12-30 Thread Dr Nicholas J Bailey
You can open it in Okular then save the embedded files if that helps anybody. On Saturday 26 December 2015 17:00:52 Nick Payne wrote: > A fully indexed portfolio of the 2.19.34 PDF docs is available at > https://www.dropbox.com/s/fwulx0b02yf72l6/lilydoc-2.19.34.pdf?dl=0 (39Mb). > > Needs Adobe

Re: Percent repeat counter in Staff with ChordNames

2015-12-30 Thread Robert Schmaus
Hi David, as you pointed out a week ago, this works fine: \version "2.19.18" \score { \new Staff \with { \accepts "ChordNames" \consists Percent_repeat_engraver } { % some written out music c''4 c'' c'' c'' % switch to changes \chords { \set

Re: Percent repeat counter in Staff with ChordNames

2015-12-30 Thread Robert Schmaus
Am 30/12/15 um 20:35 schrieb David Kastrup: Robert Schmaus writes: Hi David, as you pointed out a week ago, this works fine: \version "2.19.18" \score { \new Staff \with { \accepts "ChordNames" \consists Percent_repeat_engraver } { % some

RE: Question about page break time indices

2015-12-30 Thread Dirk Klamer
Carl, Use the the bar numbers and the timing of a single (average) bar duration to calculate the time somewhere in the music Is this a option? Kind regards, Dirk -Original Message- From: lilypond-user-bounces+klamer=zonnet...@gnu.org

Re: Percent repeat counter in Staff with ChordNames

2015-12-30 Thread David Kastrup
Robert Schmaus writes: > Hi David, > > as you pointed out a week ago, this works fine: > > \version "2.19.18" > > \score { > > \new Staff > \with { > \accepts "ChordNames" > \consists Percent_repeat_engraver > } { > % some written out music > c''4 c''

Re: does not save file automatically after "run" lilypond "

2015-12-30 Thread MING TSANG
hi, Jacques, Robert, Simon, David, Thomas, Michael Gerdau,Johan Vroman: Thank you for the responses. It helps.  Now I save .ly file before execute lilypond - midi pdf files are saved. Looking forward for lilypond v2.19.35 Immanuel,Ming From: Jacques Menu To: MING

Re: Apply \editionMod to grace note

2015-12-30 Thread Urs Liska
Hi all, so: what is the incantation for ly:make-moment to address some point in a \partial ? Modifying David's snippet below to \version "2.19.30" { \partial 4 \once \override NoteHead.after-line-breaking = #(lambda (grob) (display (grob::when grob)) (newline)) c''4

Re: incorporating .pdf file into a text

2015-12-30 Thread Andrew Bernard
Easier and simpler – use the convert tool from the ImageMagick suite. $ convert file.pdf file.png Import PNG into Writer using Insert->Image. Works on Linux. Andrew ___ lilypond-user mailing list lilypond-user@gnu.org

Re: can't seem to apply tweaks on tweaks

2015-12-30 Thread Kieren MacMillan
Hi Harm, > I don't think OttavaBracket.bound-details does anything, I'd delete it. It doesn’t any more, because the stencil is no longer being overridden: SNIPPET BEGINS \version "2.19.32" \paper { ragged-right = ##f } #(define eightva #{ \markup %% messing around with

Re: Apply \editionMod to grace note

2015-12-30 Thread Kieren MacMillan
Hi Urs, > so: what is the incantation for ly:make-moment to address some point in a > \partial ? In my current score, \editionMod IStoodTiptoe-score 1 #(ly:make-moment 0/4 -0/4) let me address the [single] quarter beat/moment in a \partial 4 pickup measure. Hope this helps! Kieren.

Re: incorporating .pdf file into a text

2015-12-30 Thread Klaus Blum
If you want to include LilyPond snippets into a word processor, you might be interested in the OOoLilyPond extension for OpenOffice: http://ooolilypond.sourceforge.net/ It calls LilyPond to compile your code into a PNG or EPS file which is inserted into the text document. PNG works pretty well,

Re: incorporating .pdf file into a text

2015-12-30 Thread J Martin Rushton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 30/12/15 22:21, Urs Liska wrote: > > > Am 30. Dezember 2015 22:37:06 MEZ, schrieb J Martin Rushton > : I've just had a bit of a play > with this using LibreOffice 4.3.7.2 under CentOS 7.2 > > LibreOffice can't

Re: incorporating .pdf file into a text

2015-12-30 Thread Brian Barker
At 10:57 29/12/2015 -0500, Joseph Breton wrote: How can I incorporate my pdf file into a word processor like libreoffice? My trials always produce some to me undecipherable text which then greatly expands to non ASCII symbols. As has been suggested, preferably create Lilypond output in

Re: Fine control over piano pedal end bracket position

2015-12-30 Thread Andrew Bernard
Hi David, I am very pleased to report that the following sort of thing works just fine: \alterBroken shorten-pair #'( #'(0 . 0) #'(0 . 2)) Dynamics.PianoPedalBracket I wonder if an example like this should be an LSR snippet? Andrew On 30/12/2015, 12:10, "David Nalesnik"

Re: incorporating .pdf file into a text

2015-12-30 Thread Urs Liska
Am 30. Dezember 2015 22:37:06 MEZ, schrieb J Martin Rushton : >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA1 > >I've just had a bit of a play with this using LibreOffice 4.3.7.2 >under CentOS 7.2 > >LibreOffice can't import PDFs directly. > >I opened a PDF using

Re: incorporating .pdf file into a text

2015-12-30 Thread Andrew Bernard
Hi Urs, Yes – but if you have any PostScript in your lilypond file the SVG cannot be generated. This is a problem I hit continually. So there is some rationale for the approach being discussed, under that circumstance. Andrew On 31/12/2015, 09:21, "Urs Liska"

Re: incorporating .pdf file into a text

2015-12-30 Thread J Martin Rushton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I've just had a bit of a play with this using LibreOffice 4.3.7.2 under CentOS 7.2 LibreOffice can't import PDFs directly. I opened a PDF using the document viewer and used print to file. I generated postscript files which did would not load

Ossia with dashed span bars

2015-12-30 Thread Ralph Palmer
Hi, LilyPonders - I'm running LY 2.19.33 under Win7. I thought I had the ossia thing licked, and I'm getting close, but I'm not quite there yet. I need dashed span bars between the lower normal staff and the ossia staff. I've tried everthing I could think of, using the LSR and the Notation

Re: Apply \editionMod to grace note

2015-12-30 Thread Urs Liska
Am 31.12.2015 um 00:18 schrieb Kieren MacMillan: > Hi Urs, > >> so: what is the incantation for ly:make-moment to address some point in a >> \partial ? > In my current score, > > \editionMod IStoodTiptoe-score 1 #(ly:make-moment 0/4 -0/4) > > let me address the [single] quarter beat/moment

Re: Fine control over piano pedal end bracket position

2015-12-30 Thread David Nalesnik
Andrew, On Wed, Dec 30, 2015 at 5:53 PM, Andrew Bernard wrote: > Hi David, > > I am very pleased to report that the following sort of thing works just > fine: > > \alterBroken shorten-pair #'( #'(0 . 0) #'(0 . 2)) > Dynamics.PianoPedalBracket > > Color me surprised

Re: Apply \editionMod to grace note

2015-12-30 Thread Kieren MacMillan
Hi Urs, > Interestingly it didn't work addressing Voice but does so with Staff or > Dynamics … I have a great deal of difficulting addressing [sub-]Voice(s) using the edition-engraver. Assumedly, this issue will be addressed/overcome with the “id” we’ve been discussing. (As a Band-Aid®, I’ve

Re: can't seem to apply tweaks on tweaks

2015-12-30 Thread David Kastrup
Kieren MacMillan writes: > Hi David, > >> Unless you actually follow up with an example of what you are >> actually doing which does not work as expected, >> it will be impossible to tell just what you are doing wrong. > > SNIPPET BEGINS > \version "2.19.32"

Re: does not save file automatically after "run" lilypond "

2015-12-30 Thread Jacques Menu
Hello Ming, Can’t say without your LP source code. JM > Le 30 déc. 2015 à 07:08, MING TSANG a écrit : > > I run lilypond 2.19.34 with frescobaldi 2.18.2 > Upon exit frescobaldi ask to save file and I comply. But pdf is not saved. > I saw a lot additional info that I

Re: does not save file automatically after "run" lilypond "

2015-12-30 Thread Thomas Morley
2015-12-30 7:08 GMT+01:00 MING TSANG : > I run lilypond 2.19.34 with frescobaldi 2.18.2 > Upon exit frescobaldi ask to save file and I comply. But pdf is not saved. No idea about that, I don't use frescobaldi, > I saw a lot additional info that I did not see when running

Re: does not save file automatically after "run" lilypond "

2015-12-30 Thread Simon Albrecht
On 30.12.2015 07:08, MING TSANG wrote: I saw a lot additional info that I did not see when running frescobaldi 2.18.1 and lilypond 2.19.34 The additional info is there by error and will be removed in 2.19.35. Yours, Simon ___ lilypond-user mailing

Re: can't seem to apply tweaks on tweaks

2015-12-30 Thread Kieren MacMillan
Hi David, > OttavaBracket is engraved at Staff level, here you override it at Voice > level. The Ottava_spanner_engraver never gets to see your override. But \once \override Staff.OttavaBracket.shorten-pair = #'(-10 . -10) \octU_single c''’'1 doesn’t work either. Or maybe I’m

Re: does not save file automatically after "run" lilypond "

2015-12-30 Thread Robert Schmaus
> > Try saving _before_ compiling a file. At least on the Mac, there's a preference to automatically save the .ly before running Lilypond ... ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: does not save file automatically after "run" lilypond "

2015-12-30 Thread Michael Gerdau
> I run lilypond 2.19.34 with frescobaldi 2.18.2Upon exit frescobaldi ask to > save file and I comply. But pdf is not saved. I saw a lot additional > info that I did not see when running frescobaldi 2.18.1 and lilypond > 2.19.34 Need help. I use the exakt same versions on both Linux and

Re: does not save file automatically after "run" lilypond "

2015-12-30 Thread Johan Vromans
On Wed, 30 Dec 2015 10:15:01 +0100 Jacques Menu wrote: > > I run lilypond 2.19.34 with frescobaldi 2.18.2 > > Upon exit frescobaldi ask to save file and I comply. But pdf is not > > saved. I saw a lot additional info that I did not see when running > > frescobaldi

Re: does not save file automatically after "run" lilypond "

2015-12-30 Thread David Kastrup
MING TSANG writes: > I run lilypond 2.19.34 with frescobaldi 2.18.2Upon exit frescobaldi > ask to save file and I comply.  But pdf is not saved. If you did not save your source file before compiling, the PDF would not correspond to any saved state of your source file.

Re: can't seem to apply tweaks on tweaks

2015-12-30 Thread David Kastrup
Kieren MacMillan writes: > Hi David, > >> Just imagine how frustrating it is to developers to never get a minimal >> working example actually illustrating all the claims made about LilyPond > > What is missing from the example I sent? \once \override

Re: can't seem to apply tweaks on tweaks

2015-12-30 Thread Thomas Morley
2015-12-30 14:34 GMT+01:00 Thomas Morley : > 2015-12-30 13:48 GMT+01:00 Kieren MacMillan : >> Hi Harm, >> >>> Of course you should use Staff.OttavaBracket >> >> Curiously, >> >>\once \override OttavaBracket.extra-offset … >> >> [without

Re: Segmentation Fault in music with cueDuring

2015-12-30 Thread Patrick Karl
On 12/29/15 6:58 PM, Simon Albrecht wrote: On 30.12.2015 01:06, Patrick Karl wrote: On 12/29/15 5:53 PM, Simon Albrecht wrote: Hello Pat, this is definitely a bug, I’d say. I’ll write to the bug list. Two or three policy issues with this: 1. Don’t hijack existing threads, if your message has

Re: can't seem to apply tweaks on tweaks

2015-12-30 Thread Kieren MacMillan
Hi Harm, Now *this* is a helpful and informative email! Thanks! > The whole reason for exchanging the stencil seems to be getting sort > of superscript of "va" in "8va" and to have the spanning line starting > at top right edge. I guess? (I am simply extending a function I found on the LSR or

Re: can't seem to apply tweaks on tweaks

2015-12-30 Thread Kieren MacMillan
Hi David, > \once \override OttavaBracket.extra-offset … > > is not a working example. Pretty much everything is missing. Not even > the command itself is complete. If everyone is to include a complete compilable example every time they mention any Lilypond grob of any sort in any post on

Re: can't seem to apply tweaks on tweaks

2015-12-30 Thread Kieren MacMillan
Hi Harm, > %% or simpler: > > { > \once \override Staff.OttavaBracket.shorten-pair = #'(-10 . -10) > \set Staff.ottavation = #eightva > c1^"text changed, 'shorten-pair applied" > } Hmmm… That doesn’t seem to actually change the text for me (see snippet, below); it appears to revert to

Re: can't seem to apply tweaks on tweaks

2015-12-30 Thread Thomas Morley
2015-12-30 15:10 GMT+01:00 Kieren MacMillan : > Hi Harm, > >> %% or simpler: >> >> { >> \once \override Staff.OttavaBracket.shorten-pair = #'(-10 . -10) >> \set Staff.ottavation = #eightva >> c1^"text changed, 'shorten-pair applied" >> } > > Hmmm… That doesn’t

Re: can't seem to apply tweaks on tweaks

2015-12-30 Thread Kieren MacMillan
Hi Harm, You win the interwebs for today! =) Although I’m only fractionally closer to understanding why certain Lilypond things work or don’t (I understand now that overriding the stencil may cause certain overrides to fail post-hoc; your comment "Not sure why a direct 'text-override does

Re: can't seem to apply tweaks on tweaks

2015-12-30 Thread Kieren MacMillan
Hi Harm, > For a _simple_ ottavation you don't need to add: >> \ottava #1 > ^^ > delete it. … but then the note doesn’t get engraved correctly? (see attached screenshot) Thanks, Kieren. Kieren MacMillan, composer ‣ website: www.kierenmacmillan.info

Re: can a \tweak be applied via the edition-engraver?

2015-12-30 Thread Jan-Peter Voigt
Hi Kieren, the state of this issue is - sadly - the same as months ago ... I thought about it the last weeks and have code in my head, but I can't offer a usable solution right now. For now all the best for you and all readers on this list for 2016! You will hear more on this topic ASAP!

Re: can't seem to apply tweaks on tweaks

2015-12-30 Thread Kieren MacMillan
Hi David, > Just imagine how frustrating it is to developers to never get a minimal > working example actually illustrating all the claims made about LilyPond What is missing from the example I sent? I’ll be happy to fix it and resubmit. Thanks, Kieren. Kieren

Re: can't seem to apply tweaks on tweaks

2015-12-30 Thread Thomas Morley
2015-12-30 13:48 GMT+01:00 Kieren MacMillan : > Hi Harm, > >> Of course you should use Staff.OttavaBracket > > Curiously, > >\once \override OttavaBracket.extra-offset … > > [without the Staff context] works fine. (??) > >> but in `octU_single’

Re: Question about page break time indices

2015-12-30 Thread Thomas Morley
Hi Carl, 2015-12-30 8:10 GMT+01:00 Carl Peterson : > All, > > I am involved in some choral > recording projects where we are > having the singers sing from > projected slides. To aid in timing, > pitch, etc., we have it set up where > they have headphones feeding them the

Re: can't seem to apply tweaks on tweaks

2015-12-30 Thread Thomas Morley
2015-12-30 12:54 GMT+01:00 Kieren MacMillan : > Hi David, > >> OttavaBracket is engraved at Staff level, here you override it at Voice >> level. The Ottava_spanner_engraver never gets to see your override. > > But > > \once \override

Re: Segmentation Fault in music with cueDuring

2015-12-30 Thread Patrick Karl
On 12/29/15 6:38 PM, Thomas Morley wrote: 2015-12-30 0:59 GMT+01:00 Simon Albrecht : On 30.12.2015 00:53, Simon Albrecht wrote: this is definitely a bug, I’d say. I’ll write to the bug list. FWIW, I created a tracker issue directly:

Re: can't seem to apply tweaks on tweaks

2015-12-30 Thread Kieren MacMillan
Hi Harm, > Of course you should use Staff.OttavaBracket Curiously, \once \override OttavaBracket.extra-offset … [without the Staff context] works fine. (??) > but in `octU_single’ OttavaBracket.stencil is set to ly:line-spanner::print > which doesn’t support 'shorten-pair, as far as I

Re: Segmentation Fault in music with cueDuring

2015-12-30 Thread Thomas Morley
2015-12-30 13:37 GMT+01:00 Patrick Karl : > On 12/29/15 6:38 PM, Thomas Morley wrote: > > That confuses me somewhat. Consider: > > \version "2.19.32" > > cueNotes = \relative c'' { >s4. 8 d' s4. > } > > \addQuote "cueNotes" \cueNotes > > { \cueDuring #"cueNotes" #DOWN R1 }

Re: Question about page break time indices

2015-12-30 Thread Malte Meyn
Am 30.12.2015 um 13:03 schrieb Thomas Morley: > there were some similiar projects for videos etc, can't remember, though. > Others? There is ly2video: https://github.com/aspiers/ly2video For examples search for ly2video on youtube. ___ lilypond-user

Re: can't seem to apply tweaks on tweaks

2015-12-30 Thread David Kastrup
Kieren MacMillan writes: > Hi Harm, > >> Of course you should use Staff.OttavaBracket > > Curiously, > >\once \override OttavaBracket.extra-offset … > > [without the Staff context] works fine. (??) [...] > It’s still quite confusing to me why > >\once

Re: can't seem to apply tweaks on tweaks

2015-12-30 Thread David Kastrup
Kieren MacMillan writes: > Hi David, > >> \once \override OttavaBracket.extra-offset … >> >> is not a working example. Pretty much everything is missing. Not even >> the command itself is complete. > > If everyone is to include a complete compilable example

Re: can't seem to apply tweaks on tweaks

2015-12-30 Thread Thomas Morley
2015-12-30 15:24 GMT+01:00 Kieren MacMillan : > Hi Harm, > > For a _simple_ ottavation you don't need to add: > > \ottava #1 > > ^^ > delete it. > > > … but then the note doesn’t get engraved correctly? > (see attached screenshot) > > Thanks, > Kieren. >

Re: can't seem to apply tweaks on tweaks

2015-12-30 Thread David Kastrup
Thomas Morley writes: > But the following works > > #(define eightva > #{ > \markup > %% messing around with \with-dimensions, because OttavaBracket has no > %% possibility to set details.stencil-align-dir-y > %% :(( > \with-dimensions #'(0

Re: can't seem to apply tweaks on tweaks

2015-12-30 Thread Thomas Morley
2015-12-30 15:53 GMT+01:00 David Kastrup : > Thomas Morley writes: > >> But the following works >> >> #(define eightva >> #{ >> \markup >> %% messing around with \with-dimensions, because OttavaBracket has no >> %% possibility to set

Re: can't seem to apply tweaks on tweaks

2015-12-30 Thread Thomas Morley
2015-12-30 15:21 GMT+01:00 Kieren MacMillan : > Hi Harm, > > You win the interwebs for today! =) > > Although I’m only fractionally closer to understanding why certain Lilypond > things work or don’t (I understand now that overriding the stencil may cause >