Re: More vertical spacing confusion

2011-08-04 Thread David Kastrup
Joe Neeman writes: > On Wed, Aug 3, 2011 at 10:37 PM, David Kastrup wrote: >> David Kastrup writes: >> >>> Joe Neeman writes: >>> > So I have several questions: > >  - Is the behaviour I am experiencing (a system spilling over onto a >    second page) correct or a bug?  If corr

Re: Transparent Measure

2011-08-04 Thread Shelby Maddox
Yes, \stopStaff and \startStaff was exactly what I needed. Thanks! On Mon, Aug 1, 2011 at 12:36 PM, Stefan Thomas < kontrapunktste...@googlemail.com> wrote: > Dear Shelby, > I would try it with \stopStaff and and \startStaff > I think You have something in mind like one can find in some scores of

Re: More vertical spacing confusion

2011-08-04 Thread Joe Neeman
On Wed, Aug 3, 2011 at 10:37 PM, David Kastrup wrote: > David Kastrup writes: > >> Joe Neeman writes: >> So I have several questions:  - Is the behaviour I am experiencing (a system spilling over onto a    second page) correct or a bug?  If correct, what's the best way to >>>

Re: Inserting Numbers into Noteheads

2011-08-04 Thread Neil Puttock
On 4 August 2011 23:47, James Lowe wrote: > Is this a >2.12.2 snippet Yes. It uses a scheme engraver; support for this wasn't added until 2.13.9. Cheers, Neil ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinf

RE: Inserting Numbers into Noteheads

2011-08-04 Thread James Lowe
Neil, From: lilypond-user-bounces+james.lowe=datacore@gnu.org [lilypond-user-bounces+james.lowe=datacore@gnu.org] on behalf of Neil Puttock [n.putt...@gmail.com] Sent: 04 August 2011 19:49 To: Bjorn Cc: lilypond-user@gnu.org Subject: Re: Inserting

Whole measure rests in parentheses

2011-08-04 Thread Leszek Wroński
Dear Group, I'd like the input \parenthesize R1 to produce a whole measure rest in parentheses. (In common time of course.) Unfortunately, I don't know how to do it. "Why not \parenthesize r1" I hear some of you asking? Well, because in such a case the rest is rendered to the left, and not in th

RE: \repeat unfold behavior

2011-08-04 Thread James Lowe
Urs, From: Urs Liska [lilyp...@ursliska.de] Sent: 04 August 2011 20:09 To: James Lowe Cc: lilypond-user@gnu.org Subject: Re: \repeat unfold behavior OK, I'll do this. Although in this case the 'preferred action' would be to submit a 'documentation suggestio

RE: Mix of Chordnames and Notes

2011-08-04 Thread James Lowe
Robert, From: Robert Schmaus [robert.schm...@web.de] Sent: 04 August 2011 19:57 To: James Lowe Subject: Re: Mix of Chordnames and Notes > > So why does > > { g4 g g g \chords { d1:m7 b1:min7.5- } } > > > \layout { >\context { > \Staff > \accep

Re: \repeat unfold behavior

2011-08-04 Thread Urs Liska
OK, I'll do this. Although in this case the 'preferred action' would be to submit a 'documentation suggestion' ... Well, maybe I'll find the right words when doing the tracker ... Best Urs Am 04.08.2011 20:53, schrieb James Lowe: Hello, )-Original Message- )From: lilypond-user-bounce

Re: Mix of Chordnames and Notes

2011-08-04 Thread Neil Puttock
On 4 August 2011 19:50, James Lowe wrote: > So why does > > { g4 g g g \chords { d1:m7 b1:min7.5- } } > > > \layout { >  \context { >    \Staff >    \accepts "ChordNames" >  } > } > > Give me a GS error? I have no idea. It works fine here. Does the original snippet also fail? Cheers, Neil __

RE: \repeat unfold behavior

2011-08-04 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 Urs Liska )Sent: 04 August 2011 19:48 )To: lilypond-user@gnu.org )Subject: Re: \repeat unfold behavior ) )Am 04.08.2011 20:3

RE: Mix of Chordnames and Notes

2011-08-04 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 Robert Schmaus )Sent: 04 August 2011 19:46 )To: Neil Puttock; lilypond-user@gnu.org )Subject: Re: Mix of Chordnames and Note

Re: Inserting Numbers into Noteheads

2011-08-04 Thread Neil Puttock
On 3 August 2011 20:26, Bjorn wrote: > I need to insert numbers into the noteheads > of sheet music and went to your help page: > http://kainhofer.com/~lilypond/Documentation/notation/note-heads.html This is a mirror of the latest documentation build. I'd advise bookmarking the official documen

Re: \repeat unfold behavior

2011-08-04 Thread Urs Liska
Am 04.08.2011 20:35, schrieb David Kastrup: "Christopher R. Maden" writes: On 08/04/2011 01:21 PM, Patrick Karl wrote: I discovered that the \repeat unfold 2 in: \relative a' { \repeat unfold 2 {a' b c} } is not equivalent to: a' b c a' b c but rather to: a' b c a b c That

Re: Mix of Chordnames and Notes

2011-08-04 Thread Robert Schmaus
That is truly amazing! I'd have thought that this will involve some ugly manual tweaking and stuff, and out of the hat comes this incredible simple and straightforward solution! In less than 5 minutes. Man, what a great program and what a great user community! Thanks a million, Neil! That is p

Re: Mix of Chordnames and Notes

2011-08-04 Thread Neil Puttock
On 4 August 2011 19:27, Robert Schmaus wrote: > Anyone know of an easy solution to this? \layout { \context { \Staff \accepts "ChordNames" } } Cheers, Neil ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman

Re: Mix of Chordnames and Notes

2011-08-04 Thread Robert Schmaus
Hi Tim, no, that's not what I've meant - I'm interested in that particular mix of having normal notes, followed by a few bars where the notes are replaced by chord symbols, which are printed right across the staff lines. Best, Robert Am 8/4/11 8:33 PM, schrieb Tim McNamara: If you want the

Re: \repeat unfold behavior

2011-08-04 Thread David Kastrup
"Christopher R. Maden" writes: > On 08/04/2011 01:21 PM, Patrick Karl wrote: >> I discovered that the \repeat unfold 2 in: >> >> \relative a' { \repeat unfold 2 {a' b c} } >> >> is not equivalent to: a' b c a' b c >> >> but rather to:a' b c a b c >> >> That surprised me.

Mix of Chordnames and Notes

2011-08-04 Thread Robert Schmaus
Dear LilyPond fellows, I'm writing a score for Bigband, which means there are arranged parts as well as improvised sequences. In the improvised sequences, one normally only provides the chord symbols. What I have found is a \chord{ } command which produces the chord symbols underneath the staf

Re: \repeat unfold behavior

2011-08-04 Thread Ralph Palmer
On Thu, Aug 4, 2011 at 1:21 PM, Patrick Karl wrote: > I discovered that the \repeat unfold 2 in: > > \relative a' { >\repeat unfold 2 {a' b c} > } > > is not equivalent to: a' b c a' b c > > but rather to: a' b c a b c > > That surprised me. I have not been able to find an

Re: \repeat unfold behavior

2011-08-04 Thread Phil Holmes
- Original Message - From: "Patrick Karl" To: Sent: Thursday, August 04, 2011 6:21 PM Subject: \repeat unfold behavior I discovered that the \repeat unfold 2 in: \relative a' { \repeat unfold 2 {a' b c} } is not equivalent to: a' b c a' b c but rather to: a' b c a b c That s

Re: \repeat unfold behavior

2011-08-04 Thread Christopher R. Maden
On 08/04/2011 01:21 PM, Patrick Karl wrote: > I discovered that the \repeat unfold 2 in: > > \relative a' { \repeat unfold 2 {a' b c} } > > is not equivalent to: a' b c a' b c > > but rather to: a' b c a b c > > That surprised me. I have not been able to find any documenta

\repeat unfold behavior

2011-08-04 Thread Patrick Karl
I discovered that the \repeat unfold 2 in: \relative a' { \repeat unfold 2 {a' b c} } is not equivalent to: a' b c a' b c but rather to: a' b c a b c That surprised me. I have not been able to find any documentation in Notation about this behavior.

fixcc.py and variable assignments on two lines

2011-08-04 Thread Reinhold Kainhofer
fixcc.py seems to mess up indentation of variable assignments that are spread over two lines. In particular, if you have static char const *WARRANTY = _i ("This program is free software; you can redistribute it and/or\n" then fixcc.py will change it so that the second line will NOT be inden

Re: Roman numeral analysis

2011-08-04 Thread Jerod Sommerfeldt
Thanks James! Very easy indeed. Much appreciated for all of the help. Jerod > )Hi David (and all), > ) > )This \rN function is really terrific and has a great look to it. Is there > any > )way to add this as a permanent addition to my LilyPond build? I don't > )know the particulars of add

Re: More vertical spacing confusion

2011-08-04 Thread David Kastrup
Adam Spiers writes: > On Wed, Aug 3, 2011 at 10:34 PM, Adam Spiers > wrote: >> On Wed, Aug 3, 2011 at 5:37 AM, David Kastrup wrote: >>> David Kastrup writes: >>> Ragged-bottom or not, this is ugly and that should get reflected in the >>> scores. >> >> I agree 100% David!  This is beginning to

Re: how to color a repeat bar line?

2011-08-04 Thread Phil Holmes
- Original Message - From: "harm6" To: Sent: Thursday, August 04, 2011 10:33 AM Subject: Re: how to color a repeat bar line? Phil Holmes-2 wrote: You need to mark it as a "Standalone snippet" if it's more than one line. Now done and approved. Thanks Phil, I didn't understand

Re: how to color a repeat bar line?

2011-08-04 Thread harm6
Phil Holmes-2 wrote: > > You need to mark it as a "Standalone snippet" if it's more than one line. > Now done and approved. > Thanks Phil, I didn't understand that "Standalone snippet"-feature in the LSR. Cheers, Harm -- View this message in context: http://old.nabble.com/how-to-color-

Re: how to color a repeat bar line?

2011-08-04 Thread Phil Holmes
-- Phil Holmes - Original Message - From: "harm6" To: Sent: Wednesday, August 03, 2011 10:14 PM Subject: Re: how to color a repeat bar line? Xavier Scheuer wrote: Nice one! Could you add it to the LSR? Cheers, Xavier It is now http://lsr.dsi.unimi.it/LSR/Item?u=1&id=7