Re: "bitonal" key signatures

2016-02-10 Thread Pierre Perol-Schneider
I just tried it. Strangely, you still have to slightly extra-offset the LH key to get a proper alignment. ~Pierre 2016-02-10 14:42 GMT+01:00 Pierre Perol-Schneider < pierre.schneider.pa...@gmail.com>: > Yep, much smarter Phil. > > 2016-02-10 14:40 GMT+01:00 Phil Holmes : >

Re: "bitonal" key signatures

2016-02-10 Thread N. Andrew Walsh
Also, another matter that's somewhat related: the key change in the right hand goes back to "\key es \major" at the end of a system, right before which is a note with a phrasing slur extending into the next system. Something like this: \version "2.19.36" rhMusic = \relative c'' { \key c

Re: "bitonal" key signatures

2016-02-10 Thread N. Andrew Walsh
Thanks for the tips. Another question: how can I force a display of the "natural" time signature, so that it's clear the right hand is in a different tonality than the left? Right now there's just blank space. Cheers, A On Wed, Feb 10, 2016 at 2:54 PM, Pierre Perol-Schneider <

Re: "bitonal" key signatures

2016-02-10 Thread Phil Holmes
Better would be to add \tweak X-extent #'(0 . 0) just before the C major key sig in the right hand? -- Phil Holmes - Original Message - From: Pierre Perol-Schneider To: N. Andrew Walsh Cc: lilypond-user Sent: Wednesday, February 10, 2016 1:19 PM Subject: Re: "bitonal" key

Re: OS X Emacs Point and Click

2016-02-10 Thread Kevin Barry
Hi Daniel, I tried to get this working some years ago. I even went as far as installing X11 and xpdf, but still couldn't overcome some guile problems (my memory is hazy). The discussion begins with this message: https://lists.gnu.org/archive/html/lilypond-user/2013-12/msg00902.html hth, Kevin

Re: "bitonal" key signatures

2016-02-10 Thread Pierre Perol-Schneider
Yep, much smarter Phil. 2016-02-10 14:40 GMT+01:00 Phil Holmes : > Better would be to add \tweak X-extent #'(0 . 0) just before the C major > key sig in the right hand? > > > -- > Phil Holmes > > > - Original Message - From: Pierre Perol-Schneider > To: N. Andrew

Re: Lilypond doesn't respond anymore MacOSX 10.8

2016-02-10 Thread Alberto Simões
Hi Not easy to help. But, do you have disk space available? On 10/02/16 16:43, Darrémont Jean-Michel wrote: Hi everybody, Lilypond was working fine until today where it stopped working with message: " Application not responding". I just have to force quit. Thanks for any help. MacOSX

Lilypond doesn't respond anymore MacOSX 10.8

2016-02-10 Thread Darrémont Jean-Michel
Hi everybody, Lilypond was working fine until today where it stopped working with message: " Application not responding". I just have to force quit. Thanks for any help. MacOSX 10.8.5 Lilypond 2.18.2-1 ___ lilypond-user mailing list

Re: Writing notes for explaining rhythm

2016-02-10 Thread tisimst
Luca, On Wed, Feb 10, 2016 at 12:22 PM, Luca Danieli [via Lilypond] < ml-node+s1069038n187085...@n5.nabble.com> wrote: > how can I write a note above the system without displaying the pitch of > those notes in order to explain just the rhythm of a specific passage? > That's what the

Writing notes for explaining rhythm

2016-02-10 Thread Luca Danieli
Hello all, how can I write a note above the system without displaying the pitch of those notes in order to explain just the rhythm of a specific passage? Best, Luca ___ lilypond-user mailing list

Re: Writing notes for explaining rhythm

2016-02-10 Thread Pierre Perol-Schneider
Hi Abraham, you were faster. Anyway, Luca, you said "above", so here's "above": \version "2.18.2" theMusic = \relative c' { c8. d16 e4 f8. g16 a4 a } \score { << \new RhythmicStaff \with { \remove "Staff_symbol_engraver" \omit TimeSignature \omit BarLine

Re: Writing notes for explaining rhythm

2016-02-10 Thread Pierre Perol-Schneider
Hi Luca, How about: \version "2.18.2" theMusic = \relative c' { c8. d16 e4 f8. g16 a4 a a a } \score { << \new Staff \theMusic \new RhythmicStaff \with { \remove "Staff_symbol_engraver" \omit TimeSignature \omit BarLine } \theMusic >>

Re: Writing notes for explaining rhythm

2016-02-10 Thread tisimst
Pierre, On Wed, Feb 10, 2016 at 12:43 PM, Schneidy [via Lilypond] < ml-node+s1069038n187088...@n5.nabble.com> wrote: > Hi Abraham, > you were faster. > Anyway, Luca, you said "above", so here's "above": > > \version "2.18.2" > > theMusic = \relative c' { > c8. d16 e4 f8. g16 a4 a > } > >

warning: already have a volta spanner, ending that one prematurely

2016-02-10 Thread Federico Bruni
Hi all Do you know why the following input causes this warning? There's anything I can do to avoid it? \version "2.19.35" \relative { c'1 \set Score.repeatCommands = #'((volta "1")) d'1 \set Score.repeatCommands = #'((volta #f)) \set Score.repeatCommands = #'((volta "2")) f1 \set

Re: warning: already have a volta spanner, ending that one prematurely

2016-02-10 Thread Thomas Morley
2016-02-10 22:54 GMT+01:00 Federico Bruni : > Hi all > > Do you know why the following input causes this warning? > There's anything I can do to avoid it? > > \version "2.19.35" > \relative { > c'1 > \set Score.repeatCommands = #'((volta "1")) > d'1 Here you try to end the

Re: beam breaking with tuplets

2016-02-10 Thread Urs Liska
Hi Andrew, I can't compile your example on the mobile, but you are most certainly experiencing an issue where LilyPond doesn't behave according to its declared intention. (Assuming that with "broken" you mean subdivided). The proper handling of subdivisions under tuplets is on my agenda in

beam breaking with tuplets

2016-02-10 Thread N. Andrew Walsh
Hi List, I have the following expression: \version "2.19.36" \relative c'' { \set subdivideBeams = ##t \set baseMoment = #(ly:make-moment 1/8) \set beatStructure = #'(2 2 2 2) \time 4/8 \tuplet 3/2 { es,16\( f g } \tuplet 3/2 { a b cis\) } \tuplet 3/2 { dis\( eis g } a32 b16.->\) | }

"bitonal" key signatures

2016-02-10 Thread N. Andrew Walsh
Hi List (again), here's another question, more general: I have a piano part in which the upper voice is to have one key signature, the lower to retain another one (namely, the right hand has \key c \major, while the left hand has \key es \major, which was also declared at the start of the piece).

Re: "bitonal" key signatures

2016-02-10 Thread Pierre Perol-Schneider
Hi Andrew, In lhMusic mes.2 try : ... \tweak X-extent #'(0 . 0) \tweak extra-offset #'(-3 . 0) \key es \major Cheers, Pierre 2016-02-10 13:36 GMT+01:00 N. Andrew Walsh : > Hi List (again), > > here's another question, more general: I have a piano part in which

Re: "bitonal" key signatures

2016-02-10 Thread Pierre Perol-Schneider
... but is probably not the "better" way! 2016-02-10 14:18 GMT+01:00 Pierre Perol-Schneider < pierre.schneider.pa...@gmail.com>: > Hi Andrew, > > In lhMusic mes.2 try : > ... > \tweak X-extent #'(0 . 0) > \tweak extra-offset #'(-3 . 0) > \key es \major > > > Cheers, > Pierre > > >

OS X Emacs Point and Click

2016-02-10 Thread Dr. Daniel Hensel
Hello there, I really feel like an idiot by asking this, but who managed to get point and click on OS X working, especially in emacs? I figured out that the lilypond-invoke-editor is not able to compile on OS X. So I installed „guile" via homebrew and changed the directory in the