Three new microtonal snippets in the LSR

2011-12-02 Thread Keith OHara
These snippets are for people who do not want to program. They are not yet checked-in and searchable, but you can see them through the links in this message. Arrow notation and transposition for quarter tones shows a simple way to keep natural-up-arrow

Re: Staff spacing snippet

2011-12-02 Thread lilypond
On Fri, Dec 02, 2011 at 04:25:07PM +1100, Nick Payne wrote: > \version "2.14.2" > > \paper { > % system-system-spacing #'padding = #3 > % system-system-spacing #'padding = #6 > system-system-spacing #'padding = #12 > } > > \header { >tagline = "" > } > > \score { >\new Staff { >

Re: Staff spacing snippet

2011-12-02 Thread Graham Percival
On Fri, Dec 02, 2011 at 01:39:48AM -0800, lilyp...@umpquanet.com wrote: > the manual that came with my 2.14.2 distribution, is there a > newer one out? It appears the HTML manual online is also 2.12. All manuals are online. If you look at the v2.12 manual, you'll see 2.12.3. If you look at the

Re: Staff spacing snippet

2011-12-02 Thread David Kastrup
Graham Percival writes: > On Fri, Dec 02, 2011 at 01:39:48AM -0800, lilyp...@umpquanet.com wrote: >> the manual that came with my 2.14.2 distribution, is there a >> newer one out? It appears the HTML manual online is also 2.12. > > All manuals are online. If you look at the v2.12 manual, you'll

Re: Staff spacing snippet

2011-12-02 Thread Graham Percival
On Fri, Dec 02, 2011 at 10:54:20AM +0100, David Kastrup wrote: > Graham Percival writes: > > > On Fri, Dec 02, 2011 at 01:39:48AM -0800, lilyp...@umpquanet.com wrote: > >> the manual that came with my 2.14.2 distribution, is there a > >> newer one out? It appears the HTML manual online is also 2

Conditionally including lyrics

2011-12-02 Thread Marc Hohl
Hello list, I have a lot of small music pieces with several stanzas which I store like this textA = \lyricmode { \set stanza = "1. " this is the first stan -- za. } textB = \lyricmode { \set stanza = "2. " and this one is the se -- cond. } textC = ... together with the melody in files

Re: Conditionally including lyrics

2011-12-02 Thread David Kastrup
Marc Hohl writes: > Hello list, > > I have a lot of small music pieces with several stanzas which I store > like this > > textA = \lyricmode { > \set stanza = "1. " > this is the first stan -- za. > } > > textB = \lyricmode { > \set stanza = "2. " > and this one is the se -- cond. > } > >

Re: Staff spacing snippet

2011-12-02 Thread lilypond
On Fri, Dec 02, 2011 at 01:48:40AM -0800, Graham Percival wrote: > On Fri, Dec 02, 2011 at 01:39:48AM -0800, lilyp...@umpquanet.com wrote: > > the manual that came with my 2.14.2 distribution, is there a > > newer one out? It appears the HTML manual online is also 2.12. > > All manuals are online

Re: Conditionally including lyrics

2011-12-02 Thread Jan-Peter Voigt
Hello Marc, for me this problem leads to the question how to name variables and how store music. I am using my own functions to store music and typeset it into a template. If this template is capable of some stanza option, it can produce Lyric contexts as needed. The file attached is my curren

Re: Conditionally including lyrics

2011-12-02 Thread Johan Vromans
Marc Hohl writes: > Has someone an idea > how to create a loop which scans for textA, textB, textC etc. and puts > a command that acts like > \addlyrics for each hit? This is exactly what I do in my LP templates :) I just define highMusic leadMusic highWords highAWords highBWords and s

Re: chordmode markup problem

2011-12-02 Thread Bernhard Ott
On 01.12.2011 16:46, David Kastrup wrote: Bernhard Ott writes: Dear all, is there really no way to simply add articulations/markups to chords in \chordmode? In 2.14.2 \chordmode { c1\pp } works \chordmode { c1^"II" } doesn't (as mentioned in the docs). Could scheme do the trick? super = #(d

Three new microtonal snippets in the LSR

2011-12-02 Thread Keith E OHara
These snippets are for people not want to program. They are not yet checked-in and search-able, but you can see them through the links in this message. Arrow notation and transposition for quarter tones shows a simple way to keep natural-up-arrow distin

Chord diagram by itself?

2011-12-02 Thread seisei
Hello, How do I create a custom chord diagram? I only want to show one note, not a chord. -- View this message in context: http://old.nabble.com/Chord-diagram-by-itself--tp32898725p32898725.html Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com. __

Re: chordmode markup problem

2011-12-02 Thread James
Hello, On 1 December 2011 15:58, Bernhard Ott wrote: > On 01.12.2011 16:46, David Kastrup wrote: > >> Bernhard Ott writes: >> >> Dear all, >>> is there really no way to simply add articulations/markups to chords >>> in \chordmode? >>> >>> In 2.14.2 >>> \chordmode { c1\pp } works >>> \chordmode

Re: Conditionally including lyrics

2011-12-02 Thread Marc Hohl
Am 02.12.2011 12:02, schrieb David Kastrup: Marc Hohl writes: Hello list, I have a lot of small music pieces with several stanzas which I store like this textA = \lyricmode { \set stanza = "1. " this is the first stan -- za. } textB = \lyricmode { \set stanza = "2. " and this on

Re: Conditionally including lyrics

2011-12-02 Thread Marc Hohl
Am 02.12.2011 12:36, schrieb Johan Vromans: Marc Hohl writes: Has someone an idea how to create a loop which scans for textA, textB, textC etc. and puts a command that acts like \addlyrics for each hit? This is exactly what I do in my LP templates :) I just define highMusic leadMusic

Re: Conditionally including lyrics

2011-12-02 Thread David Kastrup
Marc Hohl writes: > Am 02.12.2011 12:02, schrieb David Kastrup: >> Marc Hohl writes: >> >>> Hello list, >>> >>> I have a lot of small music pieces with several stanzas which I store >>> like this >>> >>> textA = \lyricmode { >>>\set stanza = "1. " >>>this is the first stan -- za. >>> } >

Re: Conditionally including lyrics

2011-12-02 Thread Marc Hohl
Am 02.12.2011 12:33, schrieb Jan-Peter Voigt: Hello Marc, for me this problem leads to the question how to name variables and how store music. I am using my own functions to store music and typeset it into a template. IIRC, you posted these functions some days ago – this looks very interestin

Re: Conditionally including lyrics

2011-12-02 Thread Marc Hohl
Am 02.12.2011 17:44, schrieb David Kastrup: Marc Hohl writes: Am 02.12.2011 12:02, schrieb David Kastrup: Marc Hohl writes: Hello list, I have a lot of small music pieces with several stanzas which I store like this textA = \lyricmode { \set stanza = "1. " this is the first stan

Re: Chord diagram by itself?

2011-12-02 Thread Carl Sorensen
On 12/1/11 3:10 PM, "seisei" wrote: > >Hello, > >How do I create a custom chord diagram? I only want to show one note, not >a >chord. See Section 2.4.1 of the Notation Reference, under Predefined fret diagrams \storePredefinedDiagram #default-fret-table c % this would b

Re: Staff spacing snippet

2011-12-02 Thread Nick Payne
On 02/12/11 20:39, lilyp...@umpquanet.com wrote: On Fri, Dec 02, 2011 at 04:25:07PM +1100, Nick Payne wrote: \version "2.14.2" \paper { % system-system-spacing #'padding = #3 % system-system-spacing #'padding = #6 system-system-spacing #'padding = #12 } \header { tagline = "" } \

Re: force page break?

2011-12-02 Thread MING TSANG
Thank you Nick. This helps.   Blessing in+, Ming ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

VIM files provided by lilypond

2011-12-02 Thread Frank Steinmetzger
Hello list, this is more of a dev topic than user topic, but I’m always hesitant to create a new user account in the Intertubes just for an assumed one-occasion use. Plus I am in no way skilled to be considered a dev anyway. So I’d be glad if someone here knows to whom to forward this. So here’s

Re: center NoteColumn

2011-12-02 Thread David Nalesnik
Hi Harm, On Tue, Nov 29, 2011 at 5:16 PM, Thomas Morley < thomasmorle...@googlemail.com> wrote: the attached code is my attempt to center a NoteColumn in a measure (like > MultiMeasureRest). > > This is really cool! > > While it works fine in most cases, there is one major problem: > Having a k

polychords, using root in chord markup?

2011-12-02 Thread Jean-Alexis Montignies
Hi, I will have to write polychords (as my jazz harmony classes is getting to that) in Lilypond. I'm looking for ways to do this. Polychord - Wikipedia, the free encyclopedia Is it be possible to use the root or a transposed root into the markup of a chord? I could then use the extensions to r

Re: Conditionally including lyrics

2011-12-02 Thread Matthew Collett
On 3/12/2011, at 12:02 am, David Kastrup wrote: > Marc Hohl writes: > >> I have a lot of small music pieces with several stanzas which I store >> like this >> >> textA = \lyricmode { >> \set stanza = "1. " >> this is the first stan -- za. >> } >> >> textB = \lyricmode { >> \set stanza = "2.

Re: center NoteColumn

2011-12-02 Thread David Nalesnik
Hi again. On Fri, Dec 2, 2011 at 4:31 PM, David Nalesnik wrote: > > (See attached file.) > > Oops--that only accidentally works for your problem example since I goofed the filtering. Replace the second definition of lst-2 in the file I last attached with this line and all should be well: (lst-2

Re: Conditionally including lyrics

2011-12-02 Thread David Kastrup
Matthew Collett writes: > Incidentally, this is one the places in which I find lilypond's > refusal to allow numerals in variable names irritating: I'd much > rather label the stanzas 'verse1', 'verse2' etc., but have to choose > between the verbose 'verseOne', 'verseTwo' or the awkward 'verseA',

Re: chordmode markup problem

2011-12-02 Thread Bernhard Ott
On 02.12.2011 16:38, James wrote: Hello, On 1 December 2011 15:58, Bernhard Ott > wrote: On 01.12.2011 16:46, David Kastrup wrote: Bernhard Ottmailto:bernhard@gmx.net>> writes: Dear all, is there really no way to simpl

Re: center NoteColumn

2011-12-02 Thread Thomas Morley
Hi David, 2011/12/3 David Nalesnik > Hi again. > > On Fri, Dec 2, 2011 at 4:31 PM, David Nalesnik > wrote: > >> >> (See attached file.) >> >> > Oops--that only accidentally works for your problem example since I goofed > the filtering. > > Replace the second definition of lst-2 in the file I la

Re: polychords, using root in chord markup?

2011-12-02 Thread Carl Sorensen
On 12/2/11 3:59 PM, "Jean-Alexis Montignies" wrote: >Hi, >I will have to write polychords (as my jazz harmony classes is getting to >that) in Lilypond. I'm looking for ways to do this. Polychord - >Wikipedia, the free encyclopedia > >Is it be possible to

Re: Conditionally including lyrics

2011-12-02 Thread Carl Sorensen
On 12/2/11 4:28 PM, "David Kastrup" wrote: >Matthew Collett writes: > >> Incidentally, this is one the places in which I find lilypond's >> refusal to allow numerals in variable names irritating: I'd much >> rather label the stanzas 'verse1', 'verse2' etc., but have to choose >> between the ve

positioning of \tempo in 2.15.20

2011-12-02 Thread Paul Scott
Hi, 2.15.20: Should the positioning of \tempo over notes be different than over whole rests? If so, can I make the second behavior like the first? \version "2.15.20" \relative c'' { \tempo "text over notes" c1 c c c \break \tempo "text over whole rest(s)" R1*4 c1 c c c c c c } TIA, Paul