Re: beams and note stems

2013-05-08 Thread Nick Payne
\times 4/6 { \once \override Beam #'positions = #'(-3 . 3) f32 [ aes des \change Staff = "right" f aes des ] } On 09/05/13 13:49, Mark Stephen Mrotek wrote: Mr. Payne: Thank you for your reply and correction. The command was inserted (see attached file). The stems are still of unequal length

Re: exponential crescendo... / Mike "experimental" spanners?

2013-05-08 Thread Janek Warchoł
2013/5/9 padovani : > Would there be another way to do that? (which would span to the right note, > and accept "dal niente" circle, for example?) > > %%code > \relative c' { > \once \override Hairpin #'stencil = #ly:text-interface::print > \once \override Hairpin #'text = \markup{ > \path #0.1 > #

RE: beams and note stems

2013-05-08 Thread Mark Stephen Mrotek
Mr. Payne: Thank you for your reply and correction. The command was inserted (see attached file). The stems are still of unequal length which is what I want to avoid. Does a command exist that shall make the stems equal length? Mark -Original Message- From: lilypond-user-bounces+carson

Re: Expansion of score for different format

2013-05-08 Thread Jay Anderson
On Wed, May 8, 2013 at 12:27 PM, Carl Peterson wrote: > If something doesn't already exist, I suppose the question would be whether > there's a way to accomplish this by Scheme? Yes, I do something similar. This might help get you started: \version "2.17.

Re: beams and note stems

2013-05-08 Thread Nick Payne
If you're using 2.16, then \once\override Beam #'concaveness = 0 On 09/05/13 13:07, Mark Stephen Mrotek wrote: Mr. O'Hara: Thank you for your reply and instruction. I followed it (see attached file). This error message appears: syntax error, unexpected '=', expecting SCM_FUNCTION or SCM_IDENT

RE: beams and note stems

2013-05-08 Thread Mark Stephen Mrotek
Mr. O'Hara: Thank you for your reply and instruction. I followed it (see attached file). This error message appears: syntax error, unexpected '=', expecting SCM_FUNCTION or SCM_IDENTIFIER or SCM_TOKEN \once\override Beam.concaveness = 0 What did I do wrong

Re: writing percussion notes

2013-05-08 Thread Sarah k Alawami
yep this is an orchestration class I'm in. Mainly this thing will have some g2 and d3 notes in there with some rests. It's a very simple piece and I'm making it sound simple by having a lot of times where they don't play lol! I'm starting to hate the piece but ah well. I'll look at this thread

Re: ERROR: Unbound variable: remove ??

2013-05-08 Thread Thomas Morley
Hi David, 2013/5/9 David Nalesnik : > It seems that the functions in the module SRFI-1 weren't available within > music functions in 2.14. (I remember running into this problem when I tried > to use selectors like "first".) You can add this line within the #{ #} and > you'll have access to rem

Re: ERROR: Unbound variable: remove ??

2013-05-08 Thread David Nalesnik
Hi Harm, On Wed, May 8, 2013 at 3:32 PM, Thomas Morley wrote: > Hi, > > I'm preparing a LSR-snippet demonstrating how to shape single Slurs > independently, which are invoked with \set doubleSlurs = ##t. > The code works fine with 2.16.2. > Though while downgrading to LSR-2.14.2 I encountered a

exponential crescendo... / Mike "experimental" spanners?

2013-05-08 Thread padovani
Would there be another way to do that? (which would span to the right note, and accept "dal niente" circle, for example?) %%code \relative c' { \once \override Hairpin #'stencil = #ly:text-interface::print \once \override Hairpin #'text = \markup{ \path #0.1 #'((moveto 0 0) (lineto 6 0.25) (rcurv

ERROR: Unbound variable: remove ??

2013-05-08 Thread Thomas Morley
Hi, I'm preparing a LSR-snippet demonstrating how to shape single Slurs independently, which are invoked with \set doubleSlurs = ##t. The code works fine with 2.16.2. Though while downgrading to LSR-2.14.2 I encountered a strange problem: Trying to compile the code below, I get: GNU LilyPond 2.1

Re: LilyPond 2.16+ on WINE 1.0

2013-05-08 Thread Felix Janda
Hello, > My options are: > > 1. Install Sarge's lilypond package and related software >- this will leave the user stuck in 2005 with LilyPond 2.2.6. > > 2. Try to compile all the prerequisites for a newer LilyPond >- this is a headache because so much is outdated on Sarge >

Re: LilyPond 2.16+ on WINE 1.0

2013-05-08 Thread Graham Percival
On Wed, May 08, 2013 at 08:43:13PM +0100, Silas S. Brown wrote: > Thanks Francisco. Unfortunately the recommended installers > don't work for installing modern Lilypond on Debian Sarge. > But thanks for the suggestion. Bug report please. As long as you get the right CPU type, it should work. -

Re: LilyPond 2.16+ on WINE 1.0

2013-05-08 Thread Silas S. Brown
Thanks Francisco. Unfortunately the recommended installers don't work for installing modern Lilypond on Debian Sarge. But thanks for the suggestion. Silas -- Silas S Brown http://people.ds.cam.ac.uk/ssb22 ___ lilypond-user mailing list lilypond-user@

Expansion of score for different format

2013-05-08 Thread Carl Peterson
All, I'm 95% sure the answer to my question is "no," but I'll ask it anyway. I'm working on a psalter, and one of the things I want to be able to do is go from a standard book layout with all the verses arranged in parallel to a screen layout for projection with each verse listed sequentially. I

Re: beams and note stems

2013-05-08 Thread Keith OHara
Mark Stephen Mrotek ca.rr.com> writes: > How can I get all of the notes beamed and the stems of consistent length? >   \once\override Beam.concaveness = 0 % bug 657 before the first note of the beam. ___ lilypond-user mailing list lilypond-user@g

beams and note stems

2013-05-08 Thread Mark Stephen Mrotek
Hello: A metered arpeggiated chord is in my piano staff. It has been coded in two ways (see attached files). Using automatic beaming (auto.ly) all of the notes are beamed and the stems are of unequal and distracting length. Using manual beaming (manual.ly) the stem are of equal length and the b

Re: scheme function help

2013-05-08 Thread Urs Liska
Am 08.05.2013 11:23, schrieb Peter Gentry: ... David Kastrup > writes: Well, I definitely proud myself on facilitating one of the fastest PTF times for active projects (PTF = posting to flamewar). Peter writes: David you have not been flamed your work is highly respected. I don't think th

Re: LilyPond 2.16+ on WINE 1.0

2013-05-08 Thread Francisco Vila
2013/5/8 Silas S. Brown : > Hi, I'm trying to set up a recent LilyPond on someone's old > laptop. Have you tried the recommended installers? Follow the download link in lilypond.org -- Francisco Vila. Badajoz (Spain) www.paconet.org , www.csmbadajoz.com _

LilyPond 2.16+ on WINE 1.0

2013-05-08 Thread Silas S. Brown
Hi, I'm trying to set up a recent LilyPond on someone's old laptop. Because of the laptop's age, it has trouble running modern Linux distros. The best distro I've managed to put on it is Debian Sarge (released in 2005) with the Linux 2.4 kernel. An additional complication is the location is a 16-

Re: writing percussion notes

2013-05-08 Thread Carl Peterson
On Wed, May 8, 2013 at 8:54 AM, D'Arcy J.M. Cain wrote: > On Wed, 8 May 2013 08:38:44 -0400 > Carl Peterson wrote: > > The end result would be two staves without grouping, one for timpani > > and another for the bass/snare. > > I think you are correct except that the OP said; > > > > Ok. I'v nev

Re: writing percussion notes

2013-05-08 Thread D'Arcy J.M. Cain
On Wed, 8 May 2013 08:38:44 -0400 Carl Peterson wrote: > The end result would be two staves without grouping, one for timpani > and another for the bass/snare. I think you are correct except that the OP said; > > Ok. I'v never seen percussion music so I don't even know how to > > looks. I have t

Re: writing percussion notes

2013-05-08 Thread Carl Peterson
(Thinks back to orchestration class four years ago) The timpani (technically this is a plural noun) will be notated on one staff. If I remember correctly, there are standard-sized timpani, each with its own range. The practice I was taught in orchestrating for timpani (by a percussionist) was to b

RE:scheme function help

2013-05-08 Thread Peter Gentry
>Stjepan Horvat writes: > >> I did not mean to criticize anyone but to learn how to use the >> software completely. And that was my fault as I did not watch which >> documentation I read, ie the version. I'm sorry. > David Kastrup > writes: >I was no annoyed at you making a mistake, bu

Re: footnote in markup within music expression

2013-05-08 Thread David Kastrup
Gagi Petrovic writes: > Dear Ponders, the LilyPond documentation on 2.16 gives roughly two options > for implementing footnotes: > > - in music expressions > - in stand-alone text > > I can't find out though how to put footnotes in a text markup *within* a > music expression. > > So this works fi