Re: Score Wizard Fresco 3.1
>Date: Wed, 1 Jan 2020 17:31:10 -0700 (MST) >From: Michael Rivers > >The score wizard does nothing for me in Frescobaldi 3.1 (Windows version). I >uninstalled it and reinstalled the old version, whose score wizard works >fine. I see there is a version 3.1.1 as of January 4. The change log for it doesn't mention this problem. Has there been any resolution yet? -- Tim Slattery tim risingdove com
Re: Tangled up in Lilypond syntax
Lukas-Fabian Moser wrote: >\new Staff \relative a' { > a a a << { \voiceOne a a a } \new Voice { \voiceTwo e b b } >> >\oneVoice a a a >} >\addlyrics { \repeat unfold 10 test } That did it! Thanks for saving me much time and grief. -- Tim Slattery tim risingdove com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user
Tangled up in Lilypond syntax
I'm setting a fairly short song. It's sixteen measures, in the standard four voice parts. I used Frescobaldi to set up the basic structure, so the syntax I'm using comes from modifying what it put out. What causes the grief is that the last measure in the soprano part is polyphonic (or polyrythmic). That necessitated a second soprano voice, which skips the first 15 measures and has three notes in the last measure. Lower down, Frescobaldi generates this language: sopranoVoicePart = \new Staff \with { instrumentName = "Soprano" midiInstrument = "choir aahs" } { \sopranoVoice } \addlyrics { \verseOne } \addlyrics { \verseTwo } Since I now had two soprano voices, I did: sopranoVoicePart = \new Staff \with { instrumentName = "Soprano" midiInstrument = "choir aahs" } { << \sopranoVoice \sopranoVoiceTwo >> } \addlyrics { \verseOne } \addlyrics { \verseTwo } which results in several error messages like this: programing error: No spring between column 0 and next one Makes no sense to me. It does create a PDF, but its all jumbled with titles, staffs and notes printed on top of each other. And no words for the soprano part at all. I'm not an expert in Lilypond syntax, so I'm at a standstill. What do I need to do to make this work? Thanks -- Tim Slattery tim risingdove com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Frescobaldi website in English
Ralph Palmer wrote: >Beautiful! Thanks, Wilbert. And thanks again for the wonderful program. I >use it for all my LilyPond entry. Oh, amen!!! I don't know who I ever used Lily without it! -- Tim Slattery tim risingdove com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user
Re: FW: shaped notes
"Brad Eberly" wrote: >I was interested in a music writing program that uses Lilypond as a 'base'. >I was just wondering if Lilypond has the capability of typesetting music in >shaped notes as that is the primary form that I would be writing music in. >Thank you so much for your time! If you're talking about the Sacred Harp style four-shape system or many seven-shape systems, the answer is YES, they are built-in. -- Tim Slattery tim risingdove com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Shortcut for Frescobaldi
Torsten Hämmerle wrote: >Hi Tim, > >Even if this is no Windows forum... ;) No, but I thought maybe some other Frescobaldi users had run into the same problem. I won't be posting general Win10 questions here, don't worry. >In Windows 10, the contents of the Start Menu Folder (including alle the >shortcuts) can be found in > >C:\ProgramData\Microsoft\Windows\Start Menu\Programs Yeah, that was the first thing I tried. But it doesn't work that way in Win10. -- Tim Slattery tim risingdove com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Shortcut for Frescobaldi
Gianmaria Lari wrote: >On windows 10, I suggest to do the following: > >- Press [Win] +[q]. This will open a menu and a textbox where you can write >the application to search. In this case write "fresc" and you will see the >system finding the application >- click on the application with the mouse right button >- select "Open file location"... And that did it! Many thanks for the help. -- Tim Slattery tim risingdove com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user
Shortcut for Frescobaldi
I installed Frescobaldi on my new Win10 PC. Everything's good, except that the installation process didn't create a shortcut on the desktop. I tried to look at the properties of the entry in the Start menu, but apparently you can't do that on Win10 like you could on earlier versions. So I looked in the Frescobaldi directory to find the executable to point a shortcut to, but -- where is it? Can somebody tell me where to point the shortcut to? Thanks. -- Tim Slattery tim risingdove com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user
Frescobaldi
I've been enjoying using Frescobaldi for creating Lilypond scores, it makes many things much easier. I've been setting vocal pieces with German lyrics, and trying to use Tools| Special Characters to find things like a and u with Umlauts, and the double-s character that looks like a Beta. I find it *extremely* difficult to find anything in those tables. I finally found upper and lower case U with dieresis, which seems to be the same as an Umlaut. But every time I need it, it takes me forever to find it. I can find no trace of the double-s character. Any clues on how I can find what I'm looking for? -- Tim Slattery tim risingdove com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Quotes in Lyrics
Joseph Austin wrote: >I don't fully understand the point or effect of the "extra" quotes in the >example. >Why is the f example incorrect? Looks like a quotation mark must be within a quoted string (or it means something else). But once you start a quoted string, another quote will end it. The back slash "escapes" the following character, telling LP that it's not a control character, but an actual quote. A bit clumsy but logical, kind of like using ##T to set some LP option true. The first # to tell LP that a Scheme expression is following, then #T means "True". -- Tim Slattery tim risingdove com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user
Gaps in lyrics
I'm setting a song with two verses. It's a madrigal, so there are fairly long stretches of "fa la la..." that are identical in the two verses. I'd like to have them "fa la la" part printed only once. So...I've set verse one with all the words, including "fa la la". That's fine. I'd like to have verse two show only the different words, and leave a space where the "fa la la" is. But I can't figure out how to tell Lily to not match word to the stretch of notes that correspond to the "fa la la" for the second verse. It looks like I could use \skip ... but I'd have to have one for each note to be skipped. Is there a way to tell Lilypond how many notes or measures to skip? -- Tim Slattery tim risingdove com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Italics in headers
Werner LEMBERG wrote: >> In something like \italic { Les Meslanges }, the space is actually >> from the normal font since it translates to { \italic Les \italic >> Meslanges }. > >In other words, people should use strings in double quotes in case >spaces are of importance, cf. Thanks. I appreciate the discussion. -- Tim Slattery tim risingdove com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Italics in headers
Tim Slattery wrote: >How can I italicize just part of a header? What I want is a subhead >that reads: > >(From Les Meslanges - 1750) Figured it out: subtitle = \markup { (From \italic{ Les Meslanges} - 1570)} -- Tim Slattery tim risingdove com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user
Italics in headers
How can I italicize just part of a header? What I want is a subhead that reads: (From Les Meslanges - 1750) with only "Les Meslanges" italicized. I see in the manual how to italicize the *entire* header, using a \markup block. But I get error messages trying to use \markup to italicize just part of the header. -- Tim Slattery tim risingdove com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user
Dissapearing lyrics
I'm setting a pretty simple choral work. The Soprano and Tenor parts begin with 12 measures where everybody is singing the same part. Then there are four final measures where those parts divide. This language makes everything turn out fine: \new Voice = "tenor" { \global \tenMusicAll << {\voiceOne \tenMusicOne } \new Voice { \voiceTwo \tenMusicTwo } >> } \new Lyrics \lyricsto tenor \TenorWords (tenMusicAll, tenMusicOne and tenMusicTwo are previously defined music strings, TenorWord are the previously defined lyrics. global is key signature) But if I do this simpler syntax, which is equivalent, according to the docs: \new Voice = "tenor" { \global \tenMusicAll << \tenMusicOne \\ \tenMusicTwo >> } \new Lyrics \lyricsto tenor \TenorWords The music renders just fine, but the lyrics disappear in the last four divisi measures. Why does the last bit of the lyrics not appear on the page? -- Tim Slattery tim risingdove com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Rolled Chord
Noeck wrote: > >>> This got much easier in recent versions of LilyPond. Which version do >>> you use? You can (for most settings) now forget about the #'. The scheme >>> value 'true' is still ##t. >> >> Is that true? I'm no Scheme expert, but I thought that the first # >> told Lily that you are using Scheme code, and #t was the Scheme value >> for "true". > >Yes, you are right. But if you are just settings variables to true in ly >syntax, then I often consider this combination ##t as the "LilyPond >value" for true. Which is perfectly reasonable. Thanks. -- Tim Slattery tim risingdove com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Rolled Chord
Noeck wrote: >This got much easier in recent versions of LilyPond. Which version do >you use? You can (for most settings) now forget about the #'. The scheme >value 'true' is still ##t. Is that true? I'm no Scheme expert, but I thought that the first # told Lily that you are using Scheme code, and #t was the Scheme value for "true". -- Tim Slattery tim risingdove com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user
Re: upgrade and convert-ly
Francisco Vila wrote: >My short experience on Windows says the installer refuses to work unless >you uninstall any previous version it could be installed. I agree, that's the way it's worked for me. Seems a bit odd, but it's well worth it... -- Tim Slattery tim risingdove com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user
Re: (unknown)
Christopher Reed wrote: >hello can someone please help me export my file to lilypond it will not do >it for some reason :( You're going to have to be clearer. Export from what to Lilypond? What won't do it? Lilypond doesn't import files. When you start it, you tell it what *.ly file to read. It processes that and puts out a PDF (or PNG) with the engraved score. -- Tim Slattery slatter...@bls.gov ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Web site down?
Francois Planiol wrote: >Probably a good news? (many guys downloading lily or consulting >manuals online...) Maybe...I was wondering about a DDOS, but who knows Makes it difficult for somebody that I clue in about Lily to take a look. Anyway, it seems to be back up now. -- Tim Slattery slatter...@bls.gov ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user
Web site down?
What's with the Lilypond website? When I try to get there I get a page that says "Site currently down due to high traffic". -- Tim Slattery slatter...@bls.gov ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Editors
Jan Nieuwenhuizen wrote: >Tim McNamara writes: > >> Aarrgh, I forgot to send this to the list. I will never get used to >> the goofy way in which the LilyPond mailing list operates, not having >> the Reply-To header set to the list. It is the only mailing list I >> have ever been part of that doesn't have this as the default. > >http://www.unicom.com/pw/reply-to-harmful.html Elm, which this guy loves, is an ancient, text-based email client. >Reply-To munging does not benefit the user with a reasonable mailer. >People want to munge Reply-To headers to make "reply back to the >list" easy. But it already is easy. Reasonable mail programs have >two separate "reply" commands: one that replies directly to the author >of a message, and another that replies to the author plus all of the >list recipients. I have *never* seen "reply to group" in any client I've worked with. -- Tim Slattery slatter...@bls.gov ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Discuss signature for new function \annotate (new version)
Thomas Morley wrote: >Once I did a first step into C++ >The common "hello world" >I had to _compile_ it to make it work. >That makes a great difference for usability in LilyPond. I've been programming for over forty years, so I know something about it. Yes, you had to compile your C++ code to make a standalone program. If you made a standalone program with Scheme you'd probably have to do the same. Lilypond includes an interpreter for Scheme. Web browsers include interpreters for Javascript, so you don't have a separate compile step there. So called "scripting languages" like Perl, Ruby, Python, etc have to be run through their interpreters. That is, you can't just have the Perl program on your machine, you also have to have the Perl interpreter. Your compiled C++ program can be run on a computer that does not have a C++ compiler installed. Both approaches have advantages and disadvantages. -- Tim Slattery slatter...@bls.gov ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Discuss signature for new function \annotate (new version)
Urs Liska wrote: >After all, I'm still wondering what benefits Scheme offers. >I find it extremely reluctant to be understood (that's what it feels: >Scheme tries to avoid being understood), and I would like to have some >benefits that outweigh that effort. And so far I can't see them. The 'advantage" is that it seems to be the "official" scripting language for FSF apps, see http://www.gnu.org/software/guile/. As for why FSF chose a LISP variant for this ... I can't imagine. Nearly every programmer understands procedural languages, like C, Java, Javascript, Perl, Ruby, etc, etc. Very few (IMHO) understand LISP. Whatever language was chosen, you'd have to learn a good deal about Lilypond's internal structures to use it (those are quite well documented, by the way). Using a LISP variant just adds another layer of obscurity on top of that. I am overwhelmingly impressed by Lilypond, and blown away by its extensive scriptability. I just wish I could script it in a language I know something about. -- Tim Slattery slatter...@bls.gov ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user
Re: lilypond not recognized
"bobr...@centrum.is" wrote: >After solving a mysterious hardware problem I finally got > my Windows 7 box up and running again. I installed > LilyPond 2.16.2-1 but it won't run from the CLI. I get: > > 'lilypond' is not recognized as an internal or external > command, operable program or batch file. > >I have, in fact, edited the PATH to point to the /bin directory > which contains LilyPond. How have you edited the PATH? If you've simply used a "set" command in a command window, that changes the PATH only for that window. To do it globally, type "path" in the search box in the Start menu. Select "Edit environment variables for your account". Find "PATH" in the "User variables" box (or create it if it doesn't exist), and add the path to the Lilypond bin directory to it. -- Tim Slattery slatter...@bls.gov ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Excellent paper on 'Copyfraud'
Mike Blackstock wrote: >This paper might be of interest to anyone typesetting public domain >music from so-called copyrighted scores: >http://papers.ssrn.com/sol3/papers.cfm?abstract_id=787244 Excellent article, even if it is 7 years old. I'm in a singing group. We sing madrigals and some baroque pieces, all several hundred years old. I see books all the time with copyright notices all over the place on songs that were written 300 to 500 years ago. I wonder just what is under copyright? Words and music certainly are not. Any foreword, biographical material, commentary certainly is. If the editor went to an old source, transcribed the piece into more modern notation, added measures, key signature, time signature, does that make the product copyrightable? If I make a copy with Lilypond, is that infringement? Since I've produced sheet music for a public domain work, I don't think so. -- Tim Slattery slatter...@bls.gov ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user
New t unebook set in Lilypond
A new four-shape (Sacred Harp style) tune book has been released in the last couple of weeks. Its name is Shenandoah Harmony (www.shenandoahharmony.com). I mention it here because every one of the 350-odd tunes in the book was newly engraved using Lilypond. There are lots of good things to say about the book, but something that everybody mentions is the excellent quality of the music typesetting. Unfortunately you can't see much of interior of the book on the website. Take it from me, the committee did a first rate job, and produced one of the most readable (not to mention worth reading) tunebooks I've seen. -- Tim Slattery slatter...@bls.gov ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Positioning a fermata - IGotMeFlowers.pdf (0/1)
David Kastrup wrote: >Tim Slattery writes: > >> The fermata in the bass clef in the attached pdf is too low, it's >> right on top of the upper note in the chord. > >Well, you placed the fermata on a _spacer_ rest rather than on a note. I know. But when I put it with the note in the "left second" part, it appeared below the line. > >> The source follows. If I put the \fermata command in the "leftSecond" >> line, the fermata appears below the music. > >Well, write ^\fermata to make it appear above. THANK YOU, that's the magic word. > >> rightFirst = \relative c'' { \time 4/4 >> b4 a g8( fs e fs | <> <> a a | <> s4 | >> } > >Anyway, is there something you have against using chords? This is >a rather strange way to write 2.\fermata here. Thanks for that, too. My only excuse is unfamiliarity with Lilypond. I'm pretty much a neophyte. -- Tim Slattery slatter...@bls.gov ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user
Positioning a fermata - IGotMeFlowers.pdf (0/1)
The fermata in the bass clef in the attached pdf is too low, it's right on top of the upper note in the chord. The source follows. If I put the \fermata command in the "leftSecond" line, the fermata appears below the music. Is there a way that I can put the fermata above the notes, not clashing with it? Here's the source: \version "2.14.0" \include "english.ly" global = { \time 4/4 \key e \minor } rightFirst = \relative c'' { \time 4/4 b4 a g8( fs e fs | <> <> a a | <> s4 | } rightSecond = \relative c'' {\time 4/4 fs,8 e fs ds b2 | s2 e8 g fs e | s1 | } leftFirst = \relative c' { \time 4/4 b4 fs e8 fs g a | b4 b c8 e ds e | s2. \fermata s4 | } leftSecond = \relative c {\time 4/4 ds8 cs ds b e2( | e8) fs g e c! b c4 | <> s4 | } \score { \new PianoStaff << \new Staff = right << \clef treble { << \global \rightFirst >> } \\ { << \global \rightSecond >>} >> \new Staff = left << \clef bass { << \global \leftFirst >>} \\ {<< \global \leftSecond >>} >> >> } -- Tim Slattery slatter...@bls.gov ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Appreciation / Financial support
On Mon, May 28, 2012 at 11:38 PM, Tim McNamara wrote: > I was thinking about simplification like being able to put in a coda with > \coda or a segno with \segno instead of things like > > \mark \markup { \musicglyph #"scripts.segno" } > > and so on. The more complicated the incantations are, the easier it is to >get them wrong the harder it is to debug and the longer it takes to write. A lot of the complexity is because the scripting language is Scheme, a variant of LISP. Even for somebody like me, who has been writing programs for over 40 years, that syntax can be extremely bizarre. -- Tim Slattery slatter...@bls.gov ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Undress While Playing - Thank you Lilypond ;)
Paul Scott wrote: >I was also concerned about the age of the girls pictured. In the US this >might be considered child porn possession of which is a serious crime. Very young women, but they didn't strike me as underage. It should have been marked NSFW, but I found nothing offensive in the picture. -- Tim Slattery slatter...@bls.gov http://members.cox.net/slatteryt ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user
Re: initial repeats with alternate bar style
Steve Tarr wrote: >I'm trying to reproduce some Sacred Harp music. The piece starts with a >repeated section which starts with a partial measure. It's marked with >a column of dots at the beginning of the piece. The snippet shown in >"Printing a repeat sign at the beginning of a piece" doesn't have the >desired effect in this case. I don't know whether this will help your case, but the following *.ly file written by Leland Kusmer will redefine Lilypond's standard repeat markings to sacred harp style (column of four square dots). There is also a FaSoLi email group at googlegroups (fas...@googlegroups.com). It's been inactive for a while, since Leland posted his file and a Lilypond version (still recommended developers-only) came out with better SH support, but it should still be there, and there are folks on it who set SH-style music in Lilypond. % Implements SH-style Repeats % Add % \override Staff.BarLine #'stencil = #with-shapenote-repeats % in \global to activate. % Tune-final barlines must be specified. Use % \bar ":||" % for a final repeat and % \bar "|." % otherwise. % Use % \bar "||" % to get a thick barline (i.e. optional repeat). \version "2.12.1" #(define (with-shapenote-repeats grob) (let ((g-n (ly:grob-property grob 'glyph-name))) (cond ((string=? g-n "|:") (dotFn grob)) ((string=? g-n ":") (dotFn grob)) ((string=? g-n ":|") (barDotFn grob)) ((string=? g-n ":||") (barDotFnD grob)) ((string=? g-n "||") (thickBar grob)) ((string=? g-n "|.") (doubleBar grob)) (else (ly:bar-line::print grob) # (define (doubleBar grob) (interpret-markup (ly:grob-layout grob) '(((baseline-skip . 1) (word-space . 0.4) (thickness . 1.9))) (markup #:right-align #:vcenter #:line ( #:raise 2 #:override '(thickness . 5) #:draw-line '(0 . -3.7) #:hspace 0.1 #:raise 2 #:override '(thickness . 5) #:draw-line '(0 . -3.7) ) ) ) ) # (define (barDotFn grob) (interpret-markup (ly:grob-layout grob) '(((baseline-skip . 1) (word-space . 0.4) (thickness . 1.9))) (markup #:right-align #:vcenter #:line ( #:raise 1.5 #:column (#:filled-box '(0 . 0.35) '(0 . 0.35) 0 #:filled-box '(0 . 0.35) '(0 . 0.35) 0 #:filled-box '(0 . 0.35) '(0 . 0.35) 0 #:filled-box '(0 . 0.35) '(0 . 0.35) 0 ) #:hspace 0.1 #:raise 2 #:override '(thickness . 5) #:draw-line '(0 . -3.7) ) ) ) ) # (define (barDotSt grob) (interpret-markup (ly:grob-layout grob) '(((baseline-skip . 1) (word-space . 0.4) (thickness . 1.9))) (markup #:right-align #:vcenter #:line ( #:raise 1.5 #:override '(thickness . 5) #:draw-line '(0 . -3.7) ) #:hspace 0.1 #:raise 1.25 #:column ( #:filled-box '(0 . 0.35) '(0 . 0.35) 0 #:filled-box '(0 . 0.35) '(0 . 0.35) 0 #:filled-box '(0 . 0.35) '(0 . 0.35) 0 #:filled-box '(0 . 0.35) '(0 . 0.35) 0 ) ) ) ) # (define (barDotFnD grob) (interpret-markup (ly:grob-layout grob) '(((baseline-skip . 1) (word-space . 0.4) (thickness . 1.9))) (markup #:right-align #:vcenter #:line ( #:raise 1.5 #:column ( #:filled-box '(0 . 0.35) '(0 . 0.35) 0 #:filled-box '(0 . 0.35) '(0 . 0.35) 0 #:filled-box '(0 . 0.35) '(0 . 0.35) 0 #:filled-box '(0 . 0.35) '(0 . 0.35) 0 ) #:vcenter #:hspace 0.1 #:raise 2 #:override '(thickness . 5) #:draw-line '(0 . -3.7) #:hspace 0.1 #:raise 2 #:override '(thickness . 5) #:draw-line '(0 . -3.7) ) ) ) ) # (define (dotFn grob) (interpret-markup (ly:grob-layout grob) '(((baseline-skip . 1) (word-space . 0.8) (thickness . 3))) (markup #:right-align #:vcenter #:line ( #:raise 1.5 #:column (#:filled-box '(0 . 0.35) '(0 . 0.35) 0 #:filled-box '(0 . 0.35) '(0 . 0.35) 0 #:filled-box '(0 . 0.35) '(0 . 0.35) 0 #:filled-box '(0 . 0.35) '(0 . 0.35) 0 ) ) ) ) ) # (define (thickBar gr
Re: Clef with down arrow
Alberto Simões wrote: >Hello. > >On 26/08/2010 20:52, Bernardo Barros wrote: >> I would guess "a quarter-tone lower", but I see there is also a key >> signature... and there is a T... that might stands for tenor(?), then >> it might represents a tenor part to be sung a octave lower. > >Yes, the T is for Tenor. >Now, I am not really sure about the interpretation :) Tenor parts are generally written in treble clef, but sung an octave below where they are written. The usual symbol is the little 8 below the treble clef sign. Lilypond handles that easily. \clef "G_8" -- Tim Slattery slatter...@bls.gov http://members.cox.net/slatteryt ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Multiple midi files?
I was working yesterday with a four-part choral piece. Of course I can get Lilypond to put out a midi file of the entire piece, but I couldn't find a way to put out a separate midi file for each voice (and I did look in the manual). Did I miss something, or is it impossible? -- Tim Slattery slatter...@bls.gov http://members.cox.net/slatteryt ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Shapenote Repeats and Breaks
"Robin Bannister" wrote: >Leland Kusmer wrote: >> Is there a way to do this? > >Lilypond does this according to bar-glyph-alist, >by calling calc-glyph-name from within the barline print routine. >But when you override the BarLine stencil like this, >you are bypassing the barline print routine. > >So try something (which calls calc-glyph-name) like > > >#(define (with-shapenote-repeats grob) > (let ((g-n (ly:grob-property grob 'glyph-name))) >(cond > ((string=? g-n "|:") (dotFn grob)) > ((string=? g-n ":|") (barDotFn grob)) > (else (ly:bar-line::print grob) > >And maybe the corresponding override doesn't need the \once ? > > \override Staff.BarLine #'stencil = #with-shapenote-repeats I do shape note music from time to time also, and I'd love to use this to get my output to look like the Sacred Harp book. It's LISP code right? (I know, it's Scheme which is a LISP descendant of some sort.) My knowledge of Lilypond does not include LISP/Scheme. How exactly would I use this? -- Tim Slattery slatter...@bls.gov http://members.cox.net/slatteryt ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Lilypond vs Score
Carl Sorensen wrote: > > > >On 2/1/10 3:08 PM, "David Bobroff" wrote: > >> On 2/1/2010 9:57 PM, Bobber wrote: >>> >>> Is anyone familiar with Score and what makes it superior? >>> >> >> to use Finale, but haven't in several years) and he is also probably >> correct when he says that most major publishing houses use Score. Then >> again, most large businesses use Windows, too. >> > >SCORE is currently available for Windows systems that can run DOS (so it may >not work under Windows 7 -- I don't know one way or another). If it can't run in the command console of Win7 or Vista, you could set up a virtual machine and run DOS on that. Or you could use Dosbox (www.dosbox.com). Dosbox is primarily aimed at allowing newer OSs to run older games, but it should work here. I've heard many good things about it. HOWEVER - the Score website says that their newest version is called WinScore 5.00. That sounds like it's engineered for Windows, not DOS. -- Tim Slattery slatter...@bls.gov http://members.cox.net/slatteryt ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: simple editor for windows
"Anthony W. Youngman" wrote: >My favourite editor is PFE (programmers file editor). >Unfortunately, last I know, it was abandonware, but it's still a simple >nice editor. Written by somebody at Lancaster Uni iirc. Yes, good stuff, and I used it for a long time. Unfortunately, it doesn't know anything about UTF-8, and therefore is unsuitable for Lilypond files. -- Tim Slattery slatter...@bls.gov http://members.cox.net/slatteryt ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: which encoding for umlaute
Jonathan Kulp wrote: >UTF-8 ought to do it. Confirmed. I run Lilypond under Vista and I get any diacritical's I need when I save my file in UTF-8 format. Before I figured that out I was using a VERY old text editor that didn't know anything about Unicode. I could show those characters in that editor - presumably from the extended ASCII (codes above 127) set - but they didn't appear in Lilypond's output. -- Tim Slattery slatter...@bls.gov http://members.cox.net/slatteryt ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: ANN: LilyPondTool 2.12.848 BETA
"Bertalan Fodor (LilyPondTool)" wrote: >Well, for the BETA revision I expect that experienced LilyPondTool users >will try this. Ahh...it did say Beta, I missed that. Still, the information is greatly appreciated. -- Tim Slattery slatter...@bls.gov http://members.cox.net/slatteryt ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: ANN: LilyPondTool 2.12.848 BETA
"Bertalan Fodor (LilyPondTool)" wrote: >Dear LilyPonders, > >especially for those, who like being on the cutting edge, and for the >kind localisers, I created a Beta release of the new LilyPondTool. >I don't want to release it to the plugin central as there are some work >left (like localizing) and I need you to try this, to let me fine-tune >before I officially release this. When you post something like this, could you please name the operating system and any other software that this tool needs? -- Tim Slattery slatter...@bls.gov http://members.cox.net/slatteryt ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: SacredHarpHeads: possible solution to major/minor problem
Jonathan Kulp wrote: >I plead total ignorance of Sacred Harp notation, The noteheads have different shapes, corresponding to the degree of the scale. In SH there are only four shapes, so for a major scale the tonic and fourth are triangles(FA), second and fifth are regular ovals (SOL), third and sixth are squares (LA), and the seventh is a triangle (MI). So the major scale goes FA SOL LA FA SOL LA MI FA. The intervals between the shapes don't change, so the minor scale is LA MI FA SOL LA FA SOL LA. LOTS of information at www.fasola.org >but Dorian mode >is exactly what you describe, a minor mode with raised 6th scale >degree. Yes, it is dorian, but... > If you say "\key g \dorian", then the key signature will >have one flat in it, and the scale degrees should all be correct: >g (1st) a (2nd), and so forth. It seems like this should do what >you want. For performance, but not for the notation. For whatever ancient reason, minor scales are traditionally rendered in Dorian mode, especially by people who learned SH from their grandpa and grandma...you get the picture. (It's not uncommon for singers to be using both the raised (dorian) and non-raised (minor) versions at the same time, but that's another discussion...) So what's wanted is the ability to have a normal minor key signature on the sheet music, but have the MIDI rendered in Dorian, with the raised sixth. > >Jon -- Tim Slattery slatter...@bls.gov http://members.cox.net/slatteryt ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: emacs lilypond-mode
Francisco Vila wrote: >2009/5/29 Tim Slattery : >> "Anthony W. Youngman" wrote: >> >>>Why is he reading a *mailing* list using a *newsreader*? >> >> It's primarily a mailing list, true, but it's replicated on gmane's >> news server: news.gmane.org:gmane.comp.gnu.lilypond.general > >> >> I use Agent newsreader to access it that way. I read it and post to it >> just like any other Usenet newsgroup. > >Only if this 'replication' is made in both directions, you could post >to the list by posting to the newsgroup. Not if it isn't. But it does. That's exactly what I'm doing. -- Tim Slattery slatter...@bls.gov http://members.cox.net/slatteryt ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: emacs lilypond-mode
"Anthony W. Youngman" wrote: >Why is he reading a *mailing* list using a *newsreader*? It's primarily a mailing list, true, but it's replicated on gmane's news server: news.gmane.org:gmane.comp.gnu.lilypond.general I use Agent newsreader to access it that way. I read it and post to it just like any other Usenet newsgroup. -- Tim Slattery slatter...@bls.gov http://members.cox.net/slatteryt ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Canorus 0.7 released
Matev Jekovec wrote: >Canorus development team is after more than a year of active development >happy to announce the new release of Canorus - a free cross-platform >music score editor, version 0.7. > >Release 0.6 was skipped for various stability issues. > >You can download it here: >http://developer.berlios.de/project/showfiles.php?group_id=6144 > >Changelog: >- Added support for printing and preview of score using LilyPond backend. >- Added integrated Midi recorder. >- Added resources storage inside the document. >- Added User's guide. Where? When I user Help|User's Guide in the Windows version, I get an empty pane on the right side. I've found one page on the website, which is a lot better than nothing, but if user's guide exists, I'd sure like to see it. -- Tim Slattery slatter...@bls.gov http://members.cox.net/slatteryt ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Canorus
lasconic wrote: > >You can also try MuseScore on Windows and Linux. The lilypond output is >decent and the community is very alive. The development team is quite >responsive as well. > >http://www.musescore.org Thanks, I'll take a look. I downloaded Canorus because the other choices are Linux only. I have nothing against Linux, but my computer doesn't run it. -- Tim Slattery slatter...@bls.gov http://members.cox.net/slatteryt ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Canorus
M Watts wrote: >> >Try their website >https://canorus.berlios.de/wiki/index.php/Main_Page That's where I started, of course. I downloaded the program from there, but I can't find anything like a user guide or tutorial. And the "User's guide" choice on the "Help" menu is grayed out. AFAICT, you're just supposed to know -- Tim Slattery slatter...@bls.gov http://members.cox.net/slatteryt ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Canorus
I saw the mention of Canorus in the Lilypond FAQ, and I downloaded it and have gotten it running. But I can't figure out how to do anything in it. Is there a user's guide somewhere? I can't find one. -- Tim Slattery slatter...@bls.gov http://members.cox.net/slatteryt ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Stanza Numbers at Beginning of Each Line of Music
Randy Nelson <77ra...@gmail.com> wrote: >Hi - Does anyone know how to get Lilypond to print the Stanza #s at the >beginning of each line of the sheet music? Thanks in advance. Something like this: VerseTwo = \lyricmode { \set stanza = "1. " words words words words words } -- Tim Slattery slatter...@bls.gov http://members.cox.net/slatteryt ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: strange programming error for strange glyph
hhpmu...@163.com wrote: >Hello, > This file is my orchestration assignment. But I can't continue, because... > Please see the programming errors in the log file. I looked through the > file, but it seems no error. What's wrong with my file? > programming error: FT_Get_Glyph_Name () error: invalid argument I just stumbled onto this error message in the manual. On page 330 it says: If a LilyPond input file containing a non-ASCII character is not saved in UTF-8 format the error message FT_Get_Glyph_Name () error: invalid argument will be generated Check the menus in your text editor for an option to save your file in UTF-8 format. Sometimes it's a drop-down box in the Save dialog. If your text editor won't do it, google for free text editors. There are many that will do this. -- Tim Slattery slatter...@bls.gov http://members.cox.net/slatteryt ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Can't get it to look like I want it to
Michael Lauer wrote: > >First, for those who are unfamiliar with shape-note tunebooks and would >like to see the sort of thing Tim is talking about, see for example >http://digital.lib.msu.edu/projects/ssb/display.cfm? >TitleID=610&Format=jpg&PageNum=26 . >That's a little different than the conventions Tim wants, but close. > >To get the dots-with-a-simple-barline, you can make a custom stencil, like >this Thanks Michael, I'll give this a shot. -- Tim Slattery slatter...@bls.gov http://members.cox.net/slatteryt ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Can't get it to look like I want it to
I still can't get my output to look the way I want it to.Maybe Lilypond just doesn't do this. Traditional Sacred Harp music uses four dots, one between each line, for a repeat symbol. It looks just like what you get when you specify \bar":". The beginning of a repeat often starts in the middle of a measure, and I've gotten that effect by doing this (in a 6/8 song): | g2 \bar ":" r8 g8 | I don't know why it doesn't complain about the wrong number of beats in a measure, but it doesn't. The other end of the repeat is at the end of a measure, so it should like the \bar":" symbol immediately followed by a normal bar line. And that I cannot do. -- Tim Slattery slatter...@bls.gov http://members.cox.net/slatteryt ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Repeat in the middle of a measure - Alexander.ly (1/1)
Mats Bengtsson wrote: >However, in the three upper parts you had inserted the \repeat command >at the beginning of measure 9, whereas in the bass part you had inserted it at >the >beginning of measure 12, Ugh! I knew it had to be something stupid that I did. Many thanks! -- Tim Slattery slatter...@bls.gov http://members.cox.net/slatteryt ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Repeat in the middle of a measure
Reinhold Kainhofer wrote: >I suppose the last chord should have a duration of 2. rather than 1.? That >explains the empty measure at the end (since you enter a duration that >actually spans two measures!). Yes, I found that. Fixing it made the extra measure at the end go away, but the extra repeat is still there. -- Tim Slattery slatter...@bls.gov http://members.cox.net/slatteryt ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Repeat in the middle of a measure - Alexander.ly (0/1)
Michael Lauer wrote: >You can get what (I think) you originally wanted by > - just putting the repeats where you want them > - overriding the bar lines at the beginning and end of the repeats The \bar ":" gets me the repeat symbol I wanted. But the extra repeat is still there, and I'm getting more errors from this syntax alexander2.ly:25:20: warning: not a grob name, `Barline' { \partial 8*4 g2 \once \override Staff.Barline #'glyph-name = "|"} I'm attaching the original file. -- Tim Slattery slatter...@bls.gov http://members.cox.net/slatteryt ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Repeat in the middle of a measure - Alexander.ly (1/1)
begin 644 Alexander.ly M[[N_7&EN8VQU9&4@(F5N9VQIPT*7&ME>2!C(%QM86IO<@T*7'-A8W)E9$AAR![(&VR!C M-"!C."!D-"!D."!\#0IE-"!D."!C-"!C."!\(&8T(&8X(&4Q-BA;8...@n72d@ M93@@?"!D,B!R."!E."!\(&,T(&$X(&PT*7'1I;6...@-b\x#0i<<&%R=&EA;"`X(&R!A-"!F."!C-"!C M."!\(&8T(&8X(&0T(&R!C,B!R."!G.'T@>R!C,BY]('t...@#0i]#0h-"E9EPT*7'-E="!S=&%N>F$@/2`B,2X@(@T*7'-E="!F;VYT M4VEZ92`](",M,"XW-0T*#0I!2...@5vai M;&4-"FUO=7)N("TM(&EN9R!D;W9E2...@5v4@;&EF="!O=7(@ M:&5A0T*=F%N("TM(&ES:"!I;B!T:&4@PT*7'-E="!S=&%N>F$@/2`B M,BX@(@T*7'-E="!F;VYT4VEZ92`](",M,"XW-0T*4VAA:V4@;V9F('1H92!D M0T*=F%N("TM(&ES:"!I;B!T:&4@PT* M7&YE=R!#:&]I7)I8W,@7&QY7)I8W-T;R!A;'1O7)I8W,@7&QY7)I8W-T;R!B87-S(%Q697)S951W;PT*/CX- M"CX^#0I<;&%Y;W5T('L-"EQC;VYT97AT('L-"b...@82!l:71T;&4@7)I8W,-"b...@8v%n(&)E(&-L;W-Ehttp://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Repeat in the middle of a measure
Michael Lauer wrote: >Do you have a "global" section in each voice with inconsistent repeats? >There still isn't enough information to tell what the problem is... There's a global section that's included with each part. It has only the key and the sacredNoteHeads directive: global = { \key c \major \sacredHarpHeads } > >You can get what (I think) you originally wanted by > - just putting the repeats where you want them > - overriding the bar lines at the beginning and end of the repeats > (the first one's easy, the second a bit obscure) > - using \partial to reset the count. > >The end of your soprano part might look like this: I'll check this out. Thank you. -- Tim Slattery slatter...@bls.gov http://members.cox.net/slatteryt ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Repeat in the middle of a measure
Mats Bengtsson wrote: >I guess you have several voices or even several staves involved in your >piece. Note that the \repeat volta command should be inserted >in all voices of music and also have to appear at exactly the same >place in all the voices. If you don't manage to figure out what the >problem is, please send a complete (but small) example. There are four voice parts, the \repeat volta 2 is in each one at the same place. I cannot figure out where the extra begin-repeat comes from. Here are the four voice parts, if that's not enough, I'll send more. The entire file is 105 lines long. sopMusic = \relative c'' { \time 6/8 \partial 8 g8 | g4 c8 c4 g8 | a4 a8 g4 f8 | g4 e8 c4 d8 | e2 r8 f8| g4 c8 c4 e8 | c4 a8 g4 f8 | e4 g8 d4 g8 | c,2 r8 g'8 | \repeat volta 2 {c4 g8 g4 b8 | c4 d8 e4 c8 | f4 d8 e4 c8 | b2 r8 e8 | c4 a8 g4 g8 | a4 f8 f4 d8 | e4 c8 g'4 b,8 |} \alternative { {<> r8 g'8} {<>} } } altoMusic = \relative c''{ \time 6/8 \partial 8 g8 | e4 f8 g4 e8 | c4 d8 g4 b,8 | c4 a8 f4 g8 | g2 r8 b8 | c4 d8 e4 e8 | f4 a,8 b4 d8 | c4 e8 a,4 b8 | g2 r8 g8 | \repeat volta 2 {e'4 g8 f4 d8 | e4 f8 e4 g8 | c4 g8 a4 c8 | b2 r8 g8 | f4 f8 e4 c8 | f4 a,8 b4 g8 | a4 a8 g4 g8 | } \alternative { { g2 r8 g8 } {g2.} } } tenorMusic = \relative c''{ \time 6/8 \partial 8 g8 | c4 c8 c4 g8 | a4 a8 g4 f8 | e4 c8 c4 d8 | e2 r8 g8 | c 4 c8 c4 g8 | a8 c4 g4 f8 | e4 c8 d4 d8 | c2 r8 g'8 | \repeat volta 2 { c4 c8 d4 d8 | e4 d8 c4 c8 | f4 f8 e16([c8.]) e8 | d2 r8 e8 | c4 a8 g4 g8 | a8 c4 g4 f8 | e16 c16( c4) c4 d8 |} \alternative { {c2 r8 g'8 } {c2.} } } bassMusic = \relative c' { \time 6/8 \partial 8 g8 | c,4 d8 e4 c8 | f4 a8 c4 g8 | c4 g,8 a4 a8 | c2 r8 g'8 | e4 f8 g4 c,8 | f4 f8 e4 f8 | g4 e8 g,4 f'8 | e2 r8 e8 | e4 e8 g4 g8 | c4 g8 a4 g8 | a4 b8 c4 a8 | g2 r8 g8 | \repeat volta 2 { a4 f8 c4 c8 | f4 f8 d4 g,8 | a4 a8 f4 g8 | } \alternative { { c2 r8 g8} { c2.} } } -- Tim Slattery slatter...@bls.gov http://members.cox.net/slatteryt ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Repeat in the middle of a measure
Tim Slattery wrote: >I've tried putting \repeat \volta 1{ in that spot and } at the end of >the piece. I get a thick bar line with a colon, and the corresponding >end repeat sign at the end of the piece. OK, but then there's another >begin-repeat symbol 4 measures after the one I specified and 4 >measures before the end of the piece. Where did that come from? OK, I've switched to a more normal style (although I'd still like to get the more traditional style). The input for the section is question is: \repeat volta 2 {c4 g8 g4 b8 | c4 d8 e4 c8 | f4 d8 e4 c8 | b2 r8 e8 | c4 a8 g4 g8 | a4 f8 f4 d8 | e4 c8 g'4 b,8 |} \alternative { {<> r8 g'8} {<>} } I get the repeat at the beginning, just as it should be, and two endings at the end, as it should be. But the second ending has a second, empty measure. Why? And there's still an extra begin-repeat bar after the 4th measure (b2 r8 e8). I cannot see any reason whatever for that to appear. -- Tim Slattery slatter...@bls.gov http://members.cox.net/slatteryt ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Repeat in the middle of a measure
I'm setting a song in Sacred Harp style, kind of a 19th century style. I know about the \sacredHarpHeads directive, that works beautifully. This piece, as many songs in this style, has a chorus that begins in the middle of a measure. The song is in 6/8, the soprano part (for example ) has a measure that should read c'2 repeat-symbol r8 g8. The repeat goes to the end of the piece. I've tried putting \repeat \volta 1{ in that spot and } at the end of the piece. I get a thick bar line with a colon, and the corresponding end repeat sign at the end of the piece. OK, but then there's another begin-repeat symbol 4 measures after the one I specified and 4 measures before the end of the piece. Where did that come from? Another question: I would like to have the repeat symbol be just four dots vertically, one between each staff line. That's traditional for this type of music. Looking through the manual, I don't see a way to do that. -- Tim Slattery slatter...@bls.gov http://members.cox.net/slatteryt ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Good luck, Valentin
Valentin Villenave wrote: >Hmm... You do have a point. I tend to assume anybody familiar enough >with LilyPond knows what a tgz archive means, I'm reasonable familiar with Lilypond at this point, but I had to google tgz to find out what it is. I'm a Windows person, and tgz seems to be a Unix format (gzipped tarball). Lilypond seems to have been developed from a Linux viewpoint, but many of us use it on Windows. -- Tim Slattery slatter...@bls.gov http://members.cox.net/slatteryt ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: vista
> I have been trying to install the software without success. I > downloaded the windows vista version. When I click on the > desktop icon, a text file welcome me. I follow the instruction > and it creates a pdf file of a scale. I can't seem to open the > program more that that. It's not an interactive program like Word or Excel (or Sibelius or Finale). It's a command line program. You prepare a file then submit that file to the program. That can be done from the command line or by dragging and dropping your file on the program icon. Look in the manual for full description of the language, and for sample files that you can modify to print your own piece. -- Tim Slattery slatter...@bls.gov http://members.cox.net/slatteryt ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: save generated files to a separate directory
chip wrote: >When I installed lily on xp it put the shortcut on the desktop, how >would I run it from the 'other' directory? right now all the files, 8 of >them each time I drop the .ly file onto the lily icon, are written to >the desktop. Do I move the shortcut icon into the new directory and drag >the .ly file onto it there? Right-click the shortcut and choose "Properties". On the "Shortcut" tab, type the desired directory in the "Start in" slot. -- Tim Slattery slatter...@bls.gov http://members.cox.net/slatteryt ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: New LilyPondTool version available for testing
"Bertalan Fodor (LilyPondTool)" wrote: >Hi, > >for more advanced LilyPondTool users I released a new version. > >Installation instructions: > >- Install Project Viewer plugin from Plugin Manager (it's a new dependency) >- Replace LilyPondTool.jar with the following file: >http://www.organum.hu/fileadmin/lilypondtool/2.11-r1/LilyPondTool.jar >and download >http://www.organum.hu/fileadmin/lilypondtool/2.11-r1/julie-0.1.jar Can you give a clue what this is and what it does? I find no description, only the jars (which implies that it's a Java system). -- Tim Slattery slatter...@bls.gov http://members.cox.net/slatteryt ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Lyrics
Reinhold Kainhofer <[EMAIL PROTECTED]> wrote: >Yes, you did indeed miss the ignoreMelismata setting, which is described in >the documentation: >PS: Note that the comment in the documentation about the setting applying only >to the second next syllable ("fas" in this case), is actually no longer true >in LilyPond 2.11.x. The setting now applies to the very next lyrics syllable >already! *Many* thanks to all who responded, and thanks especially for the note about the documentation. The more I learn about Lilypond, the more impressed I am with it! -- Tim Slattery [EMAIL PROTECTED] http://members.cox.net/slatteryt ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Lyrics
Last weekend I was entering a song into Lilypond. It's four parts, SATB, and has two verses. The verses scan very slightly differently. There is a measure in the music where there are two slurred halfnotes. In one verse, one syllable is stretched over both half-notes. The other verse has an extra syllable, so there's a separate syllable for each halfnote. Lilypond's ability to match lyrics with music is absolutely fantastic, but it apparently doesn't handle this scenario. I wound up having one verse matched automatically, and assigning a duration to *every* syllable in the other verse. I'm wondering whether I missed something that would have let me say "do the automatic match, but in this measure do it this way". -- Tim Slattery [EMAIL PROTECTED] http://members.cox.net/slatteryt ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: LilyPond is excessively slow on Windows Vista
"Trevor Daniels" <[EMAIL PROTECTED]> wrote: >> I couldn't find either of these files anywhere on my machine. I >> unchecked the DST box and ran the program a couple of times. No, >> change. >The leading dot in the name makes these system or hidden files. That's how Unix works, not Windows. Files are made hidden or system by setting a property bit in their directory entry. >To see them, select your home directory in Windows Explorer, >then Tools -> Folder Options, select the View tab and select >the "Show hidden files and folders" option. Nope, not there. -- Tim Slattery [EMAIL PROTECTED] http://members.cox.net/slatteryt ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: LilyPond is excessively slow on Windows Vista
"Trevor Daniels" <[EMAIL PROTECTED]> wrote: >The Vista fix for LilyPond releases for and after 2.11.42 is to uncheck the >"Automatically adjust .." box, delete ~/.lilypond-fonts.cache-2 and run >LilyPond again to rebuild the cache. The "Automatically adjust ..." box >can then be checked again and all should thereafter work correctly. >For releases earlier than 2.11.34 the font cache was saved in >~/.fontconfig. Otherwise I guess the fix is the same. I couldn't find either of these files anywhere on my machine. I unchecked the DST box and ran the program a couple of times. No change. So I downloaded and installed 2.11.64. The first time I ran it, there was the long wait again, though it was only about 30 seconds instead of the 50 seconds that 2.10.33 had been taking. The second time, no wait at all! -- Tim Slattery [EMAIL PROTECTED] http://members.cox.net/slatteryt ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: LilyPond is excessively slow on Windows Vista
"Trevor Daniels" <[EMAIL PROTECTED]> wrote: >The Vista fix for LilyPond releases for and after 2.11.42 is to uncheck the >"Automatically adjust .." box, delete ~/.lilypond-fonts.cache-2 and run >LilyPond again to rebuild the cache. The "Automatically adjust ..." box >can then be checked again and all should thereafter work correctly. Bizarre, just totally bizarre. I'll certainly try this, and I hope it works. I've been programming computers for over forty years. I've encountered lots of strange bugs, but this is at the top of the list. -- Tim Slattery [EMAIL PROTECTED] http://members.cox.net/slatteryt ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: pdf file
"Francisco Vila" <[EMAIL PROTECTED]> wrote: >2008/11/14 Tim Slattery <[EMAIL PROTECTED]>: >> Naomy Gaudet <[EMAIL PROTECTED]> wrote: >> >>> >>>i just installed lilypond and i cant get the pdf >>>file >> >> Have you used the --pdf flag when you invoke Lilypond? > >Output is PDF by default. Then what does the flag do? I though I saw in the manual someplace that LP makes a *.ep file and converts that to PDF if the flag is set. -- Tim Slattery [EMAIL PROTECTED] http://members.cox.net/slatteryt ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: pdf file
Naomy Gaudet <[EMAIL PROTECTED]> wrote: > >i just installed lilypond and i cant get the pdf >file Have you used the --pdf flag when you invoke Lilypond? -- Tim Slattery [EMAIL PROTECTED] http://members.cox.net/slatteryt ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Special characters (umlauts, accents, etc) in lyrics
I'm setting a song with German lyrics. Several places there are umlauts over a and u, and the German double-s character that looks like a Greek "beta". I found these things in Vista's CharacterMap, and pasted them into my input file. They showed just fine there. But when I ran I got hordes of messages about them. In the PDF output, there were blanks where these characters should have been. So how can I get Lilypond to use these characters? -- Tim Slattery [EMAIL PROTECTED] http://members.cox.net/slatteryt ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: LilyPond is excessively slow on Windows Vista
Carl Sorensen <[EMAIL PROTECTED]> wrote: >> >> 545 Defect Verified Medium v.villenaveLilyPond is excessively slow >> on >> Windows Vista Performance fixed_2_11_43 >> > >Rob, > >Have you checked that it's slow the _second_ time you run a file? It will be >slow the first time it runs because it needs to build a font cache, but >successive times should not be slow. On my Vista system, when I invoke Lilypond I get the GNU version notice, and then. it sits for almost 50 seconds, apparently doing NOTHING. Then it wakes up and processes the file. It's still usable, but it sure slows things down. -- Tim Slattery [EMAIL PROTECTED] http://members.cox.net/slatteryt ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: LilyPond examples
Cameron Horsburgh <[EMAIL PROTECTED]> wrote: >I'd also appreciate it if anyone had files I could use that show off >some of the more interesting features of LilyPond. I'll produce some >printed examples, and if people start scratching their heads trying to >work out how I did something, I'll have done my job ;-). For lots of examples, look at http://www.mutopiaproject.org/. All the sheet music there is done by Lilypond, and each one comes with the *.ly file that generated it. -- Tim Slattery [EMAIL PROTECTED] http://members.cox.net/slatteryt ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: generating pdf and png but no ps
Sebastian Menge <[EMAIL PROTECTED]> wrote: >Hi > >How can I generate pdf and png but no ps? AFAIK, you can't. My understanding is that Lilypond generates the *.ps first, then converts that to *.pdf. You could write a script that invokes the program then deletes the *.ps file. -- Tim Slattery [EMAIL PROTECTED] http://members.cox.net/slatteryt ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user