Re: Simplest way to get notes without staves

2011-07-20 Thread David Kastrup
John Allsup writes: > I am new to lilypond and want (so as to have a graphic), a pair of > quavers and a quadruple of > semiquavers just on their own (i.e. no staff or time signature.) What > is the easiest way to do this > in Lilypond. (I am aware I could probably find some method, but I > hav

Re: Simplest way to get notes without staves

2011-07-20 Thread Federico Bruni
Il giorno mer, 20/07/2011 alle 07.55 +0100, John Allsup ha scritto: > Hi, > > I am new to lilypond and want (so as to have a graphic), a pair of > quavers and a quadruple of > semiquavers just on their own (i.e. no staff or time signature.) What > is the easiest way to do this > in Lilypond. (

Combining lyric variables

2011-07-20 Thread Marc Hohl
Hello list, I use the snippet http://lsr.dsi.unimi.it/LSR/Item?id=744 extensively in my latest project. Due to the structure of the music, I have a lot of small text snippets like textOne = \lyricmode { This is an ex -- am -- ple } textTwo = \lyricmode { and this one, too! } textThree = ... wh

Expressive marks with parentheses

2011-07-20 Thread Jayaratna
Dear members, I need to print parentheses around a Staccatissimo mark. I found how to create dynamics with parentheses in Lilypond snippets. I think it's very similar with other expressive marks, but can't find how to do it. Thank you for your help, Andrea -- View this message in context: ht

Re: Combining lyric variables

2011-07-20 Thread Jan-Peter Voigt
Hi Marc, you can simply combine the lyrics in another \lyricmode: --snip-- textA = \lyricmode { A b -- c } textB = \lyricmode { d e -- f } textC = \lyricmode { \textA \textB } \markup { \verse #textC } --snip-- So the \whatsoever is just: fulltext = \lyricmode { \textOne \textTwo \textT

Expressive marks with parentheses

2011-07-20 Thread Jayaratna
Dear members, I need to print parentheses around a Staccatissimo mark. I found how to create dynamics with parentheses in Lilypond snippets. I think it's very similar with other expressive marks, but can't find how to do it. Thank you for your help, Andrea -- View this message in context: ht

Re: Expressive marks with parentheses

2011-07-20 Thread Xavier Scheuer
On 20 July 2011 11:03, Jayaratna wrote: > > Dear members, > > I need to print parentheses around a Staccatissimo mark. I found how to > create dynamics with parentheses in Lilypond snippets. I think it's very > similar with other expressive marks, but can't find how to do it. Simply use the \par

RE: rendering png without page

2011-07-20 Thread James Lowe
hello )-Original Message- )From: lilypond-user-bounces+james.lowe=datacore@gnu.org )[mailto:lilypond-user-bounces+james.lowe=datacore@gnu.org] On )Behalf Of Marc Mouries )Sent: 20 July 2011 01:55 )To: Carl Sorensen )Cc: lilypond-user@gnu.org )Subject: Re: rendering png without page

Re: rendering png without page

2011-07-20 Thread Carl Sorensen
On 7/20/11 4:57 AM, "James Lowe" wrote: > > )-Original Message- > )From: lilypond-user-bounces+james.lowe=datacore@gnu.org > )[mailto:lilypond-user-bounces+james.lowe=datacore@gnu.org] On > )Behalf Of Marc Mouries > > )OK but this is a frequently asked question related to exporti

Re: Expressive marks with parentheses

2011-07-20 Thread Xavier Scheuer
On 20 July 2011 12:01, Andrea wrote: > > Hi Xavier, > > I didn't think it was that easy! This command will come handy many > times, thank you so much! Yeah, LilyPond is a great software, isn't it? ;-D Cheers, Xavier -- Xavier Scheuer ___ lilypond-

Issue 1724 -> 620 : workaround?

2011-07-20 Thread Xavier Scheuer
[Sorry for late follow-up, I was on holiday. :-) ] Hi Neil, I see you merged issue 1724 : "DynamicTextSpanner inside Dynamics context are shifted due to pedal" into issue 620 : "It should be possible to specify more specific spanner bounds.". I was wondering if you (or someone else) would have

Re: rendering png without page

2011-07-20 Thread Phil Holmes
- Original Message - From: "Carl Sorensen" To: "James Lowe" ; Sent: Wednesday, July 20, 2011 1:05 PM Subject: Re: rendering png without page On 7/20/11 4:57 AM, "James Lowe" wrote: )-Original Message- )From: lilypond-user-bounces+james.lowe=datacore@gnu.org )[mailto:l

Re: Issue 1724 -> 620 : workaround?

2011-07-20 Thread Neil Puttock
On 20 July 2011 13:27, Xavier Scheuer wrote: > I was wondering if you (or someone else) would have maybe a workaround > I could use in order to have a fairly good output for the code attached > to #1724 ? > http://code.google.com/p/lilypond/issues/detail?id=1724 Let me think about it for a bit.

Function to limit range down?

2011-07-20 Thread Basso Ridiculoso
I have been trying to use \Octavecheck but I think I need the inverse - I want to move a range *up* if it is too low, not down if it is too high. Is there way to this? I am transposing some arpeggio exercises and need to make sure notes do not go below e, on the bass clef. -- Daniel *http://bas

Re: ANN: J. S. Bach - 371 Chorals à 4 voix + Etudes d'anamorphoses: les différentes versions d'un choral.

2011-07-20 Thread Phil Hézaine
Hello list, An updated version for Lilypond 2.14.1 with included tar.bz2 sources is available: http://superbonus.project.free.fr/spip.php?article48 Be happy. Phil. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/list

RE: rendering png without page

2011-07-20 Thread James Lowe
Hello, From: Graham Percival [gra...@percival-music.ca] Sent: 20 July 2011 21:59 To: James Lowe Cc: lilypond-user@gnu.org; Carl Sorensen Subject: Re: rendering png without page On Wed, Jul 20, 2011 at 10:57:41AM +, James Lowe wrote: > )OK but this is a

Re: rendering png without page

2011-07-20 Thread Graham Percival
On Wed, Jul 20, 2011 at 10:08:14PM +, James Lowe wrote: > Pushed as > > eed7b5f33c8e40860924c414b0feae8e0393f39d lilypond can most definitely accept backslashes: \ to split long lines. Note that a backslash \ is not the same as a forward slash: / which *cannot* be used to split lines.

RE: rendering png without page

2011-07-20 Thread James Lowe
Hello, From: Graham Percival [gra...@percival-music.ca] Sent: 20 July 2011 23:12 To: James Lowe Cc: lilypond-user@gnu.org; Carl Sorensen Subject: Re: rendering png without page On Wed, Jul 20, 2011 at 10:08:14PM +, James Lowe wrote: > Pushed as > > eed7

Alignment bug?

2011-07-20 Thread Hilary Snaden
A few days ago I mentioned problems with tweaking the vertical alignment of notes. I've now tried everything I can think of, as well as some suggestions from others, but none of the tweaking works reliably (or at all) if there are more than two voices on a staff. Ex.1 is a satisfactory renderi

Re: rendering png without page

2011-07-20 Thread Graham Percival
On Wed, Jul 20, 2011 at 10:57:41AM +, James Lowe wrote: > )OK but this is a frequently asked question related to exporting scores part > )as image and it would be useful to put a reference to this command in the > )doc. > > Do we have any other examples already in the doc that references > a n

sustainOff/On macro with pedal brackets

2011-07-20 Thread Dieter Grollmann
Hello all, (first tiny steps in LilyPond-Scheme ...) I want to have the piano pedal change \sustainOff\sustainOn in one command. This doesn't work: PED = \sustainOff\sustainOn The following only works properly with "pedalSustainStyle = #'text", brackets are not connected (found in http://lists

Re: ANN: J. S. Bach - 371 Chorals à 4 voix + Etudes d'anamorphoses: les différentes versions d'un choral.

2011-07-20 Thread Stan Sanderson
Phil, Many thanks for your contribution. The PDF file looks great on an iPad and is much easier to carry around than my printed copy. The source files will be helpful as a "good practice" coding reference. Stan On Jul 20, 2011, at 4:48 PM, Phil Hézaine wrote: > Hello list, > > An updated ve

Re: Combining lyric variables

2011-07-20 Thread Marc Hohl
Am 20.07.2011 11:24, schrieb Jan-Peter Voigt: Hi Marc, you can simply combine the lyrics in another \lyricmode: --snip-- textA = \lyricmode { A b -- c } textB = \lyricmode { d e -- f } textC = \lyricmode { \textA \textB } \markup { \verse #textC } --snip-- So the \whatsoever is just: f