Re: How do I get initial grace note after time and key signatures?

2009-02-16 Thread Jonathan Kulp
\major } Flute = \relative c'' { \set Staff.instrumentName = #Flute \clef treble \grace { a'8 } a'16 r r r r4 r2 \bar :| } \score { \new StaffGroup \new Staff \new Voice = flute { \global \Flute } \layout { } \midi { } } HTH, Jon -- Jonathan Kulp

Re: Drum writing...is there a way to save and recall custom commands?

2009-02-17 Thread Jonathan Kulp
/lilypond-learning/Saving-typing-with-variables-and-functions#Saving-typing-with-variables-and-functions Jon -- Jonathan Kulp http://www.jonathankulp.com ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Crash: Midi and Instrument_name_engraver in StaffGroup (was Re: TAB question -- frescobaldi tab support)

2009-02-17 Thread Jonathan Kulp
Instrument_name_engraver } a' \midi { } } Trevor It works if you also put a \layout block: \version 2.12.2 \score { \new StaffGroup \with { \consists Instrument_name_engraver } a' \midi { } \layout { } } Jon -- Jonathan Kulp http://www.jonathankulp.com

Re: Crash: Midi and Instrument_name_engraver in StaffGroup (was Re: TAB question -- frescobaldi tab support)

2009-02-17 Thread Jonathan Kulp
= #(ly:make-moment 100 4) } } } -- Jonathan Kulp http://www.jonathankulp.com ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Crash: Midi and Instrument_name_engraver in StaffGroup (was Re: TAB question -- frescobaldi tab support)

2009-02-18 Thread Jonathan Kulp
Trevor Daniels wrote: Jonathan Kulp wrote Wednesday, February 18, 2009 12:16 AM Trevor Daniels wrote: This looks like a bug. An attempt to add the Instrument_name_engraver to a StaffGroup context *and* produce MIDI output causes a Crash under Vista. Doing either separately is fine. Here's

Re: Partial measures

2009-02-21 Thread Jonathan Kulp
. r8 } \repeat volta 2 { gis'8 fis4 g g c, | b2. r8 } } %%% -- Jonathan Kulp http://www.jonathankulp.com ___ lilypond-user mailing list lilypond-user

Re: How to control ordering of staves?

2009-02-21 Thread Jonathan Kulp
} \context Voice = clap staff { \clap } \context Staff = Bla \context Voice = bla { \bla } \new Lyrics \lyricsto bla { \verseOne } \layout { } \midi { } } % -- Jonathan Kulp http

Re: Partial measures

2009-02-22 Thread Jonathan Kulp
that all the rest of the barchecks work. Could you attach the whole file so I can have a look. I'm curious about this. Jon -- Jonathan Kulp http://www.jonathankulp.com ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman

Re: Problem wit grace notes

2009-02-22 Thread Jonathan Kulp
., are also synchronized. Take care when you mix staves with grace notes and staves without, for example... http://lilypond.org/doc/v2.12/Documentation/user/lilypond/Special-rhythmic-concerns#Special-rhythmic-concerns Jon -- Jonathan Kulp http://www.jonathankulp.com

Re: LilyPond on Leopard

2009-02-22 Thread Jonathan Kulp
you can offer! Christopher Berg http://www.myspace.com/bergchristopher http://www.myspace.com/rossignolduo http://www.christopherberg.com -- Jonathan Kulp http://www.jonathankulp.com ___ lilypond-user mailing list lilypond-user@gnu.org http

Re: Looking for proper beam grouping

2009-02-23 Thread Jonathan Kulp
= { #(override-auto-beam-setting '(end 1 8 * *) 1 4 'Staff) #(override-auto-beam-setting '(end 1 8 * *) 2 4 'Staff) #(override-auto-beam-setting '(end 1 8 * *) 3 4 'Staff) } \relative c' { \qBeam \time 3/4 d4. c8 b8. a16 } -- Jonathan Kulp http

Re: [LilyKDE] Re: [Frescobaldi] Bass and Electric Bass template, tab tunings support

2009-02-24 Thread Jonathan Kulp
Lilypond's, something that's not so noticeable to me until there's an 8 dangling far from the tail of the clef. :) Jon -- Jonathan Kulp http://www.jonathankulp.com ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman

Re: 6/8 time triplets problem

2009-02-25 Thread Jonathan Kulp
they fit perfectly in the bar without making them triplets. Just put the quarter notes in there three to a bar and you're done. If you put three quarters in the space of two using a triplet, then you still lack one quarter-note value to fill up the bar. Jon -- Jonathan Kulp http

Re: 6/8 time triplets problem

2009-02-25 Thread Jonathan Kulp
Chip wrote: Jonathan Kulp wrote: Chip wrote: In 6/8 time, as mentioned in the subject so no inferring necessary, I want triplet quarter notes, 3 quarters over 2 counts, per bar. A total of 6 quarter notes, triplets, in two bars. What is wrong with coding it the way I have it? In 6/8 time

Re: NR one big page is messed up

2009-02-25 Thread Jonathan Kulp
. Are you still having problems? You could load your local copy of it, perhaps. If you're on Linux it's here: /usr/share/doc/lilypond Not sure where (or if) it installs on Windows or Mac. Jon -- Jonathan Kulp http://www.jonathankulp.com ___ lilypond

Re: Color of notes depending on accidentals

2009-02-26 Thread Jonathan Kulp
to read 2.12.2. Jonathan -- Jonathan Kulp http://www.jonathankulp.com ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Color of notes depending on accidentals

2009-02-26 Thread Jonathan Kulp
/ ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user -- Jonathan Kulp http://www.jonathankulp.com ___ lilypond-user mailing list lilypond-user@gnu.org

Re: Create a midi file when .ly don't have any \score tag

2009-03-01 Thread Jonathan Kulp
\context Voice = PartPOneVoiceTwo { \PartPOneVoiceTwo } \layout { } \midi { } } %%% If this doesn't solve your problem, please try again to attach your file. Best, Jon -- Jonathan Kulp http://www.jonathankulp.com

Re: Forcing markup to be IN the staff

2009-03-03 Thread Jonathan Kulp
{} } -- Jonathan Kulp http://www.jonathankulp.com ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Lilypond-book with included files in LaTeX

2009-03-07 Thread Jonathan Kulp
to run the files. Best, Jon -- Jonathan Kulp http://www.jonathankulp.com ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Lilypond-book with included files in LaTeX

2009-03-07 Thread Jonathan Kulp
) it works fine! Thanks Wolfgang Could you make an archive (zip or tar) of your source files and email to me to try it out? Off-list is probably best. Jon 2009/3/7 Jonathan Kulp jonlancek...@gmail.com: Wolfgang Mechsner wrote: Hi, somehow lilypond-book doesn't work with an LaTeX-file

Mutopia Project site down

2009-03-13 Thread Jonathan Kulp
Does anyone know if something has happened to the Mutopia Project? The site has been unavailable for three days straight. Hope it's not gone forever. Jon -- Jonathan Kulp http://www.jonathankulp.com ___ lilypond-user mailing list lilypond-user

Re: Spliting lyrics on beamed notes

2009-03-15 Thread Jonathan Kulp
the default behavior is to put one note per syllable unless notes are slurred or unless melismas are specified some other way. Best, Jon -- Jonathan Kulp http://www.jonathankulp.com ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org

Vim with LP syntax coloring on Mac OSX

2009-03-15 Thread Jonathan Kulp
in advance, Jon -- Jonathan Kulp http://www.jonathankulp.com ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Vim with LP syntax coloring on Mac OSX

2009-03-15 Thread Jonathan Kulp
Never mind. I didn't realize that Mac's Vim didn't have syntax coloring on by default. Once I did :syntax on the colors magically appeared. Duh... Sorry for the noise. Jon On Sun, Mar 15, 2009 at 4:12 PM, Jonathan Kulp jonlancek...@gmail.comwrote: I'm having trouble getting vim to do

Re: Help migrating a script from lilypond 2.10 to 2.12

2009-03-15 Thread Jonathan Kulp
to try to help, but could you send also a brief bit of lilypond code where you're trying to use the functions in question? Jon -- Jonathan Kulp http://www.jonathankulp.com ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman

Re: Dynamic voices in polyphonic music - how?

2009-03-16 Thread Jonathan Kulp
, Jon -- Jonathan Kulp http://www.jonathankulp.com ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: a minor doc error

2009-03-19 Thread Jonathan Kulp
http://lists.gnu.org/mailman/listinfo/lilypond-user -- Jonathan Kulp http://www.jonathankulp.com From c5529ef0c2694d1e32a40a3b1a52e0864b2982a9 Mon Sep 17 00:00:00 2001 From: Jonathan Kulp jonlancek...@gmail.com Date: Thu, 19 Mar 2009 08:51:51 -0500 Subject: [PATCH] Docs: fix bison link in AU

Re: Sibelius conversion - sib2ly

2009-03-23 Thread Jonathan Kulp
only know one person (a student of mine) who uses Sibelius but wanted to salute you for working on this plugin anyway. I'll go ahead and ask my student to try exporting some of his files to Lilypond with it. Best of luck! Jon -- Jonathan Kulp http://www.jonathankulp.com

Re: Sibelius conversion - sib2ly

2009-03-23 Thread Jonathan Kulp
with Sibelius but when I poked around it for him I couldn't find a musicXML export option anywhere. :( Jon -- Jonathan Kulp http://www.jonathankulp.com ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo

Re: Sibelius conversion - sib2ly

2009-03-23 Thread Jonathan Kulp
Graham Percival wrote: On Mon, Mar 23, 2009 at 08:40:24AM -0500, Jonathan Kulp wrote: Graham Percival wrote: Does Sibelius support musicXML? I'm wondering if it might be faster in the long run to help Reinhold with musicXML2ly. I asked my student with Sibelius to send me his counterpoint

Re: Help for paper about LilyPond and WYSIWYM sofware

2009-03-23 Thread Jonathan Kulp
when you get back from giving the paper. :) Jon -- Jonathan Kulp http://www.jonathankulp.com ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: How do you run/open Lilypond?

2009-03-24 Thread Jonathan Kulp
://lilypondwiki.tuxfamily.org/index.php?title=FAQ Lilypond doesn't work like other applications. You edit your source code in a text editor and use the lilypond compiler to produce a score from the source. There's no graphical interface. Best, Jon -- Jonathan Kulp http://www.jonathankulp.com

Re: Text/markup attached to bracket

2009-03-24 Thread Jonathan Kulp
small children, you may want to avert their eyes from the mailist for the next few emails in this thread. Haha! Jon -- Jonathan Kulp http://www.jonathankulp.com ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo

Re: fermata below the barline

2009-03-25 Thread Jonathan Kulp
. :) \mark \markup { \musicglyph #scripts.dfermata } This is the snippet that gave me the clues: http://lsr.dsi.unimi.it/LSR/Item?id=402 HTH, Jon -- Jonathan Kulp http://www.jonathankulp.com ___ lilypond-user mailing list lilypond-user@gnu.org

Re: feathered midbeam direction change

2009-03-25 Thread Jonathan Kulp
really cool, Neil! Definitely put that in the LSR. Jon -- Jonathan Kulp http://www.jonathankulp.com ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Sibelius conversion - sib2ly

2009-03-27 Thread Jonathan Kulp
across the hall have Finale 2008 and the musicXML export works perfectly on those. The import to Lilypond also works very well. :) Jon -- Jonathan Kulp http://www.jonathankulp.com ___ lilypond-user mailing list lilypond-user@gnu.org http

Re: order of articulation symbols

2009-03-27 Thread Jonathan Kulp
unfold 4 { s8 --- %the accent should be above the tenuto, not below, but how can I change it? s8-. s8-- s8-. } } Just change the order in which you code the articulations: --- instead of --- Jon -- Jonathan Kulp http://www.jonathankulp.com

Re: Help with jEdit

2009-03-28 Thread Jonathan Kulp
to show it to one of my students. It worked on Windows so I just showed her on that side. Jon -- Jonathan Kulp http://www.jonathankulp.com ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Help with jEdit

2009-03-28 Thread Jonathan Kulp
to find Lilypond as if it were a Windows machine. Did you remove the old Jedit with your package manager before installing the new version? If not, that's probably why it still opens the pre13 version. BTW the Debian package is what you want for installing on Ubuntu. -- Jonathan Kulp http

Re: Does Nabble work ALWAYS?

2009-03-31 Thread Jonathan Kulp
and not just Nabble!!! Thx Piero I always use Thunderbird to send messages to the list, and my messages always appear in the archives. Jon -- Jonathan Kulp http://www.jonathankulp.com ___ lilypond-user mailing list lilypond-user@gnu.org http

Re: Review of Valentin's Opera

2009-04-01 Thread Jonathan Kulp
engraving for Armide? Houston is about a four-hour drive from my house. Maybe I'll go over there for it. :) Tickets will be expensive, though, if it's the Houston Grand Opera. :( Who's doing the production? Jon -- Jonathan Kulp http://www.jonathankulp.com

Re: Review of Valentin's Opera

2009-04-02 Thread Jonathan Kulp
pleased with it. The rest of them want Finale though. I guess this thread has gotten rat-holed a bit. :) Jon -- Jonathan Kulp http://www.jonathankulp.com ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo

Re: LilyPond, Finale and Sibelius (was Review of Valentin's Opera)

2009-04-03 Thread Jonathan Kulp
a book of staff paper for the first time in more than 15 years! Jon -- Jonathan Kulp http://www.jonathankulp.com ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Real World Usage

2009-04-09 Thread Jonathan Kulp
that in a snippet on LSR, Kieren? It would be useful. :) Jon -- Jonathan Kulp http://www.jonathankulp.com ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: LilyPond midi extension

2009-04-09 Thread Jonathan Kulp
wishlist: http://www.pragprog.com/titles/tsgit/pragmatic-version-control-using-git It's gotten good reviews. Jon -- Jonathan Kulp http://www.jonathankulp.com ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman

Re: Kieren's Double Breve: Thank You.

2009-04-09 Thread Jonathan Kulp
copy it in the top of the file you're working on or put it in a definitions.ly file in your $PATH and do \include definitions.ly at the top of your file. Jon -- Jonathan Kulp http://www.jonathankulp.com ___ lilypond-user mailing list lilypond-user

Re: hiding portions of slurs/ties around specific objects

2009-04-10 Thread Jonathan Kulp
M Watts wrote: Questions and comments are welcome. If anyone wants to add it to the LSR, that's fine by me. Change the function name too, if you want, I couldn't think of anything better. Very awesome! It's definitely LSR worthy. +1 Wow! Nice, Mark!! Jon -- Jonathan Kulp http

Re: Slur / phrasingSlur half dashed, half solid

2009-04-12 Thread Jonathan Kulp
Looks pretty cool to me. Mark, you are officially the slur-hack guru. :) Jon -- Jonathan Kulp http://www.jonathankulp.com ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: about beam, stacato dots, and chord

2009-04-12 Thread Jonathan Kulp
who will answer my questions Sincerely, James -- Jonathan Kulp http://www.jonathankulp.com ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Về: Về: lilypond-user Digest, Vol 77, Issue 80

2009-04-12 Thread Jonathan Kulp
two notes. Best, Jon -- Jonathan Kulp http://www.jonathankulp.com ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Slur / phrasingSlur half dashed, half solid

2009-04-13 Thread Jonathan Kulp
. Sylvain (the editor at D'Oz) always uses these dashed-line things, though. It probably would look nicer if they thickened in the middle and tapered at the ends. :) Jon -- Jonathan Kulp http://www.jonathankulp.com ___ lilypond-user mailing list lilypond

Re: MusicXml and Lilypond 2.12.2

2009-04-17 Thread Jonathan Kulp
Joana wrote: has no way to direct (musicxml to CMN)? where do I download musicxml2ly? It's included in your Lilypond installation. It's invoked differently depending on which operating system you run. On Linux it's like this: musicxml2ly filename.xml filename.ly Jon -- Jonathan

Re: date in footer?

2009-04-23 Thread Jonathan Kulp
an editor. I'll be glad to try to fix this but I'm not completely sure I understand the problem. Let me dig in the CG and the code a bit and see if I can figure out how to make them appear in both lists. Jon -- Jonathan Kulp http://www.jonathankulp.com

Re: date in footer?

2009-04-23 Thread Jonathan Kulp
, clicked modify, added the missing Text and Title tags in the respective snippets and clicked save for each one. I assume that since I was apparently allowed to modify these snippets that I am now an editor? That's...pretty easy :). Jon -- Jonathan Kulp http://www.jonathankulp.com

Re: date in footer?

2009-04-23 Thread Jonathan Kulp
to make for a couple of weeks now so I'm glad to help out with snippet stuff. Jon -- Jonathan Kulp http://www.jonathankulp.com ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: date in footer?

2009-04-23 Thread Jonathan Kulp
could go in and delete the FIXME stuff, but I'm not sure where to get at the 2.12 source files. I'm pretty sure my whole git repo is 2.13. How do I make a change to the 2.12 docs? Jon -- Jonathan Kulp http://www.jonathankulp.com ___ lilypond-user

Re: date in footer?

2009-04-23 Thread Jonathan Kulp
Carl D. Sorensen wrote: On 4/23/09 12:04 PM, Jonathan Kulp jonlancek...@gmail.com wrote: I notice there's a TODO in the Contrib Guide about making multiple versions of LP coexist on the same system. This is something I would need to do to test these snippets, since I'm always runnning

Re: Vertical Spacing question

2009-04-24 Thread Jonathan Kulp
) } } \score { \new GrandStaff { \new Staff \voiceA \new Staff \voiceB \new Staff \voiceC \new Staff \voiceD \new Staff \voiceE \new Staff \voiceF } \layout { } \midi { } } Your HELP will always be appreciated... Mischa -- Jonathan Kulp http://www.jonathankulp.com

Re: Rotating TextSpanner

2009-04-25 Thread Jonathan Kulp
Kieren MacMillan wrote: Hi Nick, With that as a model I was able to generalize it to a music function Nice! +1. That's a very cool piece of code! Jon -- Jonathan Kulp http://www.jonathankulp.com ___ lilypond-user mailing list lilypond-user

Re: tablature.ly

2009-04-25 Thread Jonathan Kulp
for bass guitar) were correct. Thanks for the great work, guys! Jon -- Jonathan Kulp http://www.jonathankulp.com ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: tablature.ly

2009-04-25 Thread Jonathan Kulp
Jonathan Kulp wrote: octave. I think there were only two examples in tablature.ly that didn't use the treble_8 clef for guitar. All the other clefs (including the bass_8 for bass guitar) were correct. Sorry I meant to say in tablature-test1.ly Jon -- Jonathan Kulp http

Re: (2 - 3)/4 time signature

2009-04-26 Thread Jonathan Kulp
= #(lambda (grob) (grob-interpret-markup grob tsMarkup)) \time 3/4 c d e f } -- Jonathan Kulp http://www.jonathankulp.com ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: adding to the LSR

2009-04-26 Thread Jonathan Kulp
. The snippet is called adding the current date to a footer or tagline. Best, Jon -- Jonathan Kulp http://www.jonathankulp.com ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: adding to the LSR

2009-04-26 Thread Jonathan Kulp
accordingly, so we don't have inaccurate information in there. Thanks, Kieren. Got it. It's now called Adding the current date to the tagline. Jon -- Jonathan Kulp http://www.jonathankulp.com ___ lilypond-user mailing list lilypond-user@gnu.org http

Re: adding to the LSR

2009-04-26 Thread Jonathan Kulp
. In this case it compiled after I replaced all your music code with the old standby: \relative c' { c d e f } Your original file compiled fine on my machine but wouldn't compile on the LSR. Anyway thanks for working on this. :) Jon -- Jonathan Kulp http://www.jonathankulp.com

Re: adding to the LSR

2009-04-27 Thread Jonathan Kulp
on 2.10 you need this instead: \override Staff.TimeSignature #'style = #'() Jon -- Jonathan Kulp http://www.jonathankulp.com ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: adding to the LSR

2009-04-27 Thread Jonathan Kulp
. I might be doing some of this soon but haven't started in earnest. Jon -- Jonathan Kulp http://www.jonathankulp.com ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: adding to the LSR

2009-04-28 Thread Jonathan Kulp
--compiles but objects are colliding There are probably more but I have to do some of my official work now. :) Best, Jon -- Jonathan Kulp http://www.jonathankulp.com ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman

Re: adding to the LSR

2009-04-28 Thread Jonathan Kulp
Jonathan Kulp wrote: Another one that doesn't work in 2.12 is polymetric-section--synchronizing... It has a bunch of \InnerStaffGroup commands that must be obsolete because they're causing errors. Changing these to \StaffGroup makes it compile, but then the staffgroup loses the bracket

Re: adding to the LSR

2009-04-28 Thread Jonathan Kulp
Graham Percival wrote: On Tue, Apr 28, 2009 at 11:24:46AM -0500, Jonathan Kulp wrote: I've just finished a preliminary run through all of the snippets. I downloaded the tarball of the entire repo and ran them through the convert-ly script, then did a looping script that ran lilypond

Re: adding to the LSR

2009-04-28 Thread Jonathan Kulp
which snippets are broken in 2.12 and get them at least to compile, so that the LSR could be switched to 2.12 and then the snippets can be checked out more carefully after that. Is that a good strategy? Thanks for the input, Carl. :) Jon -- Jonathan Kulp http://www.jonathankulp.com

Re: adding to the LSR

2009-04-29 Thread Jonathan Kulp
. Maybe I'll experiment a bit with the convert-ly rules on my own copy of the script and see what I can learn. :) Jon -- Jonathan Kulp http://www.jonathankulp.com #!/bin/bash #*# # Run Lilypond on a lot of files and save # # the terminal output in text

Re: adding to the LSR

2009-04-29 Thread Jonathan Kulp
Jonathan Kulp wrote: Carl D. Sorensen wrote: Cool! I still think that you ought to put it all (including the grep part) into a single script and store it in the source tree. And it ought to be added to the CG so that we have it tracked for the next time we release a stable version (I

Re: Head of merged half note getting filled

2009-04-30 Thread Jonathan Kulp
#'transparent = ##t You can also use much simpler \stemUp, \stemDown, and \stemNeutral commands to control direction of stems. HTH, Jon -- Jonathan Kulp http://www.jonathankulp.com ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org

Re: Head of merged half note getting filled

2009-05-01 Thread Jonathan Kulp
Nick Payne wrote: From: Jonathan Kulp [mailto:jonlancek...@gmail.com] Sent: Friday, 1 May 2009 12:43 PM To: Nick Payne Cc: lilypond-user@gnu.org Subject: Re: Head of merged half note getting filled Nick Payne wrote: I've got a score where the heads of half and dotted half notes that are merged

Re: Bracketed notes

2009-05-04 Thread Jonathan Kulp
note, too: http://www.nabble.com/bracketed-silence-td18414197.html#a18414406 HTH, Jon -- Jonathan Kulp http://www.jonathankulp.com ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Bracketed notes

2009-05-04 Thread Jonathan Kulp
Reinhold Kainhofer wrote: Am Montag, 4. Mai 2009 17:28:54 schrieb Jonathan Kulp: Mark Austin wrote: Is it possible to enclose a note in brackets? I need to do this to indicate a lead note played the first time but not on subsequent repeats. In a thread a while back we came up with a way

Re: Bracketed notes

2009-05-09 Thread Jonathan Kulp
Mark Austin wrote: Thanks, This works a treat. Exactly what I wanted. However (inevitably) it has lead to another problem. The Mark, your message stops mid-sentence. Don't leave us hanging, man! Jon -- Jonathan Kulp http://www.jonathankulp.com

Re: Newbie Question -- verse and chorus

2009-05-11 Thread Jonathan Kulp
in the learning manual, notation reference, internals reference and snippets list! Lilypond Snippet Repository. Here: http://lsr.dsi.unimi.it/ And maybe this is the snippet Kieren's thinking of? http://lsr.dsi.unimi.it/LSR/Item?id=333 Jon -- Jonathan Kulp http://www.jonathankulp.com

Re: adding a snippet: No output from lilypond

2009-05-14 Thread Jonathan Kulp
switching to 2.12 and I've done some preliminary work getting the snippets ready, but there's apparently a technical hurdle having to do with the server that must be overcome before switching. Others can comment more precisely on this. Jon -- Jonathan Kulp http://www.jonathankulp.com

Re: relative mode occasionally gets forgotten?

2009-05-14 Thread Jonathan Kulp
using -. on each pitch instead. Glad you sorted it out. :) Jon -- Jonathan Kulp http://www.jonathankulp.com ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Fit on one page?

2009-05-15 Thread Jonathan Kulp
brute-force method: \paper { page-count = 1 } Jon -- Jonathan Kulp http://www.jonathankulp.com ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: relative mode occasionally gets forgotten?

2009-05-15 Thread Jonathan Kulp
-- Jonathan Kulp http://www.jonathankulp.com ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Space between staff and guitar chords

2009-05-16 Thread Jonathan Kulp
can adjust the Y-offset value to suit your taste. I'll attach a png so you can see how much closer the chord names are in the 2nd staff. Hope that helps, Jon -- Jonathan Kulp http://www.jonathankulp.com attachment: chords.png___ lilypond-user mailing

Re: (Retry) LilyPond ignoring \break... what did I do wrong?

2009-05-17 Thread Jonathan Kulp
the systems break after every fifth bar. Maybe this approach will do what you want. Jon -- Jonathan Kulp http://www.jonathankulp.com ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Pango critical w/ v2.12.1

2009-05-18 Thread Jonathan Kulp
were you. I'm running Xubuntu 9.04 and Lilypond works fine for me on it, but I didn't use the package manager to get it, I downloaded from lilypond.org. Jon -- Jonathan Kulp http://www.jonathankulp.com ___ lilypond-user mailing list lilypond-user

Re: relative mode occasionally gets forgotten?

2009-05-18 Thread Jonathan Kulp
TONICNAME_PITCH \relative c' { \chordmode { c \relative c'' { c }}} Does this mean you can't put a chordmode in this context? I never use chordmode so I'll have a hard time debugging this. The other examples worked fine. Jon -- Jonathan Kulp http

[PATCH] Re: relative mode occasionally gets forgotten?

2009-05-18 Thread Jonathan Kulp
Here's a patch incorporating your suggestions, Carl. Thanks for the help. Jon On Mon, May 18, 2009 at 8:50 PM, Carl D. Sorensen c_soren...@byu.eduwrote: On 5/18/09 6:04 PM, Jonathan Kulp jonlancek...@gmail.com wrote: Carl, I'm working on your suggestions and have come across

Re: missing glissando features (bugs?)

2009-05-19 Thread Jonathan Kulp
and sound pretty good. I have no idea how you do that across four strings on a violin. :) Jon -- Jonathan Kulp http://www.jonathankulp.com attachment: gliss.png___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond

Re: [PATCH] Re: relative mode occasionally gets forgotten?

2009-05-19 Thread Jonathan Kulp
Jonathan Kulp wrote: Here's a patch incorporating your suggestions, Carl. Thanks for the help. Jon Carl, when you get a moment would you mind checking the patch I sent last night, and push if it looks ok? I don't think Trevor's going to be around for a while to do doc patches. Thanks

Re: [PATCH] Re: relative mode occasionally gets forgotten?

2009-05-19 Thread Jonathan Kulp
. Thanks for taking care of this for me. Best, Jon -- Jonathan Kulp http://www.jonathankulp.com ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: transposing etc

2009-05-21 Thread Jonathan Kulp
to find my place quickly. I also make a habit of archiving the whole bunch of source files after each day's work and backing it up somewhere besides the machine I'm working on. Best, Jon -- Jonathan Kulp http://www.jonathankulp.com ___ lilypond

Re: single staff poliphony

2009-05-22 Thread Jonathan Kulp
it. I had to create the file myself. HTH, Jon btw here's a link to the thread where this is discussed: http://www.nabble.com/tablature.ly,-second-attempt-td2336.html -- Jonathan Kulp http://www.jonathankulp.com ___ lilypond-user mailing list

Re: can't find lilypond in publisher section of Cygwin download mirror setup offers

2009-05-25 Thread Jonathan Kulp
showing how to use the program. Best, Jon -- Jonathan Kulp http://www.jonathankulp.com ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: [frogs] trailing spaces

2009-05-26 Thread Jonathan Kulp
of weeks then I'll take a crack at it. Jon -- Jonathan Kulp http://www.jonathankulp.com ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: going to the next level

2009-05-27 Thread Jonathan Kulp
://lists.gnu.org/mailman/listinfo/lilypond-user -- Jonathan Kulp http://www.jonathankulp.com ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: collision between slurs and and accidentals

2009-05-27 Thread Jonathan Kulp
''] ais''4 ais'' %slur doesn't look nice cis'' 8 ( [ b'') dis''] gis''4 gis'' % slur is o.k. \time 6/8 f''8 [( es''') g'' ] d'''([ b'') a'' ] %slur doesn't look nice \time 2/4 c'''4 c''' } -- Jonathan Kulp http://www.jonathankulp.com

Re: collision between slurs and and accidentals

2009-05-27 Thread Jonathan Kulp
while back. It produces some warnings in the terminal, but the output might be satisfactory. I think it looks pretty cool anyway. :) Jon -- Jonathan Kulp http://www.jonathankulp.com %%% \version 2.13.0 SCHEME HACK TO HIDE CURVES WHEN THEY WOULD

Re: collision between slurs and and accidentals

2009-05-27 Thread Jonathan Kulp
Mark Polesky wrote: Jonathan Kulp wrote: If you like the results of this code, you have Mark Polesky to thank. This is something from the mailing list just a little while back. It produces some warnings in the terminal, but the output might be satisfactory. I think it looks pretty cool

  1   2   3   4   5   6   7   >