2.19.16

2015-03-01 Thread Martin Tarenskeen
Hi, I just saw 2.19.16 has finally arrived :-) Apparently it took some time to fix the problems with the build process. Anyway, many thanks and congratulations to the Lilypond developers team! -- MT ___ lilypond-user mailing list lilypond-user@gnu

Re: Help requested from LilyPond users

2015-03-01 Thread Pierre Perol-Schneider
+1 Cheers, Pierre 2015-03-01 19:06 GMT+01:00 Werner LEMBERG : > > > You may notice that, after almost 6 months, I've just uploaded a new > > version of LilyPond. > > Congrats to you and Masamichi-san for your hard work to make this > important release possible! > > > Werner > > __

PDF portfolio of 2.19.16 docs

2015-03-01 Thread Nick Payne
I've created a fully indexed portfolio of the 2.19.16 PDF docs. You can get it from https://www.dropbox.com/s/cdf0vdfyi4hyrty/lilydoc-2.19.16.pdf?dl=0. Needs Adobe Reader - I haven't found a 3rd party PDF viewer that can cope with PDF portfolios. Nick ___

Re: Customizing staff to display Bohlen-Pierce scale?

2015-03-01 Thread txikitofandango
Keith, you are correct that I postprocess the MIDI. I actually pipe Frescobaldi's output to Pure Data via Apple's IAC driver. As long as the pitches don't overlap MIDI numbers, I can remap them easily in PD. (I'm using an isomorphic keyboard with its own peculiar keymap.) I am trying to keep things

Re: Customizing staff to display Bohlen-Pierce scale?

2015-03-01 Thread Keith OHara
txikitofandango gmail.com> writes: > #(ly:set-default-scale  >   (ly:make-scale  >    '#(0 1 3/2 2 3 7/2 9/2 5 6)) >   ) > Everything looks great, and the MIDI comes out correct within the octave, with each semitone up the scale going up a MIDI number. EXCEPT, because this is a 13-note scale,

Re: Bug in articulate.ly

2015-03-01 Thread H. S. Teoh
On Sun, Mar 01, 2015 at 10:44:24AM +0100, Anton Curl wrote: > > On 28/02/2015 20:11, H. S. Teoh wrote: > >Ideally, I'd like to be able to specify interpretations of elements > >in the typeset score, for example, something like: % (This is > >hypothetical syntax) | \interpret{ a1\prall } { b16 a gi

Re: Bug in articulate.ly

2015-03-01 Thread H. S. Teoh
On Sun, Mar 01, 2015 at 11:40:29PM +0100, Simon Albrecht wrote: > Am 28.02.2015 um 20:11 schrieb H. S. Teoh: [...] > >Another example is that you could indicate "tempo rubato" and then > >specify as interpretation one of the many possible actual tempo(s) that > >would be used for rendering the MIDI

Re: Customizing staff to display Bohlen-Pierce scale?

2015-03-01 Thread Nick Georgopoulos
Is there a way to make c'' output midi number 73 instead of 72? On Sun, Mar 1, 2015 at 9:39 PM, txikitofandango wrote: > Paul, > I used your example and made a couple changes: > > \version "2.18.2" > > #(ly:set-default-scale > (ly:make-scale >'#(0 1 3/2 2 3 7/2 9/2 5 6)) > ) > > myPitchN

Re: Customizing staff to display Bohlen-Pierce scale?

2015-03-01 Thread txikitofandango
Paul, I used your example and made a couple changes: \version "2.18.2" #(ly:set-default-scale (ly:make-scale '#(0 1 3/2 2 3 7/2 9/2 5 6)) ) myPitchNames = #`((do . ,(ly:make-pitch -1 0 NATURAL)) (di . ,(ly:make-pitch -1 0 SHARP)) (re . ,(ly:make-pitch -1 1 NATURAL)) (mi .

Re: connect arpeggio down

2015-03-01 Thread Nick Payne
On 02/03/2015 16:16, Helge Kruse wrote: I have a problem with connecting arpeggio. The arrow of \arpeggioArrowDown or -Up vanishes when I connect the arpeggios of two staves. You can reproduce it with the example below. Comment out the connectArpeggios line and you see arrows. Is this a known b

connect arpeggio down

2015-03-01 Thread Helge Kruse
I have a problem with connecting arpeggio. The arrow of \arpeggioArrowDown or -Up vanishes when I connect the arpeggios of two staves. You can reproduce it with the example below. Comment out the connectArpeggios line and you see arrows. Is this a known bug? Regards Helge \version "2.18.0" up

lyricWordEngraver enhancement proposal

2015-03-01 Thread Simon Albrecht
Hello David, hello list, upon proofreading my latest larger lily project I had an idea for enhancement of your lyricWordEngraver: it would be very useful to have a \compressWord command, which is entered before a lyric syllable and then makes the following word be engraved as single string wit

Re: Customizing staff to display Bohlen-Pierce scale?

2015-03-01 Thread Paul Morris
Renaming notes (for input purposes) is something I don't know very well, but I believe you should be able to edit the names to correspond with the notes of your default scale. Something along these lines (this would be for a default chromatic scale, for instance): \version "2.18.2"

Re: A measure with R1 and text

2015-03-01 Thread Simon Albrecht
Am 01.03.2015 um 23:07 schrieb Dave Higgins: Text over a multi-measure rest is centered. Is there a more elegant solution to not center it then the one below? << { R1 } \\ { s4^\markup \left-align "text" } >>. Easy: { R1-\tweak self-alignment-X -1 -"text" } In case you want to use an overrid

Re: Bug in articulate.ly

2015-03-01 Thread Simon Albrecht
Am 28.02.2015 um 20:11 schrieb H. S. Teoh: On Fri, Feb 27, 2015 at 05:14:09PM -0800, Flaming Hakama by Elaine wrote: [...] I've recently been using lilypond with articulate.ly to produce midi versions of pieces and have to say that, despite its limitations, I've been getting results that are not

A measure with R1 and text

2015-03-01 Thread Dave Higgins
Text over a multi-measure rest is centered. Is there a more elegant solution to not center it then the one below? << { R1 } \\ { s4^\markup \left-align "text" } >>. -- Dave Higgins -- Karmageddon: It's like, when everybody is sending off all these really bad vibes, right? And then, li

Re: Customizing staff to display Bohlen-Pierce scale?

2015-03-01 Thread txikitofandango
Awesome, I added the dashed lines from your links. I had a peculiar problem with accidentals that were the result of the diatonic scale being 9 notes rather than 7. Basically, if c#' in BP is written with cis', then c#'' is written with eis'', which is enharmonically equivalent to f'', which screw

Re: Help requested from LilyPond users

2015-03-01 Thread David Nalesnik
On Sun, Mar 1, 2015 at 2:50 PM, Paul Morris wrote: > Werner LEMBERG wrote > > Congrats to you and Masamichi-san for your hard work to make this > > important release possible! > Yes--thank you so much! David ___ lilypond-user mailing list lilypond-use

Re: Help requested from LilyPond users

2015-03-01 Thread Paul Morris
Werner LEMBERG wrote > Congrats to you and Masamichi-san for your hard work to make this > important release possible! Yes indeed, congrats and thanks to you both! -Paul -- View this message in context: http://lilypond.1069038.n5.nabble.com/Help-requested-from-LilyPond-users-tp172450p172471.ht

Re: Help requested from LilyPond users

2015-03-01 Thread Trevor Daniels
Werner wrote Sunday, March 01, 2015 6:06 PM > Congrats to you and Masamichi-san for your hard work to make this > important release possible! Indeed! This is excellent news! Trevor ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gn

Re: Help requested from LilyPond users

2015-03-01 Thread Thomas Morley
2015-03-01 19:06 GMT+01:00 Werner LEMBERG : > >> You may notice that, after almost 6 months, I've just uploaded a new >> version of LilyPond. > > Congrats to you and Masamichi-san for your hard work to make this > important release possible! > > > Werner > Great news! Congratulations to you

Re: Help requested from LilyPond users

2015-03-01 Thread Urs Liska
Am 01.03.2015 um 19:09 schrieb Phil Holmes: Original Message - From: "Urs Liska" To: "Phil Holmes" ; Sent: Sunday, March 01, 2015 6:01 PM Subject: Re: Help requested from LilyPond users >I believe no privilege is needed to update an issue. I think only project nembers can change t

Re: Help requested from LilyPond users

2015-03-01 Thread Phil Holmes
Original Message - From: "Urs Liska" To: "Phil Holmes" ; Sent: Sunday, March 01, 2015 6:01 PM Subject: Re: Help requested from LilyPond users >I believe no privilege is needed to update an issue. I think only project nembers can change the status. The best someone else can do (I t

Re: Help requested from LilyPond users

2015-03-01 Thread Werner LEMBERG
> You may notice that, after almost 6 months, I've just uploaded a new > version of LilyPond. Congrats to you and Masamichi-san for your hard work to make this important release possible! Werner ___ lilypond-user mailing list lilypond-user@gnu.or

Re: Help requested from LilyPond users

2015-03-01 Thread Urs Liska
Am 1. März 2015 18:55:52 MEZ, schrieb Phil Holmes : >- Original Message - >From: "Urs Liska" >To: >Sent: Sunday, March 01, 2015 5:47 PM >Subject: Re: Help requested from LilyPond users > > >> Am 01.03.2015 um 18:35 schrieb Phil Holmes: >>> You may notice that, after almost 6 months, I'

Re: Help requested from LilyPond users

2015-03-01 Thread Phil Holmes
- Original Message - From: "Urs Liska" To: Sent: Sunday, March 01, 2015 5:47 PM Subject: Re: Help requested from LilyPond users Am 01.03.2015 um 18:35 schrieb Phil Holmes: You may notice that, after almost 6 months, I've just uploaded a new version of LilyPond. I think this is grea

Per Page Feta Font Size

2015-03-01 Thread Dave Higgins
#(set-global-staff-size 20) Is there a way to set this per page? Page 1-2 fit at staff-size 25, but page 3 only fits with staff-size 21. This may be how it is. I'm not sure if the \magnifyStaff works in this manner, nor am I sure that fontSize works either. -- Dave <>

Re: Help requested from LilyPond users

2015-03-01 Thread Urs Liska
Am 01.03.2015 um 18:35 schrieb Phil Holmes: You may notice that, after almost 6 months, I've just uploaded a new version of LilyPond. I think this is great news, but there's one downside. Each LilyPond build includes a number of bug fixes and enhancements and we track these with our issue track

Re: Customizing staff to display Bohlen-Pierce scale?

2015-03-01 Thread Paul Morris
Paul Morris wrote > (Look for the function "ly:set-default-scale") I also meant to link to its documentation here: http://lilypond.org/doc/v2.18/Documentation/notation/scheme-functions#index-ly_003aset_002ddefault_002dscale -Paul -- View this message in context: http://lilypond.1069038.n5.nab

Help requested from LilyPond users

2015-03-01 Thread Phil Holmes
You may notice that, after almost 6 months, I've just uploaded a new version of LilyPond. I think this is great news, but there's one downside. Each LilyPond build includes a number of bug fixes and enhancements and we track these with our issue tracker. Once we release the build, we check t

Re: Customizing staff to display Bohlen-Pierce scale?

2015-03-01 Thread Paul Morris
Hi, The LSR has a snippet for dashed staff lines: Dashed individual staff lines: http://lsr.di.unimi.it/LSR/Item?id=880 And I think the following snippet should be helpful to see how to remap the staff to a given scale. (Look for the function "ly:set-default-scale") Dodecaphonic staff http://ls

Re: Columns

2015-03-01 Thread Thomas Morley
2015-03-01 17:25 GMT+01:00 Dave Higgins : > I understand using \markup \left-column { this that }. > > Is there a way to do that within a \tempo context? Some of that Mahler has > some long tempo markings. Sure. Simply do it: \version "2.18.2" { \tempo \markup \left-column { this that } c''

Re: Columns

2015-03-01 Thread Kevin Barry
On Sun, Mar 1, 2015 at 4:25 PM, Dave Higgins wrote: > I understand using \markup \left-column { this that }. > > Is there a way to do that within a \tempo context? Some of that Mahler > has some long tempo markings. > > Is there a way to put a glyph mixed with text into a column command? > Unico

Re: Columns

2015-03-01 Thread tisimst
Yep. Just do "\tempo \markup { ... }". - Abraham Sent from my iPhone > On Mar 1, 2015, at 10:05 AM, Dave Higgins-2 [via Lilypond] > wrote: > > I understand using \markup \left-column { this that }. > > Is there a way to do that within a \tempo context? Some of that Mahler > has some lon

Columns

2015-03-01 Thread Dave Higgins
I understand using \markup \left-column { this that }. Is there a way to do that within a \tempo context? Some of that Mahler has some long tempo markings. Is there a way to put a glyph mixed with text into a column command? Unicode notes work, but they're very small and hard to see. -- Dav

Re: I question about this file…..

2015-03-01 Thread Peter Teeson
On 2015-03-01, at 1:06 AM, Peter Teeson wrote: > On 2015-02-28, at 4:35 PM, Thomas Morley wrote: >> % Try: >> >> \score { >> << >> \new Voice = "one" { \melody \new Voice = "bridge" \bridge } >> \new Lyrics \lyricsto "one" { \VerseOne } >> \new Ly

Re: Customizing staff to display Bohlen-Pierce scale?

2015-03-01 Thread Pierre Perol-Schneider
Hi, You might be interested by those discussions: - http://lilypond.1069038.n5.nabble.com/Towards-a-new-pitch-representation-tc96484.html#a96489 - http://lilypond.1069038.n5.nabble.com/Microtonal-Helmholtz-Ellis-notation-in-Lilypond-fine-tuning-tc51110.html#a51139 Maybe also contact people who ha

Re: 2 questions re this file

2015-03-01 Thread Trevor Daniels
Peter Teeson wrote Saturday, February 28, 2015 6:59 PM > I removed the bar checks in the lyrics and all is OK. > (I put them in because Learning suggested it…) Yes, sorry about that. If that section in the Learning Manual is to be retained I think it needs to have an explanation and a warning a

Re: Bug in articulate.ly

2015-03-01 Thread Anton Curl
On 28/02/2015 20:11, H. S. Teoh wrote: Ideally, I'd like to be able to specify interpretations of elements in the typeset score, for example, something like: % (This is hypothetical syntax) | \interpret{ a1\prall } { b16 a gis b a2. } | which would cause the { a1\prall } appear on the score, b

Re: ugly default output

2015-03-01 Thread Urs Liska
Am 01.03.2015 um 02:39 schrieb Steve Lacy: On Sat, Feb 28, 2015 at 3:11 PM, Urs Liska > wrote: Yes, but I'd repeat that this is less LilyPond's fault than a problem of having an amount of music that is inherently unsuitable to be typeset nicely on on