uninstalling 2.7.36
Hi, Before upgrading to 2.8 I'd like to uninstall the current 2.7.36 Is there any clean way to do this? It was installed using 'sh lilypond-2.7.36-1.linux.sh' Another related issue: I suspect the installscript to miss the proper setup of font installations for tex: When using lilypond-book, the noteheads aren't displayed. The transformation to ps seems to indicate a missing fontmap in tetex: [EMAIL PROTECTED]:~/lilypond-beispiele/lilypond-book/out$ dvips lilypond-book01.dvi This is dvips(k) 5.92b Copyright 2002 Radical Eye Software (www.radicaleye.com) ' TeX output 2006.03.29:0946' -> lilypond-book01.ps dvips: Font CenturySchL-Ital used in file lily-2049170757-1.eps is not in the mapping file. dvips: Font PFAEmmentaler-20 used in file lily-2049170757-1.eps is not in the mapping file. dvips: Font PFAEmmentaler-26 used in file lily-45428427-1.eps is not in the mapping file. <09fbbfac.enc>. [1] [EMAIL PROTECTED]:~/lilypond-beispiele/lilypond-book/out$ -- Orm ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: 2.8 postscript and other subjects
> >> I get a postscript file that I can see with gv, and looks > >> correct, but is not printable. > > OK. I understand that my postscript printer simply doesn't accept the > postscript level produced by lilypond 2.8. Too bad. Just use the `pswrite' device of gs which converts the data to PS level 1 if you pass option -dLanguageLevel=1. Werner ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: uninstalling 2.7.36
Please read in the manual for lilypond-book on what flags to use for lilypond-book and dvips, respectively, to get the correct fonts. For the uninstallation, the information is printed when you run install, which of course is the wrong information at the wrong time. It says something like: To uninstall lilypond, do rm -r /usr/local/bin/lilypond /usr/local/bin/lilypond.python /usr/local/bin/lilypond.guile /usr/local/lilypond/ assuming that you installed the files in /usr/local/ /Mats Quoting Orm Finnendahl <[EMAIL PROTECTED]>: Hi, Before upgrading to 2.8 I'd like to uninstall the current 2.7.36 Is there any clean way to do this? It was installed using 'sh lilypond-2.7.36-1.linux.sh' Another related issue: I suspect the installscript to miss the proper setup of font installations for tex: When using lilypond-book, the noteheads aren't displayed. The transformation to ps seems to indicate a missing fontmap in tetex: [EMAIL PROTECTED]:~/lilypond-beispiele/lilypond-book/out$ dvips lilypond-book01.dvi This is dvips(k) 5.92b Copyright 2002 Radical Eye Software (www.radicaleye.com) ' TeX output 2006.03.29:0946' -> lilypond-book01.ps dvips: Font CenturySchL-Ital used in file lily-2049170757-1.eps is not in the mapping file. dvips: Font PFAEmmentaler-20 used in file lily-2049170757-1.eps is not in the mapping file. dvips: Font PFAEmmentaler-26 used in file lily-45428427-1.eps is not in the mapping file. <09fbbfac.enc>. [1] [EMAIL PROTECTED]:~/lilypond-beispiele/lilypond-book/out$ -- Orm ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: uninstalling 2.7.36
Thanks a lot Mats! With your explanations un- and reinstall was no problem, but lilypond-book still seems to be broken on my machine. I followed the explanation in the doc (2.8.0) using the example there. I had to uncomment the line referring to screech-boink.ly and the lilypond-book command finished without errors. Still no noteheads (and the @command{lilypond-book} is printed verbatim (without the curly braces) in cmr instead of changing the font). Any ideas? -- Orm P.S.: Maybe it would be a good idea to add the uninstall procedure as an option to the install script and list it in the --help flag of it (even if this doen't help anybody not familiar with commandline scripts)? In addition a hint on uninstalling on the download page might be helpful. Am 29. März 2006, 12:45 Uhr (+0200) schrieb Mats Bengtsson: > Please read in the manual for lilypond-book on what flags > to use for lilypond-book and dvips, respectively, to get the correct fonts. > > For the uninstallation, the information is printed when you > run install, which of course is the wrong information at the wrong > time. It says something like: > > To uninstall lilypond, do > >rm -r /usr/local/bin/lilypond /usr/local/bin/lilypond.python > /usr/local/bin/lilypond.guile /usr/local/lilypond/ > > assuming that you installed the files in /usr/local/ > > /Mats > > Quoting Orm Finnendahl <[EMAIL PROTECTED]>: > > >Hi, > > > >Before upgrading to 2.8 I'd like to uninstall the current 2.7.36 > > > >Is there any clean way to do this? It was installed using > > > >'sh lilypond-2.7.36-1.linux.sh' > > > >Another related issue: I suspect the installscript to miss the proper > >setup of font installations for tex: When using lilypond-book, the > >noteheads aren't displayed. The transformation to ps seems to indicate > >a missing fontmap in tetex: > > > >[EMAIL PROTECTED]:~/lilypond-beispiele/lilypond-book/out$ dvips > >lilypond-book01.dvi > >This is dvips(k) 5.92b Copyright 2002 Radical Eye Software > >(www.radicaleye.com) > >' TeX output 2006.03.29:0946' -> lilypond-book01.ps > >dvips: Font CenturySchL-Ital used in file lily-2049170757-1.eps is > >not in the mapping file. > >dvips: Font PFAEmmentaler-20 used in file lily-2049170757-1.eps is > >not in the mapping file. > >dvips: Font PFAEmmentaler-26 used in file lily-45428427-1.eps is not > >in the mapping file. > ><09fbbfac.enc>. > > > >[1] > >[EMAIL PROTECTED]:~/lilypond-beispiele/lilypond-book/out$ > > > >-- > >Orm > > > > > >___ > >lilypond-user mailing list > >lilypond-user@gnu.org > >http://lists.gnu.org/mailman/listinfo/lilypond-user > > > > ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: uninstalling 2.7.36
Regarding lilybook, I found the culprit: ps2pdf seems to get rid of the noteheads. The Postscript file is fine. I guess this is related to the ghostscript version on my machine (7.07). Unfortunately updating ghostscript is a non-trivial task and there is no newer version for my distro (Ubuntu) yet. -- Orm ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Disappearing volta brackets? Need help.
I think the problem is with the order in which you nest things - << chordsA musicA >> + << chordsB musicB >>. If you do << { chordsA chordsB } { musicA musicB } >> it works. Like this (in version 2.8): \version "2.8.0" \include "english.ly" partA = { \repeat volta 2 { \key g \major \relative c'' { a4 fs8 g a4 | b d,8 g b4 | c8 b a g fs a | g2. |} } } partB = { \repeat volta 2 { \key g \major \relative c'' { e4 d8 c b a | d4 c8 b a g | } } \alternative { { \relative { c'8 b a g fs g | a4 fs d'} } { \relative { c'8 b a g fs a | g4 r r } } } } chPartA = \chordmode { \repeat volta 2 { d2. | g | a2:m d4 | g2. \break | } } chPartB = \chordmode { \repeat volta 2 { c2. | g | } \alternative { { a2.:m | d } { a2:m d4 | g2. } } } \score { << \time 3/4 \new ChordNames { \chPartA \chPartB } \new Staff { \partA \partB } >> } _ Message: 5 Date: Tue, 28 Mar 2006 10:49:05 -0500 From: "Buddha Buck" <[EMAIL PROTECTED]> Subject: Disappearing volta brackets? Need help. Cc: "Lilypond User Group"Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="iso-8859-1" Hi. I'm trying to typeset some dance music (contradance and waltz) and I'm running into a problem with volta repeat brackets. Actually, I'm running into a lot of problems (I'm new at lilypond), and I've got them all solved and this volta repeat bracket problem came up. What I'm trying to do is get chord names above the staff, key of G major, and an alternate ending on part b of the piece. Here is an abridged snippet of the .ly file I'm working with: --- \include "english.ly" \version "2.7.24" partA = { << \repeat volta 2 { \chords { d2. | g | a2:m d4 | g2. \break | } } \repeat volta 2 { \key g \major \relative c'' { a4 fs8 g a4 | b d,8 g b4 | c8 b a g fs a | g2. |} } >> } partB = { << \chords { \repeat volta 2 { c2. | g | } \alternative { { a2.:m | d } { a2:m d4 | g2. } } } \repeat volta 2 { \key g \major \relative c'' { e4 d8 c b a | d4 c8 b a g | } } \alternative { { \relative { c'8 b a g fs g | a4 fs d'} } { \relative { c'8 b a g fs a | g4 r r } } } >> } { \time 3/4 % \partA \partB } -- --If I run this through lilypond, part B displays correctly (chords above thestaff, alternative volta brackets in place, proper key signature, propertime signature, etc.). If I delete the % commenting out part A, I lose the alternative volta brackets, which is unacceptable.Why? And how do I get it to keep the volta brackets, the chords above thestaff, and the proper key and time signatures? ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Guitar Barre Example
Hello, you can find an example attached to this mail. It runs perfectly with Lily 2.8.0 Greetings Stefan Hackl [EMAIL PROTECTED] schrieb: Stefan, Thank you for the assist to that question! Would you please e-mail me a .ly file I can test? I tried to use it in one of my files, but it hung up. I'm using v2.7.38 John \version "2.8.0" barre = #(define-music-function (barre location str music) (string? ly:music?) (let ((spanned-music (let ((first-element #f) (last-element #f) (first-found? #f)) (music-map (lambda (m) (if (eqv? (ly:music-property m 'name) 'EventChord) (begin (if (not first-found?) (begin (set! first-found? #t) (set! first-element m))) (set! last-element m))) m) music) (if first-found? (begin (set! (ly:music-property first-element 'elements) (cons (make-music 'TextSpanEvent 'span-direction -1) (ly:music-property first-element 'elements))) (set! (ly:music-property last-element 'elements) (cons (make-music 'TextSpanEvent 'span-direction 1) (ly:music-property last-element 'elements) music))) (make-music 'SequentialMusic 'origin location 'elements (list #{ \once \override Voice . TextSpanner #'edge-text = #$(cons (format "C ~a" str) "") \once \override Voice . TextSpanner #'direction = #1 \once \override Voice . TextSpanner #'edge-height = #'(0 . 0.5) \once \override Voice . TextSpanner #'padding = #3 \once \override Voice . TextSpanner #'enclose-bounds = #1 #} spanned-music \header { title = "V. Bourrée" composer = "J. S. Bach (1685-1750)" opus = "BWV 996" subtitle = "aus Lautensuite e-Moll" mutopiatitle = "V. Bourée" mutopiacomposer = "BachJS" mutopiainstrument = "Guitar" source = "unknown" style = "Classical" copyright = "Edited 2006 by Stefan Hackl" maintainer = "Stefan Hackl" maintainerEmail = "[EMAIL PROTECTED]" lastupdated = "2006/February/26" tagline = " " } \paper { ragged-last-bottom = ##f foot-separation = 0.5\cm left-margin = 2\cm line-width = 17\cm } \layout { indent = 0\cm } \score { { \set Staff.midiInstrument = "acoustic guitar (nylon)" \key e \minor \clef "G_8" \relative c' << { \partial 4 e8 fis g4 fis8-2 e dis4-4 e8 fis b,4 \barre #"II" { cis8-1 dis-4 e4-4 d8-4 c-1 b4 a8-2 } g fis4-4 g8 a b a g fis-4 e4-2 e'8 fis-2 g4 fis8 e dis4 e8 fis b,4 cis8 dis8 e4 d8 c b4 a8-1 g fis4.-3 g8 g2. \break \bar ":|:" b8 g d'4-4 a8-3 c-1 b4 g'8-4 d-3 e4 b8-4 d-2 c4-2 b8 a-3 gis4 a8 b c4 b8 a-3 a2. d8-4 a \break b4 g'8-4 d-3 e4 b8-4 d-2 c4-2 a'8-4 e-3 fis4-4 cis8-3 e d4-3 cis8-2 b \once \override Voice.Fingering #'padding = #1.5 \set fingeringOrientations =#'(right) 4.-\trill b8 b2. b'8 fis gis4-4 fis8-2 e a4-4 e8 g-3 fis4-1 e8 d-3 g4-4 \barre #"III" { d8 f-4 } e4-3 \barre #"VII" { a8-4 e-3} fis4-4 cis8-2 e-0 dis4-4 b2 e8 b \break c4-2 d8-2 a b4 c8-1 g a4 b8 fis g4 fis8 e-1 dis4-1 e8-1 fis g4 fis8-4-\trill e e2. } \\ \relative c { g8 fis-1 e4 a b-1 a g-3 fis-1 e fis-2 g-3 a b-1 a g-3 b-1 e,8 fis-1 g-3 fis e4 a b a g fis e fis g c-2 d-4 d \set fingeringOrientations =#'(left)2. g4-3 fis-2 d' g,-2 b-1 c-2 gis-3 a d e-2
Guitar Barre Example
Hello, you can find an example attached to this mail. It runs perfectly with Lily 2.8.0 Greetings Stefan Hackl [EMAIL PROTECTED] schrieb: Stefan, Thank you for the assist to that question! Would you please e-mail me a .ly file I can test? I tried to use it in one of my files, but it hung up. I'm using v2.7.38 John \version "2.8.0" barre = #(define-music-function (barre location str music) (string? ly:music?) (let ((spanned-music (let ((first-element #f) (last-element #f) (first-found? #f)) (music-map (lambda (m) (if (eqv? (ly:music-property m 'name) 'EventChord) (begin (if (not first-found?) (begin (set! first-found? #t) (set! first-element m))) (set! last-element m))) m) music) (if first-found? (begin (set! (ly:music-property first-element 'elements) (cons (make-music 'TextSpanEvent 'span-direction -1) (ly:music-property first-element 'elements))) (set! (ly:music-property last-element 'elements) (cons (make-music 'TextSpanEvent 'span-direction 1) (ly:music-property last-element 'elements) music))) (make-music 'SequentialMusic 'origin location 'elements (list #{ \once \override Voice . TextSpanner #'edge-text = #$(cons (format "C ~a" str) "") \once \override Voice . TextSpanner #'direction = #1 \once \override Voice . TextSpanner #'edge-height = #'(0 . 0.5) \once \override Voice . TextSpanner #'padding = #3 \once \override Voice . TextSpanner #'enclose-bounds = #1 #} spanned-music \header { title = "V. Bourrée" composer = "J. S. Bach (1685-1750)" opus = "BWV 996" subtitle = "aus Lautensuite e-Moll" mutopiatitle = "V. Bourée" mutopiacomposer = "BachJS" mutopiainstrument = "Guitar" source = "unknown" style = "Classical" copyright = "Edited 2006 by Stefan Hackl" maintainer = "Stefan Hackl" maintainerEmail = "[EMAIL PROTECTED]" lastupdated = "2006/February/26" tagline = " " } \paper { ragged-last-bottom = ##f foot-separation = 0.5\cm left-margin = 2\cm line-width = 17\cm } \layout { indent = 0\cm } \score { { \set Staff.midiInstrument = "acoustic guitar (nylon)" \key e \minor \clef "G_8" \relative c' << { \partial 4 e8 fis g4 fis8-2 e dis4-4 e8 fis b,4 \barre #"II" { cis8-1 dis-4 e4-4 d8-4 c-1 b4 a8-2 } g fis4-4 g8 a b a g fis-4 e4-2 e'8 fis-2 g4 fis8 e dis4 e8 fis b,4 cis8 dis8 e4 d8 c b4 a8-1 g fis4.-3 g8 g2. \break \bar ":|:" b8 g d'4-4 a8-3 c-1 b4 g'8-4 d-3 e4 b8-4 d-2 c4-2 b8 a-3 gis4 a8 b c4 b8 a-3 a2. d8-4 a \break b4 g'8-4 d-3 e4 b8-4 d-2 c4-2 a'8-4 e-3 fis4-4 cis8-3 e d4-3 cis8-2 b \once \override Voice.Fingering #'padding = #1.5 \set fingeringOrientations =#'(right) 4.-\trill b8 b2. b'8 fis gis4-4 fis8-2 e a4-4 e8 g-3 fis4-1 e8 d-3 g4-4 \barre #"III" { d8 f-4 } e4-3 \barre #"VII" { a8-4 e-3} fis4-4 cis8-2 e-0 dis4-4 b2 e8 b \break c4-2 d8-2 a b4 c8-1 g a4 b8 fis g4 fis8 e-1 dis4-1 e8-1 fis g4 fis8-4-\trill e e2. } \\ \relative c { g8 fis-1 e4 a b-1 a g-3 fis-1 e fis-2 g-3 a b-1 a g-3 b-1 e,8 fis-1 g-3 fis e4 a b a g fis e fis g c-2 d-4 d \set fingeringOrientations =#'(left)2. g4-3 fis-2 d' g,-2 b-1 c-2 gis-3 a d e-
Fitting to page
-- View this message in context: http://www.nabble.com/Fitting-to-page-t1363161.html#a3653192 Sent from the Gnu - Lilypond - User forum at Nabble.com. ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Error with jEdit's Lilytool
I am installing Lilypond under windows XP on a new computer, so I have downloaded the new Windows native version 2.8.0-5 (that does not need cygwin anymore) of Lilypond. I have also downloaded and installed jEdit 4.2 and the lastest version of Lilytool that seems to take the new native version into account. But when i try to run the Lilypond compilation I got this error message with jEdit : "Error running external command. See the activity log about the problem". I have seen the activity log but i don't see anything that could help. Does any one knows how to handle this ? Thank you. Thibaut Chevalier. ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
repeated lyrics / slurs in MIDI
Hi ho, I'm typesetting an longish choral piece with the latest 2.8 on OSX. [1] Is there a possibility to repeat lyrics (only to get nice code) like \repeat unfold 120 { blah } ? (Of course, \repeat doesn't work within lyricsmode.) [2] If i have something like a4. a4( a2) I'd like to hear only two notes in MIDI, that is, the slur should get "played". Is this possible? Or must I sponsor this as a new feature? Greetlings from Lake Constance --- fiëé visuëlle Henning Hraban Ramm http://www.fiee.net http://angerweit.tikon.ch/lieder/ http://www.cacert.org (I'm an assurer) ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: repeated lyrics / slurs in MIDI
Quoting fiëé visuëlle <[EMAIL PROTECTED]>: Hi ho, I'm typesetting an longish choral piece with the latest 2.8 on OSX. [1] Is there a possibility to repeat lyrics (only to get nice code) like \repeat unfold 120 { blah } ? (Of course, \repeat doesn't work within lyricsmode.) Are you sure? It certainly works over here! [2] If i have something like a4. a4( a2) I'd like to hear only two notes in MIDI, that is, the slur should get "played". Is this possible? Or must I sponsor this as a new feature? Have you ever heard about the difference between a tie and a slur? I guess you want a tie, not a slur, in this case. See the Tutorial (and the music glossary). /Mats ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
[no subject]
Hi, I'm trying to move some dynamics downards. From various places from the internet, I've come up with: \context Staff = violini <<\property Staff.DynamicLineSpanner \override #'direction = #-1\global\set Staff.instrument = "Violin I"\set Staff.instr = "Vln. I"\violini\override Staff.VerticalAxisGroup #'minimum-Y-extent = #'(-5 . 5) >> However, I get some kind of error about \property. (The dynamics I refer to by the way are attached to the notes in \violini. Cheers, Stewart ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: repeated lyrics / slurs in MIDI
Am 2006-03-29 um 22:47 schrieb Mats Bengtsson: [1] Is there a possibility to repeat lyrics (only to get nice code) like \repeat unfold 120 { blah } ? (Of course, \repeat doesn't work within lyricsmode.) Are you sure? It certainly works over here! Sorry for bothering you. Yes, it works; don't know how I thought to know that it wouldn't... (I guess I tried something different command in lyricmode last time that didn't work...) [2] If i have something like a4. a4( a2) I'd like to hear only two notes in MIDI, that is, the slur should get "played". Is this possible? Or must I sponsor this as a new feature? Have you ever heard about the difference between a tie and a slur? I guess you want a tie, not a slur, in this case. See the Tutorial (and the music glossary). No, I didn't. But now it's clear, thank you! (I guess there are a lot of musical details around that I never heard about...) Greetlings from Lake Constance --- fiëé visuëlle Henning Hraban Ramm http://www.fiee.net http://angerweit.tikon.ch/lieder/ http://www.cacert.org (I'm an assurer) ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
satb and pianoreduction
Hi, following the example given in the docs I typeset a 4 voice piece with automatic transcription of the 4 voices in a piano staff. Unfortunately the piece starts in the soprano with a stem-down note (the other voices resting). In the piano reduction, this voice retains the stem direction although it would be preferable if the soprano *always* has a stem up in the piano staff. In addition the rest in the alto voice is missing in the reduction. In Bar 3 of the piano reduction there is a similar problem in the alto voice, where the stem direction is up instead of down, Is there any way to define a fixed direction in the stem for the individual voices of the piano reduction without having to duplicate the source material? The source is attached. -- Orm \version "2.8.0" % Titel und Fußzeile: \header { % title = \markup { \column {"Choral" " "} } % composer = "J. S. Bach" tagline = "gesetzt mit LilyPond" } % Einstellungen für alle Stimmen: global = { \key f \minor % Tonart \time 4/4 % Metrum % \partial 4 % Auftakt 1 Viertelnote } %Musik: SopranNoten = \relative c'' { c2 des | c2. f4~ | f4 bes, es2 } AltNoten = \relative c' { r4 f2 bes4~ | bes4 as8 g as4 g8 f | g2. as8 g f4 } TenorNoten = \relative c' { r1 r r r } BassNoten = \relative c { r1 r r r } \score { % Die oberen vier Einzelsysteme: << \context ChoirStaff << \new Staff { \clef soprano % \clef G \set Staff.instrument = \markup { "Sopran" \hspace #2 } \context Voice = sopranos { << \global \SopranNoten >> } } \new Staff { \set Staff.instrument = \markup { "Alt" \hspace #2 } \clef alto % \clef G \context Voice = altos { << \global \AltNoten >> } } \new Staff { \set Staff.instrument = \markup { "Tenor" \hspace #2 } \clef tenor % \clef "G_8" \context Voice = tenors { <<\global \TenorNoten >> } } \new Staff { \set Staff.instrument = \markup { "Bass" \hspace #2 } \clef bass \context Voice = basses { <<\global \BassNoten >> } } >> %% Das Klaviersystem mit den zusammengefassten Stimmen: \new PianoStaff << \new Staff << \set PianoStaff.instrument = \markup { "Klavier" \hspace #2 } \set Staff.printPartCombineTexts = ##f \partcombine << \global \SopranNoten >> << \global \AltNoten >> >> \new Staff << \clef bass \set Staff.printPartCombineTexts = ##f \partcombine << \global \TenorNoten >> << \global \BassNoten >> >> >> >> % Definition des Layouts \layout { raggedright = ##t \context { % a little smaller so lyrics % can be closer to the staff \Staff minimumVerticalExtent = #'(-3 . 3) } } \midi { \tempo 4 = 94 } }___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: MIDI2ly
Ben gmail.com> writes: > > how can I use MIDI2ly? I'm unsure, since I'm using Windows. Can someone help me? > > Ben > go to start >> run type: cmd press enter type: midi2ly my_midi_file.mid press enter if everything works, it should convert it. Janco ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re:
On 29-Mar-06, at 1:10 PM, Stewart Holmes wrote: I'm trying to move some dynamics downards. From various places from the internet, I've come up with: Those "various places" are really old. See the manual, specifically chapter 10. - Graham ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Lilypond on Mac OSX Terminal
Hi all, I've been trying out Lilypond on OSX Tiger, and I'm trying to get the command line working, particularly the midi2ly. Reading the list archive, people are saying to "read the Readme file" that came with it, but I've so far been unable to find a Readme file. It seems that the zip just contains a single Application. The midi2ly file is in there, if you explicitly go in to explore the package, but I can't work out how to use it - calling it with python requires the "midi" module. Can anyone give slightly more explit instructions on what to do from here? Cheers! Joel ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
before-title-space with piece only
2.8.0 Should I expect before-title-space to work between the end a system and a header consistently only of piece? TIA, Paul Scott ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: satb and pianoreduction
> Is there any way to define a fixed direction in the stem for the > individual voices of the piano reduction without having to duplicate > the source material? I would apply the \tag functionality; see section 8.2.8 in the manual. Geoff ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Extra-long word durations
Every now and then, assigning durations to syllables really is easier than \lyricsto. I was trying it with long-duration notes and ran into a problem--\breve is not interpreted as a duration in Lyrics context. Given the definition of a word (anything up until the next space or digit), it's easy to understand why this is so, but there doesn't appear to be a useful way to achieve the same effect, nor is it explicit in the docs that this won't work. (I wasn't sure whether to call this a bug and send it to the bug list or to send it here. You see which won.) Geoff ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Lilypond on Mac OSX Terminal
On 28-Mar-06, at 20:26, Joel Gilmore wrote: Hi all, I've been trying out Lilypond on OSX Tiger, and I'm trying to get the command line working, particularly the midi2ly. Reading the list archive, people are saying to "read the Readme file" that came with it, but I've so far been unable to find a Readme file. It seems that the zip just contains a single Application. The midi2ly file is in there, if you explicitly go in to explore the package, but I can't work out how to use it - calling it with python requires the "midi" module. Can anyone give slightly more explit instructions on what to do from here? Try the following: See if you have a file called ".profile" in your home folder (i.e. in the folder with your name on it). Note that the file name starts with a dot. If there isn't a file with that name, create it. In your .profile somewhere, add this line: export PATH=$PATH:/Applications/LilyPond.app/Contents/Resources/bin Make sure there's a blank line (i.e. a return) at the very end of the file Hope that works. David ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Using Lilypond with LaTeX
I'm incorporating musical examples into a textbook using lines like this: \begin{center} \includegraphics*[viewport=62 700 550 830]{AtoG.pdf} \end{center} The pdf in the above example contains a single staff. When the book is rendered, the graphic extends too far into the right margin. My question is twofold: 1. How can I reduce the size of the staff? 2. Is there a way to temporarily expand the left margin? ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
2.8.0 \flat in quotes
\version "2.8.0" This doesn't work: { c''1^\markup{ "B \flat" } } These work: { c''1^\markup{ B \flat } } { c''1^\markup{ \line{ B \flat } } } I needed something to work in \column. I first tried the quotes which didn't work and then \line which did. I would prefer the quotes to work. Is this a bug? Thanks, Paul Scott ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
avoid-slur
Yesterday, I wrote on lilypond-users: > ... with 2.8 I get a lot ot warning messages such as > > --- > AVERTISSEMENT : Ignoring grob for slur. avoid-slur not set? > --- > OK. I wonder why, for Script grobs, the avoid-slur property has no default value, whereas a default value is defined for TextScript... -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Guy DURRIEU ONERA/TIS/DTIMtel(33) 05.62.25.26.59 CERT, 2, avenue Edouard Belin B.P. 4025 fax(33) 05.62.25.25.93 31055 TOULOUSE CEDEX 4 FRANCE e-mail [EMAIL PROTECTED] =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Using Lilypond with LaTeX
S L Raymond wrote: > I'm incorporating musical examples into a textbook using lines like > this: > > \begin{center} > \includegraphics*[viewport=62 700 550 830]{AtoG.pdf} > \end{center} > > The pdf in the above example contains a single staff. When the book is > rendered, the graphic extends too far into the right margin. My > question is twofold: > > 1. How can I reduce the size of the staff? > 2. Is there a way to temporarily expand the left margin? > > > ___ > lilypond-user mailing list > lilypond-user@gnu.org > http://lists.gnu.org/mailman/listinfo/lilypond-user > > Is there any reason why you can't use lilypond-book? (I know it's been a bit funny on certain platforms lately). Cam ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Using Lilypond with LaTeX
On 29-Mar-06, at 8:52 PM, S L Raymond wrote: I'm incorporating musical examples into a textbook using lines like this: \begin{center} \includegraphics*[viewport=62 700 550 830]{AtoG.pdf} \end{center} The pdf in the above example contains a single staff. When the book is rendered, the graphic extends too far into the right margin. My question is twofold: 1. How can I reduce the size of the staff? 2. Is there a way to temporarily expand the left margin? If you're really using \includegraphics, then I'd look for answers in a LaTeX-specific group (or in their documentation). For a more Lilypondian way of doing this, why not use lilypond-book? Cheers, - Graham ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Overlapping articulation
The following outputs an "e" with a fermata under it & an "mf" articulation which is touching the fermata in lilypond 2.8.0 while they are output as 2 articulations seperated from each other in 2.6.5. e4_\fermata\mf 1- Why did this change in 2.8.0? 2- How can this be overriden in 2.8.0 especially that these articulations relate to the same note? Thank you 2.6.5.png Description: PNG image 2.8.0.png Description: PNG image ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Using Lilypond with LaTeX
I was avoiding using lilypond-book because the \include statement just seemed easier. Although, you may have just answered my next question, which would have had to do with including multiple-page pdf's. On Thu, 2006-03-30 at 17:18 +1100, Cameron Horsburgh wrote: > S L Raymond wrote: > > I'm incorporating musical examples into a textbook using lines like > > this: > > > > \begin{center} > > \includegraphics*[viewport=62 700 550 830]{AtoG.pdf} > > \end{center} > > > > The pdf in the above example contains a single staff. When the book is > > rendered, the graphic extends too far into the right margin. My > > question is twofold: > > > > 1. How can I reduce the size of the staff? > > 2. Is there a way to temporarily expand the left margin? > > > > > > ___ > > lilypond-user mailing list > > lilypond-user@gnu.org > > http://lists.gnu.org/mailman/listinfo/lilypond-user > > > > > Is there any reason why you can't use lilypond-book? (I know it's been a > bit funny on certain platforms lately). > > Cam ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: satb and pianoreduction
Am 29. März 2006, 19:07 Uhr (-0500) schrieb Geoff Horton: > > I would apply the \tag functionality; see section 8.2.8 in the manual. Thanks, that worked. There remains the problem of the missing quarter rest at the downbeat of bar 1 in the piano reduction. Can somebody point me to the docs on how to make the rest explicitly visible? -- Orm \version "2.8.0" % Titel und Fußzeile: \header { % title = \markup { \column {"Choral" " "} } % composer = "J. S. Bach" tagline = "gesetzt mit LilyPond" } % Einstellungen für alle Stimmen: global = { \key f \minor % Tonart \time 4/4 % Metrum % \partial 4 % Auftakt 1 Viertelnote } %Musik: SopranNoten = \relative c'' { \tag #'piano \stemUp c2 des | c2. f4~ | f4 bes, es2 } AltNoten = \relative c' { \tag #'piano \stemDown r4 f2 bes4~ | bes4 as8 g as4 g8 f | g2. \stemDown as8 g f4 } TenorNoten = \relative c' { \tag #'piano \stemUp r1 r r r } BassNoten = \relative c { \tag #'piano \stemDown r1 r r r } \score { % Die oberen vier Einzelsysteme: << \context ChoirStaff << \new Staff { \clef soprano % \clef G \set Staff.instrument = \markup { "Sopran" \hspace #2 } \context Voice = sopranos { << \global \removeWithTag #'piano \SopranNoten >> } } \new Staff { \set Staff.instrument = \markup { "Alt" \hspace #2 } \clef alto % \clef G \context Voice = altos { << \global \removeWithTag #'piano \AltNoten >> } } \new Staff { \set Staff.instrument = \markup { "Tenor" \hspace #2 } \clef tenor % \clef "G_8" \context Voice = tenors { <<\global \removeWithTag #'piano \TenorNoten >> } } \new Staff { \set Staff.instrument = \markup { "Bass" \hspace #2 } \clef bass \context Voice = basses { <<\global \removeWithTag #'piano \BassNoten >> } } >> %% Das Klaviersystem mit den zusammengefassten Stimmen: \new PianoStaff << \new Staff << \set PianoStaff.instrument = \markup { "Klavier" \hspace #2 } \set Staff.printPartCombineTexts = ##f \partcombine << \global \SopranNoten >> << \global \AltNoten >> >> \new Staff << \clef bass \set Staff.printPartCombineTexts = ##f \partcombine << \global \TenorNoten >> << \global \BassNoten >> >> >> >> % Definition des Layouts \layout { raggedright = ##t \context { % a little smaller so lyrics % can be closer to the staff \Staff minimumVerticalExtent = #'(-3 . 3) } } \midi { \tempo 4 = 94 } }___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: 2.8.0 \flat in quotes
If you put something within double quotes, LilyPond will treat it as a single character string. In my opinion, this makes perfect sense. How else would you for example be able to print the text "\flat" in you needed it? /Mats Paul Scott wrote: \version "2.8.0" This doesn't work: { c''1^\markup{ "B \flat" } } These work: { c''1^\markup{ B \flat } } { c''1^\markup{ \line{ B \flat } } } I needed something to work in \column. I first tried the quotes which didn't work and then \line which did. I would prefer the quotes to work. Is this a bug? Thanks, Paul Scott ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user -- = Mats Bengtsson Signal Processing Signals, Sensors and Systems Royal Institute of Technology SE-100 44 STOCKHOLM Sweden Phone: (+46) 8 790 8463 Fax: (+46) 8 790 7260 Email: [EMAIL PROTECTED] WWW: http://www.s3.kth.se/~mabe = ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Using Lilypond with LaTeX
Graham Percival wrote: > > On 29-Mar-06, at 8:52 PM, S L Raymond wrote: > >> I'm incorporating musical examples into a textbook using lines like >> this: >> >> \begin{center} >> \includegraphics*[viewport=62 700 550 830]{AtoG.pdf} >> \end{center} >> >> The pdf in the above example contains a single staff. When the book is >> rendered, the graphic extends too far into the right margin. My >> question is twofold: >> >> 1. How can I reduce the size of the staff? >> 2. Is there a way to temporarily expand the left margin? > > If you're really using \includegraphics, then I'd look for answers in a > LaTeX-specific group (or in their documentation). For a more > Lilypondian way of doing this, why not use lilypond-book? > > Cheers, > - Graham > > > > ___ > lilypond-user mailing list > lilypond-user@gnu.org > http://lists.gnu.org/mailman/listinfo/lilypond-user > > Heh heh, `Lilypondian.' Does that word need to be documented? ;-) Cam ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: MIDI2ly
I prefer to start the command prompt from Start Menu -> Programs -> Accessories -> Command Prompt Also, you have to make sure that the command prompt is in the correct folder. Use the command 'cd' to change folder (run 'cd /?' to learn how it works, or read some introduction to DOS). /Mats Janco Verduin wrote: Ben gmail.com> writes: how can I use MIDI2ly? I'm unsure, since I'm using Windows. Can someone help me? Ben go to start >> run type: cmd press enter type: midi2ly my_midi_file.mid press enter if everything works, it should convert it. Janco ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user -- = Mats Bengtsson Signal Processing Signals, Sensors and Systems Royal Institute of Technology SE-100 44 STOCKHOLM Sweden Phone: (+46) 8 790 8463 Fax: (+46) 8 790 7260 Email: [EMAIL PROTECTED] WWW: http://www.s3.kth.se/~mabe = ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Overlapping articulation
Kamal wrote: The following outputs an "e" with a fermata under it & an "mf" articulation which is touching the fermata in lilypond 2.8.0 while they are output as 2 articulations seperated from each other in 2.6.5. e4_\fermata\mf 1- Why did this change in 2.8.0? Don't know. Maybe some default parameter was changed. However, it may actually be a bug, so I forward it to bug-lilypond. 2- How can this be overriden in 2.8.0 especially that these articulations relate to the same note? Since one of them is an articulation and one is a dynamic indication, there are no problems to adjust them separately. See the section on "Dynamics" for the dynamic indication and the section on "Common Tweaks" for the fermata. /Mats ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Using lilypond-book with 2.8.0 on Windows XP
See http://lists.gnu.org/archive/html/lilypond-user/2006-03/msg00435.html /Mats Stefan Hackl wrote: Hello, I am trying to use lilypond-book on windows XP version of 2.8.0. Unfortunately I get an error: E:\Documents\Latex\Latex-Handbücher\> lilypond-book --output=out --psfonts test.tex lilypond-book.py (GNU LilyPond) 2.8.0 Reading test.tex... Running latex...Traceback (most recent call last): File "C:\Programme\LilyPond\usr\bin\lilypond-book.py", line 1762, in ? main () File "C:\Programme\LilyPond\usr\bin\lilypond-book.py", line 1716, in main chunks = do_file (file) File "C:\Programme\LilyPond\usr\bin\lilypond-book.py", line 1611, in do_file set_default_options (source) File "C:\Programme\LilyPond\usr\bin\lilypond-book.py", line 759, in set_default_options textwidth = get_latex_textwidth (source) File "C:\Programme\LilyPond\usr\bin\lilypond-book.py", line 1416, in get_latex_textwidth ly.system ('latex %s' % tmpfile, be_verbose=global_options.verbose) File "C:\Programme\LilyPond\usr\share\lilypond\current\python\lilylib.py", line 95, in system stderr=stdout_setting) File "C:\Programme\LilyPond\usr\lib\python2.4\subprocess.py", line 542, in __init__ errread, errwrite) File "C:\Programme\LilyPond\usr\lib\python2.4\subprocess.py", line 899, in _execute_child errpipe_read, errpipe_write = os.pipe() AttributeError: 'module' object has no attribute 'pipe' Process lilypond-book exited with code 1 Does anyone know how to use lilypond-book on Windows? greetings Stefan Hackl ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user -- = Mats Bengtsson Signal Processing Signals, Sensors and Systems Royal Institute of Technology SE-100 44 STOCKHOLM Sweden Phone: (+46) 8 790 8463 Fax: (+46) 8 790 7260 Email: [EMAIL PROTECTED] WWW: http://www.s3.kth.se/~mabe = ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user