strange octavation behaviour

2013-08-22 Thread Simon Bailey
hi,consider the following snippet:\version "2.17.20"\new PianoStaff <<  \new Staff \relative c {    \ottava #1 4.\arpeggio b8 a4 f \ottava #0 |    R1    \ottava #1 4.\arpeggio b8 a4 f \ottava #0 |  }  \new Staff \relative c'' {    \set PianoStaff.connectArpeggios = ##t    \ottava #1 2\a

Re: strange octavation behaviour

2013-08-22 Thread Thomas Morley
2013/8/22 Simon Bailey > > hi, > > consider the following snippet: > > > \version "2.17.20" > \new PianoStaff << > \new Staff \relative c { > \ottava #1 4.\arpeggio b8 a4 f \ottava #0 | > R1 > \ottava #1 4.\arpeggio b8 a4 f \ottava #0 | > } > \new Staff \relative c''

Re: explicit 7 on a half diminished 7

2013-08-22 Thread Tim McNamara
On Aug 21, 2013, at 5:40 PM, Derek Klinge wrote: > For the life of me I cannot figure this out. > I would like the following example to explicitly include the 7. Is there a > way to change the way it handles half diminished 7ths? > > EXAMPLE > \chords { > c4:7.9- c:7.9-/g > \set slashChord

Re: strange octavation behaviour

2013-08-22 Thread Phil Holmes
The brackets end in the correct place, according to Elaine Gould - they should end after the "notehead". The collision with the arpeggio is a bug. -- Phil Holmes - Original Message - From: Simon Bailey To: lilypond-user Sent: Thursday, August 22, 2013 10:21 AM Subject: str

Re: explicit 7 on a half diminished 7

2013-08-22 Thread Derek Klinge
Exactly, how do I write a chordname exception for a Half Diminished 7th? I can provide an example if needed. Thanks, Derek Derek On Thu, Aug 22, 2013 at 6:38 AM, Tim McNamara wrote: > > On Aug 21, 2013, at 5:40 PM, Derek Klinge wrote: > > > For the life of me I cannot figure this out. > > I w

Re: explicit 7 on a half diminished 7

2013-08-22 Thread Derek Klinge
Using Version 2.16.2-1 on a macbook Thanks Derek On Thu, Aug 22, 2013 at 9:35 AM, Derek Klinge wrote: > Exactly, how do I write a chordname exception for a Half Diminished 7th? > I can provide an example if needed. > Thanks, > Derek > > Derek > > > On Thu, Aug 22, 2013 at 6:38 AM, Tim McNamara

Re: explicit 7 on a half diminished 7

2013-08-22 Thread Robin Bannister
Derek Klinge wrote: Exactly, how do I write a chordname exception for a Half Diminished 7th? Here's one way (2.16): %% flatadj = \markup { \translate #'(0.2 . 0.2) \fontsize #-1 \flat } chExceptionMusic = { 1-\markup { "m" \super \concat {"7" \hspace #0.3 \flatadj "5"} }% h

Re: LilyPond meeting in Waltrop, Germany, 2013-08-16 to 2013-08-20

2013-08-22 Thread Marc Hohl
Am 03.08.2013 16:20, schrieb Marc Hohl: Am 03.08.2013 10:07, schrieb Jan Nieuwenhuizen: Marc Hohl writes: I am sorry to say that I am in Great Britain during the LilyPond meeting this year, so I won't be able to join :-( Do you have any opportunity to join in on irc? Hm, I don't know wheth

Re: explicit 7 on a half diminished 7

2013-08-22 Thread pls
On 22.08.2013, at 18:40, Derek Klinge wrote: > Using Version 2.16.2-1 on a macbook > Thanks > > Derek > > > On Thu, Aug 22, 2013 at 9:35 AM, Derek Klinge wrote: > Exactly, how do I write a chordname exception for a Half Diminished 7th? \version "2.17.24" chordException = { -\markup { \sup

Re: LilyPond meeting in Waltrop, Germany, 2013-08-16 to 2013-08-20

2013-08-22 Thread David Kastrup
Marc Hohl writes: > Am 03.08.2013 16:20, schrieb Marc Hohl: >> Am 03.08.2013 10:07, schrieb Jan Nieuwenhuizen: >>> Marc Hohl writes: >>> I am sorry to say that I am in Great Britain during the LilyPond meeting this year, so I won't be able to join :-( >>> >>> Do you have any opportunity

Re: LilyPond meeting in Waltrop, Germany, 2013-08-16 to 2013-08-20

2013-08-22 Thread Marc Hohl
Am 22.08.2013 19:22, schrieb David Kastrup: Marc Hohl writes: Am 03.08.2013 16:20, schrieb Marc Hohl: Am 03.08.2013 10:07, schrieb Jan Nieuwenhuizen: Marc Hohl writes: I am sorry to say that I am in Great Britain during the LilyPond meeting this year, so I won't be able to join :-( Do yo

Facebook group for Lisp composers!

2013-08-22 Thread Jonghyun Kim
Hi, I just made a group for composers who using LISP programming language in Music Composition. Such as OpenMusic, PWGL, FOMUS, Common-Lisp, Scheme and so on... If you like it, please join us! ** https://www.facebook.com/groups/lispmusic/ ___ lilypond-us

LilyPond Video Tutorials (Beginner)

2013-08-22 Thread SoundsFromSound
Hello, I wanted to let you all know that I recently uploaded some LilyPond tutorial videos on YouTube. I worked really hard on them and did the best I could considering the recording equipment I had available. I'm very passionate about LilyPond and this video project is something that I hope will

cascading font selections?

2013-08-22 Thread Mark Polesky
Is there a way to have a cascade of font selections, like with CSS?  In CSS, you can do things like: {font-family:"Lucida Console", Monaco, monospace} And if Lucida Console isn't installed on a user's system, Monaco will be looked up, and if that's not installed, then the user's default monospace

Re: cascading font selections?

2013-08-22 Thread Andrew Bernard
Do you mean for input? Output to PDF embeds the font, so no requirement for it  to be present in recipients system. Andrew Mark Polesky 23 August 2013 11:22 AM Is there a way to have a cascade of font selections, likewith CSS? __

Re: cascading font selections?

2013-08-22 Thread Mark Polesky
Andrew Bernard wrote: > Do you mean for input?  Output to PDF embeds the font, so > no requirement for it to be present in recipients system. I mean, if I write a .ly file that specifies fonts (fonts that I have on my own computer), and I give that file to somebody else to compile on his/her own

Re: LilyPond Video Tutorials (Beginner)

2013-08-22 Thread Xavier Noria
Awesome! Thanks very much for working on this. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

LilyPond Video Tutorials (Beginner)

2013-08-22 Thread Mark Polesky
SoundsFromSound wrote: > A huge thanks to all those who helped create the > documentation for LilyPond. On behalf of many who contributed to that (many of whom contributed much more than I did), you're welcome!  I'm proud of my contributions, and you should be too.  Hopefully your videos will eas

Re: LilyPond Video Tutorials (Beginner)

2013-08-22 Thread Urs Liska
Mark Polesky schrieb: >SoundsFromSound wrote: >> A huge thanks to all those who helped create the >> documentation for LilyPond. > >On behalf of many who contributed to that (many of whom >contributed much more than I did), you're welcome!  I'm >proud of my contributions, and you should be t

Re: LilyPond Video Tutorials (Beginner)

2013-08-22 Thread SoundsFromSound
Urs: Please feel free to share them any place, anywhere, to anyone you wish. There are a dozen or so more tutorials coming soon. I am truly happy to do what I can to help LilyPond reach as many people as possible. Thanks, Ben Urs Liska wrote > Mark Polesky < > markpolesky@ > > schrieb: > >>