Re: how to combine standard and gregorian notation

2007-08-23 Thread Charlotte
Marek, I did this test in v 2.10.25, but I'm using the same trick on another machine running 2.11.x (can't remember the exact release number) and it works there too. I put the \override into your melody identifier to get it to work in both \score sections after I moved the \include to the top:

Re: how to combine standard and gregorian notation

2007-08-23 Thread Mats Bengtsson
A cleaner solution is to redefine the default settings, just as is done within the gregorian-init.ly file. Before the score where you want your default layout back, insert \layout{ indent = 15\mm % In case you use the default A4 paper size. ragged-last = ##f \context{ \Score \consists

Re: Barré sign

2007-08-23 Thread Peter Terpstra
Valentin Villenave in [EMAIL PROTECTED] : %%%snippet%%% barr= \markup {\postscript #0.2 setlinewidth -0.5 -3 moveto -1 -3 lineto 0 10 rlineto stroke } { f_\barr } %%% Ah, thanks for your labour, now i need to find out how this postscipt command works, to adept it to the

Re: Barré sign

2007-08-23 Thread Mats Bengtsson
Just replace { \relative c'' by \relative c'' { /Mats Peter Terpstra wrote: Valentin Villenave in [EMAIL PROTECTED] : %%%snippet%%% barr= \markup {\postscript #0.2 setlinewidth -0.5 -3 moveto -1 -3 lineto 0 10 rlineto stroke } { f_\barr } %%% Ah, thanks for your labour,

Re: Barré sign

2007-08-23 Thread Mats Bengtsson
Mats Bengtsson wrote: Just replace { \relative c'' by \relative c'' { or by \new Voice { \relative c'' /Mats ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: how to combine standard and gregorian notation

2007-08-23 Thread Marek Klein
Great! Now I have what I wanted to have :) Many thanks both of you! Marek ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: how to combine standard and gregorian notation

2007-08-23 Thread Karl Hammar
Marek wrote: I try to combine standard notation with gregorian notation like this: section1 standard section2 gregorian section3 standard... ... For mensural notation you can do this. var.ly: \layout { raggedright = ##t raggedbottom = ##t indent = 0.0\mm } men = {

Re: Barré sign

2007-08-23 Thread Valentin Villenave
barr= \markup {\postscript #0.2 setlinewidth -0.5 -3 moveto -1 -3 lineto 0 10 rlineto stroke } By the way, I tried to put it in a define-markup-command, but couldn't manage to make it work. Could you show me how to do it so I can add it to the LSR, Mats? -- or anybody else with better

Re: Barré sign

2007-08-23 Thread Valentin Villenave
2007/8/23, Mats Bengtsson [EMAIL PROTECTED]: Why would you want to make it a markup command? The only reason would be to introduce some parameters to the command so you could change the layout. What parameters do you want? I wanted to make sure that the barré sign is always aligned with the

Re: Barré sign

2007-08-23 Thread Mats Bengtsson
Why would you want to make it a markup command? The only reason would be to introduce some parameters to the command so you could change the layout. What parameters do you want? /Mats Valentin Villenave wrote: barr= \markup {\postscript #0.2 setlinewidth -0.5 -3 moveto -1 -3 lineto 0 10

Re: songbooks with guitar tablature

2007-08-23 Thread Jack Cooper
Roy Zimmerman [EMAIL PROTECTED] wrote: Hi -- I intend to produce songbooks of my songs in piano/vocal format with occasional lines of guitar tablature. Is Lilypond capable of doing that? Thank you, Roy Hi, Roy. I just finished completing a songbook of my recent CD using lilypond. I

Re: songbooks with guitar tablature

2007-08-23 Thread Valentin Villenave
2007/8/23, Jack Cooper [EMAIL PROTECTED]: If you wish to take a look at my songbook, go to www.jack-cooper.com/songbook and enter guest and guest as the userid and password. The songbook file is called lop_songbook.pdf. Hi Jack, I took the liberty to download and look at your songbook, and

Re: songbooks with guitar tablature

2007-08-23 Thread Jack Cooper
Valentin Villenave [EMAIL PROTECTED] wrote: Hi Jack, I took the liberty to download and look at your songbook, and just wanted to share a few questions that occured to me while reading it: Hi, Valentin. Thanks for your feedback- I would mind responsing to your questions point by point.

Re: songbooks with guitar tablature

2007-08-23 Thread Francisco Vila
2007/8/23, Jack Cooper [EMAIL PROTECTED]: If you wish to take a look at my songbook, go to www.jack-cooper.com/songbook and enter guest and guest as the userid and password. The songbook file is called lop_songbook.pdf. Great. But lilypond.com is a mixing tanks company, please change the

Songbook source files

2007-08-23 Thread Jack Cooper
If anyone is interested, I've put the source files online for the songbook I've recently created (I haven't gotten around to fixing the reference to lilypond's web site yet!) To access, go to: www.jack-cooper.com/lilysource Username: lilypond Password: awesome Cheers, Jack

lilypond book error

2007-08-23 Thread mojocojo2000
I am using lilypond version 2.10.29. I'm trying to integrate music into a paper I have for a class. When I input the following into my tex file: \begin[quote,fragment,staffsize=26]{lilypond} c' d' e' f' g'2 g'2 \end{lilypond} (I got this from the tutorial) I invoke lilypond book with the