2 Table of contents in same source file

2014-12-09 Thread Les Editions Valmajour

Hello everyone!
I'm trying to get to work 2 different Table of Contents in the same 
source file. So far it doesn't work, the second ToC prints also the 
entries of the first one. (see attached)

Is there a way to get this working?
Thank you!
Pierre
\version "2.18.2"

\book {
  
 \markuplist \table-of-contents
 
  \score {
\tocItem \markup test1.1
\layout {}
\midi {}
  }
  \score {
\tocItem \markup test1.2
\layout {}
\midi {}
  }
  \score {
\tocItem \markup test1.3
\layout {}
\midi {}
  }
}

\pageBreak

\book {
  
 \markuplist \table-of-contents
 
  \score {
\tocItem \markup test2.1
\layout {}
\midi {}
  }
  \score {
\tocItem \markup test2.2
\layout {}
\midi {}
  }
  \score {
\tocItem \markup test2.3
\layout {}
\midi {}
  }
}___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Automatically add empty pages at the end of a book

2014-12-09 Thread Urs Liska

Hi all,

if I produce scores that are to be printed on double-sided, folded 
sheets (i.e. four A4 pages on one A3 sheet) I need to find a way to add 
empty pages to the end of the score.


I have one bookpart with two pages of front matter, then comes the score.
Then I need that flexible amount of 0-3 empty pages,
finally I have a last bookpart for the back cover.

How can I determine the number of pages a score has and add an 
appropriate number of pages to that?

(2 + 5 + N + 1) % 4 = 0
Examples:
Score has 5 pages: -> 0 empty pages necessary
Score has 7 pages: -> 2 empty pages necessary

Thanks for any suggestions
Urs

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Automatically add empty pages at the end of a book

2014-12-09 Thread Federico Bruni
2014-12-09 17:38 GMT+01:00 Urs Liska :

> Hi all,
>
> if I produce scores that are to be printed on double-sided, folded sheets
> (i.e. four A4 pages on one A3 sheet) I need to find a way to add empty
> pages to the end of the score.
>
> I have one bookpart with two pages of front matter, then comes the score.
> Then I need that flexible amount of 0-3 empty pages,
> finally I have a last bookpart for the back cover.
>
> How can I determine the number of pages a score has and add an appropriate
> number of pages to that?
> (2 + 5 + N + 1) % 4 = 0
> Examples:
> Score has 5 pages: -> 0 empty pages necessary
> Score has 7 pages: -> 2 empty pages necessary
>
>
You don't want to do this in LilyPond, right? If so, you already replied to
yourself.
I did the same five years ago and the recommendation in this list was: work
on A4 in LilyPond and use some external tool (can't remember which) to
build the A3 pdf file. You already have the "pseudo code" to create that
pdf.
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Automatically add empty pages at the end of a book

2014-12-09 Thread Urs Liska


Am 09.12.2014 17:47, schrieb Federico Bruni:
2014-12-09 17:38 GMT+01:00 Urs Liska >:


Hi all,

if I produce scores that are to be printed on double-sided, folded
sheets (i.e. four A4 pages on one A3 sheet) I need to find a way
to add empty pages to the end of the score.

I have one bookpart with two pages of front matter, then comes the
score.
Then I need that flexible amount of 0-3 empty pages,
finally I have a last bookpart for the back cover.

How can I determine the number of pages a score has and add an
appropriate number of pages to that?
(2 + 5 + N + 1) % 4 = 0
Examples:
Score has 5 pages: -> 0 empty pages necessary
Score has 7 pages: -> 2 empty pages necessary


You don't want to do this in LilyPond, right? If so, you already 
replied to yourself.
I did the same five years ago and the recommendation in this list was: 
work on A4 in LilyPond and use some external tool (can't remember 
which) to build the A3 pdf file. You already have the "pseudo code" to 
create that pdf.




Well, I don't want to do the imposition from within LilyPond, but I'd 
like to produce the score files directly from within LilyPond without 
having to run them through LaTeX first.
So I want to produce files with a number of pages that can be divided by 
four, and where the second-to-last page(s) are automatically inserted to 
make that possible.


Urs
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Automatically add empty pages at the end of a book

2014-12-09 Thread Federico Bruni
2014-12-09 17:57 GMT+01:00 Urs Liska :

>
> Am 09.12.2014 17:47, schrieb Federico Bruni:
>
>  2014-12-09 17:38 GMT+01:00 Urs Liska :
>
>> Hi all,
>>
>> if I produce scores that are to be printed on double-sided, folded sheets
>> (i.e. four A4 pages on one A3 sheet) I need to find a way to add empty
>> pages to the end of the score.
>>
>> I have one bookpart with two pages of front matter, then comes the score.
>> Then I need that flexible amount of 0-3 empty pages,
>> finally I have a last bookpart for the back cover.
>>
>> How can I determine the number of pages a score has and add an
>> appropriate number of pages to that?
>> (2 + 5 + N + 1) % 4 = 0
>> Examples:
>> Score has 5 pages: -> 0 empty pages necessary
>> Score has 7 pages: -> 2 empty pages necessary
>>
>>
>  You don't want to do this in LilyPond, right? If so, you already replied
> to yourself.
>  I did the same five years ago and the recommendation in this list was:
> work on A4 in LilyPond and use some external tool (can't remember which) to
> build the A3 pdf file. You already have the "pseudo code" to create that
> pdf.
>
>
> Well, I don't want to do the imposition from within LilyPond, but I'd like
> to produce the score files directly from within LilyPond without having to
> run them through LaTeX first.
> So I want to produce files with a number of pages that can be divided by
> four, and where the second-to-last page(s) are automatically inserted to
> make that possible.
>

This was the thread (4 years ago actually):
http://lists.gnu.org/archive/html/lilypond-user/2010-12/msg00484.html

pdfnup or pdfbook (both in package texlive-extra-utils in debian)
some use adobe reader but I guess that you'll prefer command line tools
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Trying to subscribe

2014-12-09 Thread Stan Mulder
I am trying to subscribe to the lilypond list. Nothing I do works. Now
trying this. Thanks for listening.


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Trying to subscribe

2014-12-09 Thread Daniel Berjón Díez




> On 09 Dec 2014, at 19:46, Stan Mulder  wrote:
> 
> I am trying to subscribe to the lilypond list. Nothing I do works.

I don't think it worked this time either. I for one cannot read your message.;)

> Now
> trying this. Thanks for listening.

Welcome!

> 
> 
> ___
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Trying to creating a plectrum banjo fretboard

2014-12-09 Thread Stan Mulder
I am not a fretted string player, but I am arranging music for a dixieland
band I play in. I would like to add fret diagrams for the plectrum banjo
player. I think I could do it if it were a guitar part, but plectrum banjo
doesn't seem to be defined in Lilypond. This is where I am lost. I would
like help creating a file I can include to achieve this in my various
scores. I'm not sure where to define the strings/tunings. They should be
tuned: C G B D

I created the following, defining some fingerings, but that's as far as I got:

\storePredefinedDiagram #default-fret-table \chordmode {c}   
#plectrum-tuning  #"o;o;o;3"
\storePredefinedDiagram #default-fret-table \chordmode {c:m} 
#plectrum-tuning  #"o;o;1;1"
\storePredefinedDiagram #default-fret-table \chordmode {c:6} 
#plectrum-tuning  #"o;2;1;2"
\storePredefinedDiagram #default-fret-table \chordmode {c:7} 
#plectrum-tuning  #"o;3;1;2"
\storePredefinedDiagram #default-fret-table \chordmode {c:m7}
#plectrum-tuning  #"o;3;4;5"
\storePredefinedDiagram #default-fret-table \chordmode {c:m6}
#plectrum-tuning  #"o;2;1;1"
\storePredefinedDiagram #default-fret-table \chordmode {c:aug}   
#plectrum-tuning  #"o;1;1;2"
\storePredefinedDiagram #default-fret-table \chordmode {c:aug7}  
#plectrum-tuning  #"2;1;3;4" %6
\storePredefinedDiagram #default-fret-table \chordmode {c:7.5-}  
#plectrum-tuning  #"o;3;5;4"
\storePredefinedDiagram #default-fret-table \chordmode {c:maj7}  
#plectrum-tuning  #"o;o;o;2"
\storePredefinedDiagram #default-fret-table \chordmode {c:maj9}  
#plectrum-tuning  #"2;o;o;2"
\storePredefinedDiagram #default-fret-table \chordmode {c:9} 
#plectrum-tuning  #"o;3;3;2"
\storePredefinedDiagram #default-fret-table \chordmode {c:7sus}  
#plectrum-tuning  #"o;3;1;3"
\storePredefinedDiagram #default-fret-table \chordmode {c:7.9-}  
#plectrum-tuning  #"4;3;2;5"
\storePredefinedDiagram #default-fret-table \chordmode {c:dim}   
#plectrum-tuning  #"3;2;1;4"
\storePredefinedDiagram #default-fret-table \chordmode {c:11}
#plectrum-tuning  #"o;3;3;3"
\storePredefinedDiagram #default-fret-table \chordmode {c:13}
#plectrum-tuning  #"o;1;3;5" %6

Can anybody help me get a basic skeleton started? Thanks in advance.


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Trying to subscribe

2014-12-09 Thread Stan Mulder
Daniel Berjón Díez  gmail.com> writes:

> 
> 
> > On 09 Dec 2014, at 19:46, Stan Mulder  earthlink.net> wrote:
> > 
> > I am trying to subscribe to the lilypond list. Nothing I do works.
> 
> I don't think it worked this time either. I for one cannot read your
message.;)
> 
> > Now
> > trying this. Thanks for listening.
> 
> Welcome!

Thank you. I tried to join the lilypond-user group via the web
(https://lists.gnu.org/mailman/listinfo/lilypond-user) but there was no
response. I guess using the gmane.org browser based interface is the way to
do it??


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Trying to subscribe

2014-12-09 Thread Colin Campbell

On 2014-12-09 01:59 PM, Stan Mulder wrote:

Daniel Berjón Díez  gmail.com> writes:




On 09 Dec 2014, at 19:46, Stan Mulder  earthlink.net> wrote:

I am trying to subscribe to the lilypond list. Nothing I do works.

I don't think it worked this time either. I for one cannot read your

message.;)

Now
trying this. Thanks for listening.

Welcome!

Thank you. I tried to join the lilypond-user group via the web
(https://lists.gnu.org/mailman/listinfo/lilypond-user) but there was no
response. I guess using the gmane.org browser based interface is the way to
do it??


___


Ordinarily, the list manager sends an email, to which you need to reply. 
Could it be in a junk folder on your email client?


Cheers,
Colin

--
I've learned that you shouldn't go through life with a catcher's mitt on both 
hands.
You need to be able to throw something back.
-Maya Angelou, poet (1928- )


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Automatically add empty pages at the end of a book

2014-12-09 Thread Urs Liska


Am 09.12.2014 18:09, schrieb Federico Bruni:
2014-12-09 17:57 GMT+01:00 Urs Liska >:



Am 09.12.2014 17:47, schrieb Federico Bruni:

2014-12-09 17:38 GMT+01:00 Urs Liska mailto:u...@openlilylib.org>>:

Hi all,

if I produce scores that are to be printed on double-sided,
folded sheets (i.e. four A4 pages on one A3 sheet) I need to
find a way to add empty pages to the end of the score.

I have one bookpart with two pages of front matter, then
comes the score.
Then I need that flexible amount of 0-3 empty pages,
finally I have a last bookpart for the back cover.

How can I determine the number of pages a score has and add
an appropriate number of pages to that?
(2 + 5 + N + 1) % 4 = 0
Examples:
Score has 5 pages: -> 0 empty pages necessary
Score has 7 pages: -> 2 empty pages necessary


You don't want to do this in LilyPond, right? If so, you already
replied to yourself.
I did the same five years ago and the recommendation in this list
was: work on A4 in LilyPond and use some external tool (can't
remember which) to build the A3 pdf file. You already have the
"pseudo code" to create that pdf.



Well, I don't want to do the imposition from within LilyPond, but
I'd like to produce the score files directly from within LilyPond
without having to run them through LaTeX first.
So I want to produce files with a number of pages that can be
divided by four, and where the second-to-last page(s) are
automatically inserted to make that possible.


This was the thread (4 years ago actually):
http://lists.gnu.org/archive/html/lilypond-user/2010-12/msg00484.html

pdfnup or pdfbook (both in package texlive-extra-utils in debian)
some use adobe reader but I guess that you'll prefer command line tools


OK, now I've read through that thread, and it's *not* the same issue, at 
least it's another aspect of the overall issue.


What *I* would need is a way to tell the first page number a given 
bookpart starts with.
If I had this I could write a function that calculates the right number 
of page breaks to insert.


Urs


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Automatically add empty pages at the end of a book

2014-12-09 Thread Knut Petersen

On 09.12.2014 17:38, Urs Liska wrote:

Hi all,

if I produce scores that are to be printed on double-sided, folded sheets (i.e. 
four A4 pages on one A3 sheet) I need to find a way to add empty pages to the 
end of the score.



pdfjam is part of the pdfpages package. Try something like

pdfjam  --landscape  --keepinfo --paper a3paper --nup '2x1' --outfile out.pdf 
-- in.pdf



cu,
 Knut

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Automatically add empty pages at the end of a book

2014-12-09 Thread Nick Payne

On 10/12/14 03:57, Urs Liska wrote:


Am 09.12.2014 17:47, schrieb Federico Bruni:
2014-12-09 17:38 GMT+01:00 Urs Liska >:


Hi all,

if I produce scores that are to be printed on double-sided,
folded sheets (i.e. four A4 pages on one A3 sheet) I need to find
a way to add empty pages to the end of the score.

I have one bookpart with two pages of front matter, then comes
the score.
Then I need that flexible amount of 0-3 empty pages,
finally I have a last bookpart for the back cover.

How can I determine the number of pages a score has and add an
appropriate number of pages to that?
(2 + 5 + N + 1) % 4 = 0
Examples:
Score has 5 pages: -> 0 empty pages necessary
Score has 7 pages: -> 2 empty pages necessary


You don't want to do this in LilyPond, right? If so, you already 
replied to yourself.
I did the same five years ago and the recommendation in this list 
was: work on A4 in LilyPond and use some external tool (can't 
remember which) to build the A3 pdf file. You already have the 
"pseudo code" to create that pdf.




Well, I don't want to do the imposition from within LilyPond, but I'd 
like to produce the score files directly from within LilyPond without 
having to run them through LaTeX first.
So I want to produce files with a number of pages that can be divided 
by four, and where the second-to-last page(s) are automatically 
inserted to make that possible.


Use pdfbook - it will do it all for you. Just feed it your a4 lilypond 
pdf containing whatever number of pages:


pdfbook --short-edge --paper a3paper file.pdf

will create a pdf named file-book.pdf correctly laid out for 
double-sided printing on a3 and folding to make an a4 booklet.


On Ubuntu you need to install the packages texlive-latex-recommended and 
texlive-extra-utils.


Nick


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Automatically add empty pages at the end of a book

2014-12-09 Thread Urs Liska


Am 09.12.2014 22:07, schrieb Knut Petersen:

On 09.12.2014 17:38, Urs Liska wrote:

Hi all,

if I produce scores that are to be printed on double-sided, folded 
sheets (i.e. four A4 pages on one A3 sheet) I need to find a way to 
add empty pages to the end of the score.




pdfjam is part of the pdfpages package. Try something like

pdfjam  --landscape  --keepinfo --paper a3paper --nup '2x1' --outfile 
out.pdf -- in.pdf





I have to repeat myself: My issue is not about the imposing from A4 to A3.
I want to produce a file in A4 that *can* be imposed on a folded A4 paper.
So it has to have a page count of a multiple of 4.

I know that the file starts with two pages of front matter and that it 
will have one page of back cover.

In between it has an unknown number of score pages.
Depending on the number of pages in the score I need 0 to 3 empty pages 
between the score and the back cover to "fill it up" to a correct file size.


If I knew the current page number on the start of a given bookpart 
(which I'd start after the score) I could calculate the number of 
pagebreaks that have to be entered.


Urs



cu,
 Knut



___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Displaying add9

2014-12-09 Thread Jan Kohnert
Hi,

Am Montag, 8. Dezember 2014, 08:45:24 schrieb Knute Snortum:
> The latest version I could find that displayed "add9" for 9^7 is 2.14.2.
> Somewhere between that and 2.16.2 we lost the ability.

good to know, I thought 2.16 still had the ability. I tried to compile latest 
2.16, but I'm not easily able to do so due to python and autotools stuff 
unavailable on recent Gentoo. So I'll just believe you. :) 

> I tend to think of this as a regression bug, although an old one.  c:9^7 is
> not the same as c:9.  As I use "add9" a lot I would like to see this
> function restored.  Should I post to bugs?

Though it's not a real regression (see Phil's mail), it should be reported. 
Whould you do that, or do you want me to do so? Since you seem to have easy 
access to older versions of lilypond, you could be the better contact person. 
:) If you don't want to file a bug, please give a short response, and I'll 
file it and post the link here, probably you could help with some small pics 
of older versions then.

Thanks again, and thanks to Phil, too!

-- 
MfG Jan


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Displaying add9

2014-12-09 Thread Jan Kohnert
Hi,

[quoting corrected]

Am Montag, 8. Dezember 2014, 17:11:17 schrieb Flaming Hakama by Elaine:
> Me writing:
> > Am Freitag, 5. Dezember 2014, 13:36:57 schrieben Sie:
> > > I think you are confusing the printed chord names with the lilypond 
> > > chord representations.
> > 
> > And no, I'm not confusing the two, I just don't give a  on the
> > Lilypond internal chord representation. And there's reason for that:
> > 
> > I think, nearly noone ever uses \chordmode input for really printing
> > chords with notes, but nearly everyone uses it to just print chord-names,
> > for example in leadsheets. And we surely agree, Lilyponds main purpose is
> > to generate beautiful looking sheets of music.
> 
> So, you clearly don't understand what I am talking about.
> 
> Too bad your attitude of willful ignorance will prevent you from getting
> what you want.

I guess you stumbled about the "". It wasn't intended to offend 
anyone; if it did, please pardon me. I just wanted to make myself *very* 
clear. And in the end, we found, it really *is* a bug, since it worked the way 
expected in earlier versions. :)

But, BTW: Are you really using chordmode input for displaying real notes 
except for teaching purposes? I believe most of us (and yeah, that's really 
just a rough guess) are using it just for displaying chord names… At least I 
would actually type f.e. "1 | 1", or whatever else, when I 
need to display the notes, since chordmode (c1:7+ | f1:7+) whould make it "1 | 1", which doesn't really make sense; at least for a piano 
player, or anyone else knowing something about harmonising music (No pun 
intended! Please stay calm!).

-- 
MfG Jan


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Displaying add9

2014-12-09 Thread Knute Snortum
An issue has been added about this.  Here is an easy workaround (Thanks,
Keith):

  \new ChordNames \with {additionalPitchPrefix = "add" }
  \chordmode {
c1:9^7 % Cadd9   root-3-5-9
c1:9   % C9  root-3-5-7-9
  }


Knute Snortum
(via Gmail)

On Tue, Dec 9, 2014 at 2:27 PM, Jan Kohnert  wrote:

> Hi,
>
> Am Montag, 8. Dezember 2014, 08:45:24 schrieb Knute Snortum:
> > The latest version I could find that displayed "add9" for 9^7 is 2.14.2.
> > Somewhere between that and 2.16.2 we lost the ability.
>
> good to know, I thought 2.16 still had the ability. I tried to compile
> latest
> 2.16, but I'm not easily able to do so due to python and autotools stuff
> unavailable on recent Gentoo. So I'll just believe you. :)
>
> > I tend to think of this as a regression bug, although an old one.  c:9^7
> is
> > not the same as c:9.  As I use "add9" a lot I would like to see this
> > function restored.  Should I post to bugs?
>
> Though it's not a real regression (see Phil's mail), it should be reported.
> Whould you do that, or do you want me to do so? Since you seem to have easy
> access to older versions of lilypond, you could be the better contact
> person.
> :) If you don't want to file a bug, please give a short response, and I'll
> file it and post the link here, probably you could help with some small
> pics
> of older versions then.
>
> Thanks again, and thanks to Phil, too!
>
> --
> MfG Jan
>
>
> ___
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Trying to creating a plectrum banjo fretboard

2014-12-09 Thread Stan Mulder
FWIW, I made some progress on my own defining a plectrum banjo chord file
definition. I copied predefined-mandolin-fretboards.ly and named it
predefined-plectrum-banjo-fredboards.ly. The file is incomplete, but lilsted
below. All chords are not accounted for, just the ones in my current project. 

I found it strange that when I defined a chord like a G half-diminished and
added a different bass note with the slash notation, lilypond treated it as
a completely different chord from the regular G half-diminished without the
bass note. So I had to define it three times:

storePredefinedDiagram #default-fret-table \chordmode {g:m7.5-}
#plectrumTuning  #"5;3;2;5;" % Gø
\storePredefinedDiagram #default-fret-table \chordmode {g:m7.5-/des}
#plectrumTuning  #"5;3;2;5;" % Gø/Db
\storePredefinedDiagram #default-fret-table \chordmode {g:m7.5-/bes}
#plectrumTuning  #"5;3;2;5;" % Gø/Db


-

\version "2.16.0"

 sources:
   mandolincafe website (http://www.mandolincafe.com/),
   sheetmusicdigital website (http://www.sheetmusicdigital.com/)

 This file is a fretboard definition for plectrum banjo where strings
are tuned C G B D
 by Stan Mulder 2014

% chord definitions require default pitchnames
\languageSaveAndChange #default-language


%% C
\storePredefinedDiagram #default-fret-table \chordmode {c} 
#plectrumTuning  #"o;o;1;2;" % C
\storePredefinedDiagram #default-fret-table \chordmode {c:m}   
#plectrumTuning  #"o;o;1;1;" % Cm
\storePredefinedDiagram #default-fret-table \chordmode {c:6}   
#plectrumTuning  #"o;2;1;2;" % C6
\storePredefinedDiagram #default-fret-table \chordmode {c:7}   
#plectrumTuning  #"4;3;1;5;" % C7
\storePredefinedDiagram #default-fret-table \chordmode {c:m7}  
#plectrumTuning  #"o;3;4;5;" % Cm7
\storePredefinedDiagram #default-fret-table \chordmode {c:m7+} 
#plectrumTuning  #"o;o;o;1;" % Cm-maj7
\storePredefinedDiagram #default-fret-table \chordmode {c:m6}  
#plectrumTuning  #"o;2;1;1;" % Cm6
\storePredefinedDiagram #default-fret-table \chordmode {c:aug} 
#plectrumTuning  #"o;1;1;2;" % C+
\storePredefinedDiagram #default-fret-table \chordmode {c:aug7}
#plectrumTuning  #"4;3;5;6;" % C+7
\storePredefinedDiagram #default-fret-table \chordmode {c:7.5-}
#plectrumTuning  #"o;3;5;4;" % C7b5
\storePredefinedDiagram #default-fret-table \chordmode {c:maj7}
#plectrumTuning  #"o;o;o;2;" % Cmaj7
\storePredefinedDiagram #default-fret-table \chordmode {c:maj9}
#plectrumTuning  #"2;o;o;2;" % Cmaj9
\storePredefinedDiagram #default-fret-table \chordmode {c:9}   
#plectrumTuning  #"o;3;3;2;" % C9
\storePredefinedDiagram #default-fret-table \chordmode {c:sus4}
#plectrumTuning  #"o;o;1;3;" % Csus4
\storePredefinedDiagram #default-fret-table \chordmode {c:sus4.7}  
#plectrumTuning  #"5;3;1;5;" % C7sus4
\storePredefinedDiagram #default-fret-table \chordmode {c:7.9-}
#plectrumTuning  #"4;3;2;5;" % C7b9
\storePredefinedDiagram #default-fret-table \chordmode {c:dim} 
#plectrumTuning  #"3;5;1;4;" % Cdim
\storePredefinedDiagram #default-fret-table \chordmode {c:dim7}
#plectrumTuning  #"3;2;1;4;" % Cdim7
\storePredefinedDiagram #default-fret-table \chordmode {c:m7.5-}   
#plectrumTuning  #"3;3;1;4;" % Cø
\storePredefinedDiagram #default-fret-table \chordmode {c:11}  
#plectrumTuning  #"o;3;3;3;" % C11
\storePredefinedDiagram #default-fret-table \chordmode {c:13}  
#plectrumTuning  #"o;2;4;6;" % C13


%% Db
\storePredefinedDiagram #default-fret-table \chordmode {des}   
#plectrumTuning  #"1;1;2;3;" % Db
\storePredefinedDiagram #default-fret-table \chordmode {des:m} 
#plectrumTuning  #"1;1;2;2;" % Dbm
\storePredefinedDiagram #default-fret-table \chordmode {des:6} 
#plectrumTuning  #"1;3;2;3;" % Db6
\storePredefinedDiagram #default-fret-table \chordmode {des:7} 
#plectrumTuning  #"1;1;o;3;" % Db7
\storePredefinedDiagram #default-fret-table \chordmode {des:m7}
#plectrumTuning  #"1;1;o;2;" % Dbm7
\storePredefinedDiagram #default-fret-table \chordmode {des:m6}
#plectrumTuning  #"1;3;2;2;" % Dbm6
\storePredefinedDiagram #default-fret-table \chordmode {des:aug}   
#plectrumTuning  #"1;2;2;3;" % Db+
\storePredefinedDiagram #default-fret-table \chordmode {des:aug7}  
#plectrumTuning  #"1;2;o;3;" % Db+7
\storePredefinedDiagram #default-fret-table \chordmode {des:7.5-}  
#plectrumTuning  #"1;o;o;3;" % Db7b5
\storePredefinedDiagram #default-fret-table \chordmode {des:maj7}  
#plectrumTuning  #"1;1;1;3;" % Dbmaj7
\storePredefinedDiagram #default-fret-table \chordmode {des:maj9}  
#plectrumTuning  #"1;1;1;1;" % Dbmaj9
\storePredefinedDiagram #default-fret-table \chordmode {des:9} 
#plectrumTuning  #"3;1;o;3;" % Db9
\storePredefinedDiagram #default-fret-table \chordmode {des:7sus}  
#plectrumTuning  #"o;4;2;4;" % Db7sus4
\storePredefinedDiagram #default-fret-table \chordmode {des:7.9-}  
#plectrumTuning  #"2;1;o;3;" % Db7b9
\storePredefinedDiagram #default-fret-table \ch

Intra-part vertical spacing

2014-12-09 Thread Menu Jacques
Hello folks,How can get more space before 2. Somewhere and 3. America in the attached code? Using multiple scores would impose setting bar number manually, as well as the rehearsal marks to have them start at the desired lettre in each subsequent score.Thanks for your help!

IntraPartVerticalSpacing.ly
Description: Binary data
--Jacques MenuCh. de la Pierre 121023 Crissiermailto:imj-...@bluewin.ch

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Intra-part vertical spacing

2014-12-09 Thread tisimst
Jacques,

I assume you are referring to vertical spacing between the staff above 
and the marks you noted? An easy way to add more space is to do 
something like this in the same \markup block:

\tempo \markup{
  \column{
" " \vspace #1 
\box\smaller{"3. America"} 
{"Moderately bright"}
  }
}

and adjust the "#1" number as desired. Not automagic, but it does what 
you need.

HTH,
Abraham

On Tue, Dec 9, 2014 at 11:51 PM, Jacques Menu [via Lilypond] 
 wrote:
> Hello folks,
> 
> How can get more space before 2. Somewhere and 3. America in the 
> attached code? Using multiple scores would impose setting bar number 
> manually, as well as the rehearsal marks to have them start at the 
> desired lettre in each subsequent score.
> 
> Thanks for your help!
> 
> 
> 
> --
> 
> Jacques Menu
> Ch. de la Pierre 12
> 1023 Crissier
> 
> [hidden email]
> 
> 
> 
> 
> 
> ___ 
> lilypond-user mailing list 
> [hidden email] 
> https://lists.gnu.org/mailman/listinfo/lilypond-user
> 
>  IntraPartVerticalSpacing.ly (6K) Download Attachment
> 
> 
> If you reply to this email, your message will be added to the 
> discussion below:
> http://lilypond.1069038.n5.nabble.com/Intra-part-vertical-spacing-tp169340.html
> To start a new topic under User, email 
> ml-node+s1069038n...@n5.nabble.com 
> To unsubscribe from Lilypond, click here.
> NAML




--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Intra-part-vertical-spacing-tp169340p169341.html
Sent from the User mailing list archive at Nabble.com.___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Displaying add9

2014-12-09 Thread Johan Vromans
On Tue, 9 Dec 2014 15:51:34 -0800
Knute Snortum  wrote:

> An issue has been added about this.  Here is an easy workaround (Thanks,
> Keith):

Isn't this the same issue as discussed in
https://lists.gnu.org/archive/html/lilypond-user/2013-02/msg00114.html

-- Johan

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user