Re: 8th triplets in 3/4 beaming?

2010-06-12 Thread -Eluze
Mike Blackstock-3 wrote: > > This: > \relative c' { > \time 2/4 > \times 2/3 {c8 c c } > \times 2/3 {c c c } > } > > gives me this, as expected: http://www.vex.net/~mikeb/ex2-4.png > (beam connecting 3 triplets then a new beam) > > but this, in 3/4 with 3 triplets: > \relativ

Re: Presentation: "Publisher-grade LilyPond" in Ottawa

2010-06-12 Thread Boris Shingarov
Hi Graham and all Lilyponders, I was quite astonished to hear that my slides were understood to mean anything pessimistic or negative. If they give people this impression, then it is a defect of the slides which I will fix. But right now, let me address some of the apparent misunderstandings

RE: Removing footer

2010-06-12 Thread Joshua Armenta
Inserting tagline = " " into the header block will remove the footer. Josh -- Слава Ісусу Христу! Слава на Віки! ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Scheme sandbox

2010-06-12 Thread Carl Sorensen
On 6/12/10 6:49 AM, "phil.burf...@talktalk.net" wrote: > - Original Message - > From: "Carl Sorensen" > To: ; > Sent: Saturday, June 12, 2010 1:02 PM > Subject: Re: Scheme sandbox > > > >> I don't use GUILE_LOAD_PATH in my environment. >> >> I just have my PATH include the direct

8th triplets in 3/4 beaming?

2010-06-12 Thread Mike Blackstock
This: \relative c' { \time 2/4 \times 2/3 {c8 c c } \times 2/3 {c c c } } gives me this, as expected: http://www.vex.net/~mikeb/ex2-4.png (beam connecting 3 triplets then a new beam) but this, in 3/4 with 3 triplets: \relative c' { \time 3/4 \times 2/3 {c8

Re: How to overlap \leftHand and \rightHand in the same staff

2010-06-12 Thread Nick Payne
On 13/06/10 08:50, Disc Magnet wrote: I've written a Lilypond input file like this: leftHand = \relative c' { c e g e d f a f e g b g f a c a } rightHand = \relative c'' { c2 c d d e e f f } \score { \new Staff { \time 4/4 \tempo 4

Re: How to overlap \leftHand and \rightHand in the same staff

2010-06-12 Thread Carl Sorensen
On 6/12/10 4:50 PM, "Disc Magnet" wrote: > I've written a Lilypond input file like this: > > leftHand = \relative c' { > c e g e > d f a f > e g b g > f a c a > } > > rightHand = \relative c'' { > c2 c > d d > e e > f f > } > > \score { > \new Staff { >

How to overlap \leftHand and \rightHand in the same staff

2010-06-12 Thread Disc Magnet
I've written a Lilypond input file like this: leftHand = \relative c' { c e g e d f a f e g b g f a c a } rightHand = \relative c'' { c2 c d d e e f f } \score { \new Staff { \time 4/4 \tempo 4 = 120 \leftHand \rightHand }

Re: question about making parts

2010-06-12 Thread Reinhold Kainhofer
Hello Haipeng, Of course \killCues can be used like your example. Am Samstag, 12. Juni 2010, um 23:05:35 schrieb 胡海鹏 - Hu Haipeng: > > No, not if you use \killCues in your full score. > > I know it, but the example puts it inside the music expression, so I guess > it can't be used as: > > picco

Re: Arpeggio over some but not all the notes of a chord

2010-06-12 Thread -Eluze
Richard Sabey wrote: > > > How do I arpeggiate some but not all the notes of a chord? > if you explicitly use two voices, you could write music = { << \context Voice = "1" { \voiceOne b''4 c''' } \context Voice = "2" { \voiceTwo \arpeggio \arpeggio

Re:Re: question about making parts

2010-06-12 Thread 胡海鹏 - Hu Haipeng
Thanks. > No, not if you use \killCues in your full score. I know it, but the example puts it inside the music expression, so I guess it can't be used as: piccolo = \relative c,, { } \new Staff = "piccolo" { \killCues \piccolo } Am I wrong? Regards Haipeng

Re: inkscape 0.47, OSX... import pdf pages

2010-06-12 Thread keith Luke
I've had limited success using GIMP to import LilyPond 2.12.3 PDF files and insert svg logos. I use CutPDF to create the updated sheet music PDF. One problem I found is that GIMP will create separate layers for each page of the LP PDF. For example, a two-page PDF results in two GIMP layers. I h

Re: inkscape 0.47, OSX... import pdf pages

2010-06-12 Thread Carl Sorensen
On 6/12/10 3:18 PM, "keith Luke" wrote: > I've had limited success using GIMP to import LilyPond 2.12.3 PDF files and > insert svg logos.  I use CutPDF to create the updated sheet music PDF.  One > problem I found is that GIMP will create separate layers for each page of the > LP PDF.  For exampl

Re: Removing or modifying the Lilypond footer at the bottom of PDF

2010-06-12 Thread Reinhold Kainhofer
Am Samstag, 12. Juni 2010, um 21:44:03 schrieb Disc Magnet: > At the bottom of every PDF generated by lilypond, this notice is > present, "Music engraving by LilyPond 2.12.2—www.lilypond.org". Can > this notice be removed or replaced with some other notice? If so, how? \header { tagline = "Whate

Re: Removing or modifying the Lilypond footer at the bottom of PDF

2010-06-12 Thread Brett McCoy
On Sat, Jun 12, 2010 at 3:44 PM, Disc Magnet wrote: > At the bottom of every PDF generated by lilypond, this notice is > present, "Music engraving by LilyPond 2.12.2—www.lilypond.org". Can > this notice be removed or replaced with some other notice? If so, how? put tagline = "text goes here"

Re: Removing or modifying the Lilypond footer at the bottom of PDF

2010-06-12 Thread Xavier Scheuer
2010/6/12 Disc Magnet : > At the bottom of every PDF generated by lilypond, this notice is > present, "Music engraving by LilyPond 2.12.2—www.lilypond.org". Can > this notice be removed or replaced with some other notice? If so, how? \header { tagline = "" % removed } (or put something in the

Removing or modifying the Lilypond footer at the bottom of PDF

2010-06-12 Thread Disc Magnet
At the bottom of every PDF generated by lilypond, this notice is present, "Music engraving by LilyPond 2.12.2—www.lilypond.org". Can this notice be removed or replaced with some other notice? If so, how? ___ lilypond-user mailing list lilypond-user@gnu.o

Re: Presentation: "Publisher-grade LilyPond" in Ottawa

2010-06-12 Thread Graham Percival
On Sat, Jun 12, 2010 at 07:42:24PM +0200, Xavier Scheuer wrote: > 2010/6/11 Boris Shingarov : > > > The slides are now online at > > http://www.shingarov.com/lily > > I also found the last slides a bit too "pessimistic"... > > But anyway, it's nice that people talk about LilyPond ; if we make >

Re: Presentation: "Publisher-grade LilyPond" in Ottawa

2010-06-12 Thread Mike Blackstock
I look forward to the article with great anticipation; it'll be interesting to see how you justify the conclusions in the last few slides. Other than that, there isn't much one can say - no argument is put forward, just a series of statements. Good luck -Mike On Fri, Jun 11, 2010 at 4:00 PM, Bor

Re: Presentation: "Publisher-grade LilyPond" in Ottawa

2010-06-12 Thread Xavier Scheuer
2010/6/11 Boris Shingarov : > The slides are now online at > http://www.shingarov.com/lily I also found the last slides a bit too "pessimistic"... But anyway, it's nice that people talk about LilyPond ; if we make people discover it, maybe in those people we will find some useful developers to c

Re: Lilypond channel in freenode

2010-06-12 Thread Valentin Villenave
On Sat, Jun 12, 2010 at 4:13 PM, Disc Magnet wrote: > I am curious about the #lilypond channel in Freenode > (irc.freenode.net)? Is it the official support channel of Freenode? I > see very few users in the channel. It would be great to have more > people there Indeed, it would be nice... but we

Re: Using a variable twice but in different octaves

2010-06-12 Thread Xavier Scheuer
2010/6/12 Disc Magnet : > I have a variable like this: > > riff = {d f a f d f a f} > > I want to include it twice in my staff but the first time it is used > it is relative to c' and the second time it is relative to c''. How > can this be done? \relative c' \riff \relative c'' \riff OR

Re: Using a variable twice but in different octaves

2010-06-12 Thread Federico Bruni
Il giorno sab, 12/06/2010 alle 22.41 +0530, Disc Magnet ha scritto: > I have a variable like this: > > riff = {d f a f d f a f} > > I want to include it twice in my staff but the first time it is used > it is relative to c' and the second time it is relative to c''. How > can this be done? > Ha

Using a variable twice but in different octaves

2010-06-12 Thread Disc Magnet
I have a variable like this: riff = {d f a f d f a f} I want to include it twice in my staff but the first time it is used it is relative to c' and the second time it is relative to c''. How can this be done? ___ lilypond-user mailing list lilypond-use

Re: question about making parts

2010-06-12 Thread Xavier Scheuer
2010/6/12 胡海鹏 - Hu Haipeng : > Hello, > I find I'm facing a problem I didn't pay attention to--making parts. > I have read the NR, and know how to add cues. But here's a problem: > how can I use the same source to extract every parts with different > cues? Thus, if I add \cueDuring to every par

Re: Presentation: "Publisher-grade LilyPond" in Ottawa

2010-06-12 Thread Reinhold Kainhofer
Am Freitag, 11. Juni 2010, um 22:00:21 schrieb Boris Shingarov: > > And for those who cannot make it or are too lazy > > to travel to Canada, will your presentation or > > paper be available online? > > The slides are now online at > http://www.shingarov.com/lily Some comments: -) Flowing text w

Re: Presentation: "Publisher-grade LilyPond" in Ottawa

2010-06-12 Thread Reinhold Kainhofer
Am Samstag, 12. Juni 2010, um 16:39:45 schrieb Graham Percival: > Oh, and I hope that this "paper to appear" includes an excellent > reason why you didn't use lilypond-book and LaTeX, which unlike > lilypond itself is *designed* to mix music and text. Ahm, I completely understand a decision NOT to

Re: Macro or variable for sequence of notes that repeat often?

2010-06-12 Thread Disc Magnet
On Sat, Jun 12, 2010 at 8:12 PM, James Bailey wrote: > > On 12.06.2010, at 16:08, Disc Magnet wrote: > >> On Sat, Jun 12, 2010 at 7:33 PM, D'Arcy J.M. Cain >> wrote: >>> >>> On Sat, 12 Jun 2010 18:55:01 +0530 >>> Disc Magnet wrote: In my Lilypond input file, I have a group of notes tha

Re: Presentation: "Publisher-grade LilyPond" in Ottawa

2010-06-12 Thread Graham Percival
On Sat, Jun 12, 2010 at 3:33 PM, Graham Percival wrote: > On Fri, Jun 11, 2010 at 9:00 PM, Boris Shingarov wrote: >>> And for those who cannot make it or are too lazy >>> to travel to Canada, will your presentation or >>> paper be available online? >> >> The slides are now online at >> http://www

question about making parts

2010-06-12 Thread 胡海鹏 - Hu Haipeng
Hello, I find I'm facing a problem I didn't pay attention to--making parts. I have read the NR, and know how to add cues. But here's a problem: how can I use the same source to extract every parts with different cues? Thus, if I add \cueDuring to every part, the full score will also contain cu

Re: inkscape 0.47, OSX... import pdf pages

2010-06-12 Thread Carl Sorensen
On 6/12/10 7:17 AM, "josé henrique padovani" wrote: > Hi, > > I need to import pdf pages generated by lilypond in Inkscape(0.47)... (OSX) > I tried to put (or symbolic link) the OTF fonts (emmentaler*.otf and > CenturySchL*.otf) in > \Library\Fonts\ > ~\Library\Fonts\ > ~\.fonts\ > > then ha

Re: Presentation: "Publisher-grade LilyPond" in Ottawa

2010-06-12 Thread Graham Percival
On Fri, Jun 11, 2010 at 9:00 PM, Boris Shingarov wrote: >> And for those who cannot make it or are too lazy >> to travel to Canada, will your presentation or >> paper be available online? > > The slides are now online at > http://www.shingarov.com/lily Are you seriously going to submit a paper to

Re: Macro or variable for sequence of notes that repeat often?

2010-06-12 Thread James Bailey
On 12.06.2010, at 16:08, Disc Magnet wrote: On Sat, Jun 12, 2010 at 7:33 PM, D'Arcy J.M. Cain wrote: On Sat, 12 Jun 2010 18:55:01 +0530 Disc Magnet wrote: In my Lilypond input file, I have a group of notes that are repeated at many places in the music. Here is a hypothetical example. c d e

Lilypond channel in freenode

2010-06-12 Thread Disc Magnet
Hi, I am curious about the #lilypond channel in Freenode (irc.freenode.net)? Is it the official support channel of Freenode? I see very few users in the channel. It would be great to have more people there ___ lilypond-user mailing list lilypond-user@gn

Re: Macro or variable for sequence of notes that repeat often?

2010-06-12 Thread Disc Magnet
On Sat, Jun 12, 2010 at 7:33 PM, D'Arcy J.M. Cain wrote: > On Sat, 12 Jun 2010 18:55:01 +0530 > Disc Magnet wrote: >> In my Lilypond input file, I have a group of notes that are repeated >> at many places in the music. Here is a hypothetical example. >> >> c d e f g a b c >> c c c d d d e e >> a

Re: Macro or variable for sequence of notes that repeat often?

2010-06-12 Thread D'Arcy J.M. Cain
On Sat, 12 Jun 2010 18:55:01 +0530 Disc Magnet wrote: > In my Lilypond input file, I have a group of notes that are repeated > at many places in the music. Here is a hypothetical example. > > c d e f g a b c > c c c d d d e e > a b a b c c d d > c d e f g a b c > f e fe f e g g g > c d e f g a b

Macro or variable for sequence of notes that repeat often?

2010-06-12 Thread Disc Magnet
In my Lilypond input file, I have a group of notes that are repeated at many places in the music. Here is a hypothetical example. c d e f g a b c c c c d d d e e a b a b c c d d c d e f g a b c f e fe f e g g g c d e f g a b c So, you can see that 'c d e f g a b c' is repeated again and again. Is

inkscape 0.47, OSX... import pdf pages

2010-06-12 Thread josé henrique padovani
Hi, I need to import pdf pages generated by lilypond in Inkscape(0.47)... (OSX) I tried to put (or symbolic link) the OTF fonts (emmentaler*.otf and CenturySchL*.otf) in \Library\Fonts\ ~\Library\Fonts\ ~\.fonts\ then have rebuild the font cache... but Inkscape does not find them for my pdf .

Re: Scheme sandbox

2010-06-12 Thread Carl Sorensen
On 6/12/10 6:49 AM, "phil.burf...@talktalk.net" wrote: > - Original Message - > From: "Carl Sorensen" > To: ; > Sent: Saturday, June 12, 2010 1:02 PM > Subject: Re: Scheme sandbox > > > >> I don't use GUILE_LOAD_PATH in my environment. >> >> I just have my PATH include the direct

Re: Scheme sandbox

2010-06-12 Thread phil.burfitt
- Original Message - From: "Carl Sorensen" To: ; Sent: Saturday, June 12, 2010 1:02 PM Subject: Re: Scheme sandbox I don't use GUILE_LOAD_PATH in my environment. I just have my PATH include the directory with guile in it. But I have installed guile separately from my LilyPond ins

Arpeggio over some but not all the notes of a chord

2010-06-12 Thread Richard Sabey
How do I arpeggiate some but not all the notes of a chord? In the example below, each arpeggio line spans all three notes, but it should span only the lower two. However, if \stemDown is removed, then (as the source indicates) each arpeggio line spans only the two notes of the chord to which \

Re: Scheme sandbox

2010-06-12 Thread Carl Sorensen
On 6/11/10 10:26 AM, "phil.burf...@talktalk.net" wrote: > Thought I'd give scheme a try... > > first setup GUILE_LOAD_PATH=C:\Program Files\LilyPond\usr\share\guile\1.8 > then from command prompt entered guile and this is what I got... I don't use GUILE_LOAD_PATH in my environment. I just h

Re: two-week Report warning

2010-06-12 Thread Valentin Villenave
On Fri, Jun 11, 2010 at 9:26 PM, Graham Percival wrote: > Generally, get in touch. PS -- Silly stuff welcome :-) V. ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user