Re: double fingering

2011-09-16 Thread Crist Khachikian
Patrick, I inserted your code directly into my lilypond file. Here is what I have: Here is the output On Fri, Sep 16, 2011 at 9:52 AM, Patrick Schmidt wrote: > > Am 16.09.2011 um 18:44 schrieb Crist Khachikian: > >> What about for notes with stems pointing down?  That's where I have the >> p

Re: Basic LilyPond Cheat Sheet

2011-09-16 Thread Patrick Horgan
On 09/12/2011 04:19 PM, Nick Payne wrote: > ... elision by patrick... > I can't print it from Adobe Reader on Ubuntu either. I also opened it > in the default PDF document viewer that comes with Ubuntu (Evince), > and in that, most of the text just displays as blocks of various sizes > and shades -

Re: centering text on a measure

2011-09-16 Thread Thomas Morley
2011/9/16 David Nalesnik > > Hi, Harm -- > > On Thu, Sep 15, 2011 at 6:18 PM, harm6 wrote: > >> >> I tested your definitions with a longer example using StaffGroup and >> commented the not used parts with %{ ... %}. (see code below) >> The log states: ERROR: Wrong type (expecting pair): () >> >>

Re: Change beam grouping

2011-09-16 Thread Carl Sorensen
On 9/15/11 7:55 AM, "Xavier Scheuer" wrote: > On 15 September 2011 13:37, -Eluze wrote: >> >> it's there - see subdividing beams >> >> \set subdivideBeams = ##t >> \set baseMoment = #(ly:make-moment 1 8) >> \set beatStructure = #'(2 2 2 2) >> >> should work for your example! > > The result i

Re: double fingering

2011-09-16 Thread Patrick Schmidt
Am 16.09.2011 um 18:44 schrieb Crist Khachikian: > What about for notes with stems pointing down? That's where I have the > problem (sorry for being unclear) No problems here! \version "2.14.2" { \stemDown a-1-. b-2-- c'-3-^ d'-4-. a-.-1 b---2 c'-^-3 d'-.-4 c'-.-1 -1 } > > Thanks > Cr

Re: double fingering

2011-09-16 Thread Crist Khachikian
What about for notes with stems pointing down? That's where I have the problem (sorry for being unclear) Thanks Crist On Sep 16, 2011, at 9:17 AM, Patrick Schmidt wrote: > I can't reproduce any error. Your problems have got nothing to do with jEdit. > I checked it with jEdit v4.3.2. All of

Re: double fingering

2011-09-16 Thread Patrick Schmidt
I can't reproduce any error. Your problems have got nothing to do with jEdit. I checked it with jEdit v4.3.2. All of the above-mentioned solutions are fine: \version "2.14.2" { a-1-. b-2-- c'-3-^ d'-4-. a-.-1 b---2 c'-^-3 d'-.-4 c'-.-1 -1 } <> Which version of LilyPond are you using? ht

Re: double fingering

2011-09-16 Thread Peekay Ex
Crist, On Fri, Sep 16, 2011 at 3:03 PM, Crist Khachikian wrote: > I am having trouble with fingering notes that have other things going > on (e.g., a staccato note, a tied note, etc.).  The only way I have > figured out how to do this is by using this notation (for a staccato > note): > >  c-.^\m

Re: Stem #'flag-style no longer valid

2011-09-16 Thread m...@apollinemike.com
On Sep 11, 2011, at 11:28 PM, Nick Payne wrote: > Just tried to rebuild one of my scores using 2.15.10, and got a number of > warnings in the log like so: > > warning: cannot find property type-check for `flag-style' (backend-type?). > perhaps a typing error? > warning: doing assignment anyway

Invitation to connect on LinkedIn

2011-09-16 Thread Bart Deruyter via LinkedIn
LinkedIn Bart Deruyter requested to add you as a connection on LinkedIn: -- Trevor, I'd like to add you to my professional network on LinkedIn. - Bart Accept invitation from Bart Deruyter http://www.linkedin.com/e/-n369qb-gsn9mvyg-

double fingering

2011-09-16 Thread Crist Khachikian
I am having trouble with fingering notes that have other things going on (e.g., a staccato note, a tied note, etc.). The only way I have figured out how to do this is by using this notation (for a staccato note): c-.^\markup{\finger "2"} any other notation (e.g., c-.-1 or -1 or other versions)

Re: 12/8 upper and 4/4 lower staves with equal bar duration

2011-09-16 Thread Xavier Scheuer
On 16 September 2011 08:23, Javier Ruiz-Alma wrote: > > I'm trying to typeset a piece marked with 12/8 upper and 4/4 lower staves. > By default, Lilypond forces both staves to 4/4. I tried the code below, > which allowed independent staff timing, but the bars are now decoupled. > Any ideas on how