Re: Why does skip cause extender line to grow?

2019-10-09 Thread Patrick Karl
On 10/8/19 1:58 PM, Kieren MacMillan wrote: Hi Patrick, I don't understand why the extender includes the d4 in the third measure. Because you didn’t tell it to stop extending. ;) I thought the single "__" initiated an extender that ended either at the end of the current note, in the case of

Why does skip cause extender line to grow?

2019-10-08 Thread Patrick Karl
Consider the following snippet: \version "2.19.83" music = \relative c' {     c1~ c1     d4 e f g } words = \lyricmode {  Tra __  \skip 1 la la la } \score { \new Staff \music \addlyrics \words } The output is (also attached): I don't understand why the extender includes the d4 in the

Re: pageBreak causes multiple ChoirStaff or StaffGroup System Start Delimiters

2019-08-10 Thread Patrick Karl
On 8/10/19 12:10 PM, Mark Stephen Mrotek wrote: \version "2.19.81" \score {     {   \new StaffGroup <<   \new Staff c''1   \new Staff c''1  >>} } \pageBreak     {   \new StaffGroup <<   \new Staff   d''1   \new Staff d''1 >>} Yes, that's

Re: pageBreak causes multiple ChoirStaff or StaffGroup System Start Delimiters

2019-08-10 Thread Patrick Karl
On 8/10/19 10:34 AM, David Wright wrote: On Sat 10 Aug 2019 at 09:58:21 (-0500), Patrick Karl wrote: On 8/9/19 11:40 AM, Mark Stephen Mrotek wrote: Patrick, Not sure about the page break. Is this what you want? Well, not really.  If you'll reread the subject I wrote, I'm looking to get

Re: pageBreak causes multiple ChoirStaff or StaffGroup System Start Delimiters

2019-08-10 Thread Patrick Karl
;<   \new Staff { d''1 }   \new Staff d''1 >>   >>    } } *From:*lilypond-user [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] *On Behalf Of *Patrick Karl *Sent:* Friday, August 09, 2019 9:35 AM *To:* lilypond-user *Subject:* pageBreak causes m

pageBreak causes multiple ChoirStaff or StaffGroup System Start Delimiters

2019-08-09 Thread Patrick Karl
The following snippet generates a StaffGroup with two staves followed by a second similar StaffGroup on a second page: \score {     {   \new StaffGroup <<   \new Staff c''1   \new Staff c''1  >>   \new StaffGroup <<   \new Staff {  \pageBreak d''1 }  

Re: v2.19.82 documentation unusable?

2018-11-23 Thread Patrick Karl
ote: > > Thomas Morley mailto:thomasmorle...@gmail.com>> > writes: > >> Am Do., 22. Nov. 2018 um 23:49 Uhr schrieb Patrick Karl : >>> >>> I have lately been trying to move from v2.19.81 to 2.19.82. The >>> biggest problem I see at this early

v2.19.82 documentation unusable?

2018-11-22 Thread Patrick Karl
I have lately been trying to move from v2.19.81 to 2.19.82. The biggest problem I see at this early stage is that v2.19.82 documentation is apparently dependent upon a new font, Emmentaler-20. Or at least I get an error message such as: Cannot find or create the font Emmentaler-20. Some

Re: Hairpin.to-barline doesn't always work

2018-07-25 Thread Patrick Karl
read the section of the Notation RM dealing with the to-barline property of Spanners (5.4.6), and haven't seen an explanation of this behavior. 2018-07-21 5:08 GMT+02:00 Patrick Karl <mailto:jpk...@gmail.com>>: Section 5.4.6 of the Notation RM states: /The

Hairpin.to-barline doesn't always work

2018-07-20 Thread Patrick Karl
Section 5.4.6 of the Notation RM states: /The|to-barline|property/ The second useful property of the|spanner-interface|is|to-barline|. By default this is true, causing hairpins and other spanners which are terminated on the first note of a measure to end instead on the

\set Staff.tempoHideNote not working

2018-07-19 Thread Patrick Karl
Neither of the following attempts at hiding the "quarter note = nnn" works: { \set Staff.tempoHideNote = ##t   \tempo "Allegro" 4=120   c''4 d'' e'' f'' } { \tempo "Allegro" \set Staff.tempoHideNote = ##t   \tempo 4=120   c''4 d'' e'' f'' } I think the first one should clearly work, but it

Re: Extra space at the beginning of the bar

2018-03-25 Thread Patrick Karl
> On Mar 25, 2018, at 2:56 AM, lilypond-user-requ...@gnu.org wrote: > > Message: 2 > Date: Sat, 24 Mar 2018 22:57:18 -0400 > From: Kieren MacMillan > To: paolo prete > Cc: Lilypond-User Mailing List > Subject: Re:

Re: How to end a melisma

2017-11-02 Thread Patrick Karl
On 10/31/17 7:19 PM, Simon Albrecht wrote: On 31.10.2017 18:09, pkarl wrote: I'm trying to figure out the correct way to have LilyPond, v2.19.53, generate the attached score, which is for an instrument and a singer, but the singer doesn't sing all the notes that the instrumentalist plays.

Trouble coloring Ambitus ledger lines

2017-01-07 Thread Patrick Karl
On 9 Jul 2016 I submitted a report titled: Problem coloring Ambitus ledger-lines. A work-around quickly came (thanks Thomas Morley) consisting of inserting the following code at the beginning of the music: \once \override Staff.LedgerLineSpanner.color = #grey \grace s128 \stopStaff

musicxml2ly makes an apparently defective lilypond file

2016-12-14 Thread Patrick Karl
So, I have the following lilypond file, named test.ly: \version "2.19.46" music = { c'' } \score { \new Staff \music \layout { } \midi { } } I compile it so: lilypond test.ly which generates a pdf file and a midi file. I open the midi file in Musescore 2.0.3.1 and export an xml

Fwd: Re: v2.19.47 on Mac x86

2016-09-04 Thread Patrick Karl
Forwarded Message Subject:Re: v2.19.47 on Mac x86 Date: Sun, 4 Sep 2016 15:16:03 -0500 From: Patrick Karl <jpk...@gmail.com> To: Jacques Menu Muzhic <imj-muz...@bluewin.ch> Message: 5 Date: Sun, 4 Sep 2016 17:41:42 +0200 From: Jacques Menu Muz

Strange font change in v2.19.45

2016-07-27 Thread Patrick Karl
Consider the following MWE: \version "2.19.45" \header { title = "My Title" composer = "My Composer" poet = "My Poet" } \paper { ragged-right = ##t } A = \relative g' { c1 } \book { \bookOutputSuffix "Score1" \score { \new Staff \with { instrumentName = "Alto" } \A

Re: Problem coloring Ambitus ledger-lines

2016-07-21 Thread Patrick Karl
On 7/9/16 9:51 AM, Thomas Morley wrote: 2016-07-09 16:22 GMT+02:00 Patrick Karl <jpk...@gmail.com>: The following MWE: \version "2.19.38" music = { c'4 c''' r2 } \score { \new Staff \music \layout { \context { \Staff \consists &

Problem coloring Ambitus ledger-lines

2016-07-09 Thread Patrick Karl
The following MWE: \version "2.19.38" music = { c'4 c''' r2 } \score { \new Staff \music \layout { \context { \Staff \consists "Ambitus_engraver" \with { \override AmbitusNoteHead.color = #red \override AmbitusLine.color = #red %

Re: score as footnote/footer

2016-04-18 Thread Patrick Karl
Message: 2 > Date: Mon, 18 Apr 2016 23:12:55 +0200 > From: Simon Albrecht > To: Kieren MacMillan , bart deruyter > > Cc: Lilypond-User Mailing List > Subject: Re: score as

Re: music patterns and octave

2016-03-09 Thread Patrick Karl
> Message: 1 > Date: Wed, 9 Mar 2016 01:07:47 +0100 > From: Gianmaria Lari > To: lilypond-user > Subject: Re: music patterns and octave > > > Then please have a look to the code I *would* like to write to obtain it. > Do you know if does exist

Re: music patterns and octave

2016-03-08 Thread Patrick Karl
> \ > Message: 2 > Date: Wed, 9 Mar 2016 01:20:47 +0100 > From: Gianmaria Lari > To: Thomas Morley > Cc: lilypond-user > Subject: Re: music patterns and octave > > Do you know if does exist something to set > the

page-count problem

2016-02-22 Thread Patrick Karl
I don't understand why the following snippet doesn't generate a 3-page pdf. It would seem that either page-count=3 or systems-per-page=8 would accomplish that, but I always get a two-page pdf with 12 systems/page with any combination of the above two settings. \version "2.19.35" \paper {

positioning a rest

2016-02-12 Thread Patrick Karl
I'm trying to duplicate the following measure: My attempt: \version "2.19.32" { \new Staff << \time 3/4 \new Voice { \oneVoice r4 r \voiceOne g' } \new Voice { \voiceTwo s4 c'2 } >> } This works fine for everything but the second quarter-rest, which is

\addlyrics affects midi channel selection

2016-01-06 Thread Patrick Karl
The following snippet: \version "2.19.32" S = \relative c'' { c d e f } SLyrA = \lyricmode { tra la la la } T = \relative c'' { c d e f } \score { << \new Staff \S \addlyrics \SLyrB \new Staff \T >> \layout {} \midi {} } generates a midi file

Re: \addlyrics affects midi channel selection

2016-01-06 Thread Patrick Karl
On 1/6/16 12:58 PM, Simon Albrecht wrote: On 06.01.2016 19:55, Patrick Karl wrote: The following snippet: \version "2.19.32" S = \relative c'' { c d e f } SLyrA = \lyricmode { tra la la la } T = \relative c'' { c d e f } \score { << \new Staff \S

Re: Segmentation Fault in music with cueDuring

2015-12-30 Thread Patrick Karl
On 12/29/15 6:58 PM, Simon Albrecht wrote: On 30.12.2015 01:06, Patrick Karl wrote: On 12/29/15 5:53 PM, Simon Albrecht wrote: Hello Pat, this is definitely a bug, I’d say. I’ll write to the bug list. Two or three policy issues with this: 1. Don’t hijack existing threads, if your message has

Re: Segmentation Fault in music with cueDuring

2015-12-30 Thread Patrick Karl
oted chords, resulting in a segmentation fault. (Since quoted chords do work, why doesn't music-quotes-info show them?) So I'm not sure whether it's a documentation issue or defect or an enhancement or both. Simon, I answered here on user-list

Re: Segmentation Fault in music with cueDuring

2015-12-29 Thread Patrick Karl
ewline. That leaves Scheme expressions. I would say I can easily find many examples of exactly the style I choose in the NR. Thank you, Simon On 29.12.2015 20:38, Patrick Karl wrote: The following snippet contains three \score's, the third one commented out: %%% Begin snippet %%% \version "2.19

Segmentation Fault in music with cueDuring

2015-12-29 Thread Patrick Karl
The following snippet contains three \score's, the third one commented out: %%% Begin snippet %%% \version "2.19.32" music = { \tag #'noCues R1 \tag #'Cues {\cueDuring #"cueNotes" #DOWN R1 }% 1 d''8( e'' f'') r r2% 2 } cueNotes = \relative

Re: Segmentation Fault in music with cueDuring

2015-12-29 Thread Patrick Karl
On 12/29/15 5:59 PM, Simon Albrecht wrote: On 30.12.2015 00:53, Simon Albrecht wrote: this is definitely a bug, I’d say. I’ll write to the bug list. FWIW, I created a tracker issue directly: How did you get that log output, i.e. how

cue note fontsize inherited by uncued notes?

2015-12-26 Thread Patrick Karl
The output from the following snippet seems odd: \version "2.19.32" A = \relative c'' { c4 b a g c b a g% 1-2 } \addQuote "A" \A SWithCues = \relative c'' { % R1 \cueDuring #"A" #UP R1% 1 g4 a b c % 2 } { \SWithCues } The notes in

Re: cue note fontsize inherited by uncued notes?

2015-12-26 Thread Patrick Karl
initial R1 avoid the problem? Is it a general concept that cuing notes need to be put into a separate voice? Thanks for the answer. JM Le 26 déc. 2015 à 17:00, Patrick Karl <jpk...@gmail.com> a écrit : The output from the following snippet seems odd: \version "2.19.32" A = \r

placement of \trill script

2015-06-27 Thread Patrick Karl
I am having a problem with the following snippet: \version 2.19.20 { \new PianoStaff \new Staff { \relative c'' { \new Voice=first { \voiceOne b8 a a2 \oneVoice r4 } \new Voice=second { \voiceTwo d,8 e fis\trill d2} } } \new Staff {

modern-cautionary accidentals

2015-06-07 Thread Patrick Karl
The discussion of Automatic Accidentals in the Chapter 1 of the Notation Manual says:modern-cautionaryThis rule is similar to modern, but the ‘extra’ accidentals (the ones not typesetby default) are typeset as cautionary accidentals. They are by default printedwith parentheses, but they can also

Re: How to recognize Voice-continuation?

2015-03-27 Thread Patrick Karl
Message: 1 Date: Fri, 27 Mar 2015 02:26:32 +0100 From: Thomas Morley thomasmorle...@gmail.com Subject: How to recognize Voice-continuation? consider the (artificial) code below. In my naivity I expected that voice-b would be recognized as it works for voice-a I.e. the three triggering

Cue notes included in ambitus

2015-03-23 Thread Patrick Karl
Consider the following snippet: \version 2.19.17 music = \relative c'' { \clef treble \new CueVoice { \set instrumentCueName = Bass } \cueDuringWithClef #Bass #DOWN #bassR1 g4 a b c } Bass = \relative g { \clef bass g,2 d' } \addQuote Bass \Bass \score {

Re: lilypond-user Digest, Vol 137, Issue 62

2015-02-14 Thread Patrick Karl
I have run into a couple of anomalies with the \articulate command and the abbreviation rit. First, \version 2.19.15 \include articulate.ly \score{ \unfoldRepeats \articulate \new ChoirStaff \new Staff c-rit. \new Staff c-rit. \layout { } \midi { } }

Re: lilypond-book

2012-06-18 Thread Patrick Karl
/archive/html/lilypond-user/attachments/20120618/88e7ee84/attachment.pdf was not found on this server. Apache/2.2.14 Server at lists.gnu.org Port 80 -- Patrick Karl ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org

Invalid URLs in the lilypond-user Digests

2012-06-03 Thread Patrick Karl
I have a question about the format of the lilypond-user Digests, namely, about the form of URLs given for scrubbed attachments, such as the last line below. The curious thing about that URL - and, indeed, all such URLs in the Digests - is that it is not a valid link. Clicking on it will

Re: Different staff sizes

2012-05-07 Thread Patrick Karl
In lilypond-user Digest, Vol 114, Issue 19, on 7 May 2012 Eluze wrote: Message: 8 Date: Mon, 07 May 2012 15:54:57 +0200 From: Eluze elu...@gmail.com Subject: Re: Different staff sizes Message-ID: 4fa7d431.7040...@gmail.com you can override the staff-space of the staffsymbol like that:

Re: Blank pages within a score Version 2.14.2

2012-03-14 Thread Patrick Karl
Message: 1 Date: Wed, 14 Mar 2012 14:21:28 - From: Peter Gentry peter.gen...@sunscales.co.uk To: lilypond-user@gnu.org Subject: Blank pages within a score Version 2.14.2 Message-ID: 95B3725ABDE2433BB4E51D0C33B05BE2@PeterVista Content-Type: text/plain; charset=us-ascii I have found

Re: lilypond-user Digest, Vol 112, Issue 47

2012-03-10 Thread Patrick Karl
On Mar 10, 2012, at 1:35 PM, James pkx1...@gmail.com wrote: Message: 6 Date: Sat, 10 Mar 2012 19:34:40 + From: James pkx1...@gmail.com To: Peter O'Doherty m...@peterodoherty.net Cc: lilypond-user@gnu.org Subject: Re: tupletFullLength clashes with barline Message-ID:

Printing bar numbers for partial measures

2012-02-22 Thread Patrick Karl
The Notation Reference states that: Bar numbers are typeset by default at the start of every line except the first line. And there is an official snippet which shows how to get the bar number printed even at the first line. However, there is apparently an issue if the first measure on a line

Re: Is there an equivalent of #define ... #ifndef ... #endif in lilypond?

2012-02-19 Thread Patrick Karl
Message: 1 Date: Sun, 19 Feb 2012 09:58:23 +0100 From: Helge Kruse helge.kruse-nos...@gmx.net To: lilypond-user@gnu.org Subject: Re: Is there an equivalent of #define ... #ifndef ... #endif in lilypond? Message-ID: 4f40b9af.5040...@gmx.net Content-Type: text/plain;

Re: Collision between tie and pitched trill

2012-01-20 Thread Patrick Karl
\version 2.14.2 \relative g'' { \pitchedTrill g1 ~ \startTrillSpan bes g2 No collision with: \pitchedTrill g1_ ~ \startTrillSpan bes g2 } 2012/1/19 Patrick Karl pck...@mac.com Message: 2 Date: Thu, 19 Jan 2012 00:34:09 -0200 From: Caio Barros caio.bar...@gmail.com To: Keith

Re: Collision between tie and pitched trill

2012-01-19 Thread Patrick Karl
Message: 2 Date: Thu, 19 Jan 2012 00:34:09 -0200 From: Caio Barros caio.bar...@gmail.com To: Keith OHara k-ohara5...@oco.net Cc: lilypond-user@gnu.org Subject: Re: Collision between tie and pitched trill Yes, but it's still a collision. It looks ok at 2.14.2. I don't see a collision.

Lilypondtool/jEdit problem

2011-12-04 Thread Patrick Karl
to jEdit 4.4.2 and Lilypondtool 2.14.2017, but the above described behaviors persist. Thanks, Patrick Karl Since then I have found another bad behavior, namely, I can't get the LilyPond PDF Preview window to show more than a single page. I am forced to use Preview.app for output greater than

Don't understand this error

2011-11-13 Thread Patrick Karl
The following snippet: \version 2.14.2 notes = \relative b' {a b c d} \score {\new Staff { \notes } \layout { } } \break \score {\new Staff { \transpose c c' \notes } \layout { } } generates the following error: test.ly:10:0: error: syntax error, unexpected \score,

Problem with Tags

2011-11-13 Thread Patrick Karl
I'm having a problem trying to learn how to use tags. The following snippet: \version 2.14.2 music = \relative c' { \tag #' low {c} \tag #' high {c'} d e f g a b c } \score {\new Staff { \keepWithTag #'low \music } \layout { } } \score {\new Staff {

Setting staff size for individual scores

2011-08-26 Thread Patrick Karl
Reading the documentation in Notation:4.2.2: Setting the staff size, one thinks that one can set the staff size for all scores in an input file by using the set-global-staff-size function, or one can set the staff size for each individual score in an input file by using the

Unslurred acciaccatura?

2011-08-21 Thread Patrick Karl
Is it possible in LilyPond to generate an unslurred acciaccatura? Or, possibly equivalently, is it possible to generate a grace note with a slashed stem? (I'm engraving a piece from a Corelli manuscript which contains several of these.) ___

Re:articulate problem (Marc Hohl)

2011-08-20 Thread Patrick Karl
Message: 2 Date: Fri, 19 Aug 2011 21:36:25 +0200 From: Marc Hohl m...@hohlart.de To: lilypond-user@gnu.org Subject: Re: articulate problem Message-ID: 4e4ebb39.6060...@hohlart.de Content-Type: text/plain; charset=ISO-8859-1; format=flowed Am 19.08.2011 19:13, schrieb Patrick Karl: I

articulate problem

2011-08-19 Thread Patrick Karl
I am having a problem with the \articulate command in LilyPond 2.14.1 on a mac with OSX 10.6.8. For example, with the lilypond input file (I call it articulate_problem.ly): \version 2.14.1 \include articulate.ly music = \relative b' { a b c d a2 b

\repeat unfold behavior

2011-08-04 Thread Patrick Karl
I discovered that the \repeat unfold 2 in: \relative a' { \repeat unfold 2 {a' b c} } is not equivalent to: a' b c a' b c but rather to: a' b c a b c That surprised me. I have not been able to find any documentation in Notation about this behavior.

Re: how to color a repeat bar line?

2011-08-03 Thread Patrick Karl
At least one digest has appeared since I sent this, but it hasn't appeared yet. I am assuming my original submission has been lost. On Aug 2, 2011, at 8:23 PM, Patrick Karl wrote: On Aug 2, 2011, at 6:55 PM, James Lowe wrote: Hello, From

Re:how to color a repeat bar line?

2011-08-03 Thread Patrick Karl
Message: 8 Date: Wed, 3 Aug 2011 20:36:58 +0200 From: Xavier Scheuer x.sche...@gmail.com To: harm6 thomasmorle...@googlemail.com Cc: lilypond-user@gnu.org Subject: Re: how to color a repeat bar line? Message-ID: CADGqHRe7=Jt0NRLfXAsFV=9we-N3P1Ye1XaD4mnNQWsBnv=h...@mail.gmail.com

how to color a repeat bar line?

2011-08-02 Thread Patrick Karl
I would like to color the initial repeat bar line of a volta. I tried the following: \version 2.14.1 \relative g' { \repeat volta 2 { a b c d } \break \once \override Staff.BarLine #'color = #red \repeat volta 2 { d c b a } } but this colors not only the

Re: how to color a repeat bar line?

2011-08-02 Thread Patrick Karl
On Aug 2, 2011, at 6:55 PM, James Lowe wrote: Hello, From: lilypond-user-bounces+james.lowe=datacore@gnu.org [lilypond-user-bounces+james.lowe=datacore@gnu.org] on behalf of Patrick Karl [pck...@mac.com] Sent: 03 August 2011 00:29

Re: Regarding \break and multimeasure rests

2011-07-06 Thread Patrick Karl
Message: 4 Date: Wed, 6 Jul 2011 05:13:57 -0400 From: Hwaen Ch'uqi hwaench...@gmail.com To: lilypond-user@gnu.org Subject: Regarding \break and multimeasure rests. Message-ID: CAFRM3_2Ly4Ag-B11xCF18xY1pJkv-Eb_=h6g2ckcvdy-eb7...@mail.gmail.com Content-Type: text/plain;

Request help with cueDuring

2011-06-27 Thread Patrick Karl
The snippet below is extracted from the 1st 6 measures of Pachelbel's Kanon. I am trying to insert cue notes into the parts for the soprano and the alto. The soprano cue notes are taken from the bass line, while the alto cue notes are taken from the soprano line. However, the alto cue notes

Re: list of changes in minor versions

2011-06-22 Thread Patrick Karl
Date: Wed, 22 Jun 2011 10:20:57 +0100 From: Graham Percivalgra...@percival-music.ca To: Marc Mouriesm...@mouries.net Cc: lilypond-userlilypond-user@gnu.org Subject: Re: list of changes in minor versions Message-ID:20110622092057.GA26249@futoi Content-Type: text/plain; charset=us-ascii On Tue,

Still puzzled by the format of so-called URLs in lilypond-user Digest

2011-06-21 Thread Patrick Karl
On 6/21/2011 8:44 AM, in lilypond-user Digest, Vol 103, Issue 73, lilypond-user-requ...@gnu.org wrote: A non-text attachment was scrubbed... Name: ChordSlur.pdf Type: application/force-download Size: 22869 bytes Desc: not available

What do these warnings mean and why are they occurring?

2011-06-17 Thread Patrick Karl
I have a LilyPond file, Sonata_Op6No10_atb_TB_100.ly-preprocessed.ly, which emits the following log file when compiled: Pats-Mac-Pro:test_articulate pat$ lilypond $f GNU LilyPond 2.14.0 Processing `Sonata_Op6No10_atb_TB_100.ly-preprocessed.ly' Parsing... Interpreting music... Interpreting

Format of lilypond-user Digest change

2011-04-30 Thread Patrick Karl
Sometime between April 7 and April 12 the format of the user digest has been changed with respect to the Url's for scrubbed attachments. The old format, found on April 7 and before, was: -- next part -- An HTML attachment was scrubbed... URL:

Re: font use

2011-04-27 Thread Patrick Karl
Message: 1 Date: Tue, 26 Apr 2011 17:09:10 +0100 From: Phil Holmes m...@philholmes.net To: Fr. Michael Gilmary, mma frmichaelgilm...@maronitemonks.org, lilypond-user@gnu.org, James Lowe james.l...@datacore.com Subject: Re: font use There have been a few reports of problems with

Can't embed font for chord changes

2011-04-03 Thread Patrick Karl
I am unable to compile the following file: \version 2.12.3 melody = \relative c' { s4 fis4 fis8 e4. } harmonies = \chordmode { a1:7 } \score { \new ChordNames { \set chordChanges = ##t

Re: problem with OS X 10.6.7 and Lily-PDFs

2011-03-31 Thread Patrick Karl
Message: 3 Date: Thu, 31 Mar 2011 13:21:09 +0200 From: Jan-Peter Voigt jp.vo...@gmx.de Subject: problem with OS X 10.6.7 and Lily-PDFs To: lilypond-user Mailinglist lilypond-user@gnu.org Message-ID: 4d9463a5.1000...@gmx.de Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Re: Bug in LilyPondTool PDF preview after openjdk-6-jre update (Ubuntu)

2011-02-08 Thread Patrick Karl
Date: Tue, 8 Feb 2011 09:30:26 +0100 From: Francisco Vila paconet@gmail.com I always thought: LilyPondTool is for Windows users, and Linux people use Frescobaldi if they need something similar. Apparently I was wrong ? LPT runs on jEdit which runs on jre which runs on Windows and

Re: irregular volta brackets (Akira)

2011-01-16 Thread Patrick Karl
O Message: 7 Date: Sun, 16 Jan 2011 18:58:12 +0900 From: Akira i.love.the.pika...@gmail.com Subject: irregular volta brackets To: lilypond-user@gnu.org Message-ID: AANLkTin+MCZbtVXQL_wT9A0FuBGJqMNZdKn8yAEs5=q...@mail.gmail.com Content-Type: text/plain; charset=iso-8859-1 I can't

Re: ANN: New LilyPondTool version available for testing

2011-01-16 Thread Patrick Karl
From: Bertalan Fodor (LilyPondTool) lilypondt...@organum.hu Date: January 14, 2011 10:52:04 AM CST To: lilypond-user@gnu.org Subject: ANN: New LilyPondTool version available for testing I deployed a new version (2.12.932) of LilyPondTool for testing. Just drop

Re: lilypond-user Digest, Vol 97, Issue 114

2010-12-23 Thread Patrick Karl
Message: 1 Date: Wed, 22 Dec 2010 19:39:19 -0800 (PST) From: MING TSANGtsan...@rogers.com Subject: Re: lilypond-user Digest, Vol 97, Issue 111 To: lilypond-user@gnu.org Message-ID:842388.24231...@web88007.mail.re2.yahoo.com Content-Type: text/plain; charset=us-ascii I try all three links and I

Re: lilypond-user Digest, Vol 97, Issue 111

2010-12-23 Thread Patrick Karl
Message: 2 Date: Thu, 23 Dec 2010 09:12:43 +0100 From: Valentin Villenavevalen...@villenave.net Subject: Re: lilypond-user Digest, Vol 97, Issue 111 To: MING TSANGtsan...@rogers.com Cc: lilypond-user@gnu.org Message-ID: aanlktimtv6p=ea6keotxbk-i7dptsks+fvgno0ps0...@mail.gmail.com

Re: lilypond-user Digest, Vol 97, Issue 111

2010-12-23 Thread Patrick Karl
Message: 3 Date: Thu, 23 Dec 2010 10:44:38 +0100 From: Mike Solomonmike...@ufl.edu Subject: Re: Lily Dances -- lilypond-user Digest, Vol 97, Issue 111 To: Father Gordon Gilbertfatherg...@gmail.com Cc: lilypond-user@gnu.org Message-ID:286acb8f-27bf-4429-8d37-35d26c403...@ufl.edu Content-Type:

Re: bar number printed above the phrase (slur) curve

2010-12-16 Thread Patrick Karl
Message: 1 Date: Thu, 16 Dec 2010 09:34:54 +0100 From: Jan Warcho? lemniskata.bernoulli...@gmail.com Subject: Re: bar number printed above the phrase (slur) curve To: MING TSANG tsan...@rogers.com Cc: lilypond-user lilypond-user@gnu.org Message-ID:

Re: vim

2010-12-03 Thread Patrick Karl
On Dec 3, 2010, at 11:01 AM, lilypond-user-requ...@gnu.org wrote: Message: 1 Date: Fri, 03 Dec 2010 07:58:07 -0800 From: michael webster semiqua...@mac.com Subject: Re:vim To: lilypond-user@gnu.org Message-ID: 7697ea0a-cba0-47c0-b978-b25c6ffd3...@mac.com Content-Type: text/plain;

Can LilyPond do incipits?

2010-11-21 Thread Patrick Karl
I'm trying to duplicate in LilyPond a very ugly photocopied piece of music, which was handed out in an Early Music workshop, which includes incipits. Does LilyPond do incipits? The only thing I find in the v2.12 NR is: Incipits TBC See also which doesn't seem very promising.

Re: Distance between systems/staves

2010-11-11 Thread Patrick Karl
Message: 3 Date: Thu, 11 Nov 2010 08:23:01 + (UTC) From: Christian Bos christian@gmail.com Subject: Distance between systems/staves To: lilypond-user@gnu.org Message-ID: loom.2010t092226-...@post.gmane.org Content-Type: text/plain; charset=us-ascii Hello, I am working

Re: lilypond-user Digest, Vol 96, Issue 3

2010-11-01 Thread Patrick Karl
The following snippet: \version 2.12.3 T = \relative b' { cis2. c4 } \score { \new Staff { \T } \layout { \context { \Voice \consists Ambitus_engraver } } } generates the following in the log file: Preprocessing graphical objects... programming error:

Ambitus_engraver engenders programming error

2010-11-01 Thread Patrick Karl
On Nov 1, 2010, at 6:17 PM, Patrick Karl wrote: The following snippet: \version 2.12.3 T = \relative b' { cis2. c4 } \score { \new Staff { \T } \layout { \context { \Voice \consists Ambitus_engraver } } } generates the following in the log file

Re: lilypond-user Digest, Vol 95, Issue 119

2010-10-29 Thread Patrick Karl
Message: 1 Date: Thu, 28 Oct 2010 19:55:49 -0400 From: Fr. Michael Gilmary frmichaelgilm...@maronitemonks.org Subject: Re: extra spacing between staves and verses To: lilypond-user@gnu.org Message-ID: 4cca0d85.7010...@maronitemonks.org Content-Type: text/plain; charset=utf-8 Thanks to

Ties in alternative endings

2010-10-04 Thread Patrick Karl
The NR deals with certain problems with ties in alternative endings, but I haven't seen a solution to the following problem: \version 2.12.3 \relative c' { a' b c d~ \repeat volta 2 { d e f g } \alternative { { a, b c d~ } { a1 } }

Re: Global Font Change?

2010-08-28 Thread Patrick Karl
From: Bernardo Barros bernardobarr...@gmail.com Date: August 28, 2010 11:34:10 AM CDT To: Christopher Meredith chmered...@gmail.com Cc: lilypond-user@gnu.org Subject: Re: Global Font Change? sorry, but why this works: ls trashme.txt and not this: lilypond

global-set-staff-size not equivalent to layout-set-staff-size?

2010-08-14 Thread Patrick Karl
The following snippet is engraved differently depending on whether the #(set-global-staff-size 9) or #(layout-set-staff-size 9) is in effect. The difference is that the set-global-staff-size command causes the piece to be engraved on a single page, while the

Accidental not properly notated in score

2010-05-04 Thread Patrick Karl
Can anyone explain why the 2nd d-sharp is not notated in the music in the following snippet: \version 2.12.2 \relative g'' { \partial 4 r4 r2. dis4 e2. \repeat volta 2 { \partial 4 c8 dis e2. } } I understand that I

Re: Problem with initial grace note

2010-03-08 Thread Patrick Karl
On 8 Mar 2010 22:44:02 Graham Percival wrote: Yes, read the warning at the bottom of the doc page about grace notes. I suppose you're referring to: Grace note synchronization can also lead to surprises. Staff notation, such as key signatures, bar lines, etc., are also synchronized.

Re: placing fermata over

2010-02-05 Thread Patrick Karl
On 5 Feb 2010 at 14:50 Paul Scott wrote: Should the following work? I'm looking for a way to put a centered fermata over a bar of music. (In the actual case I want a tremolo under the fermata.) \version 2.13.12 \new Staff { s1^\fermataMarkup } { a1 } At version 2.12.2 the right way to do

Where are error messages explained?

2010-02-04 Thread Patrick Karl
Message: 5 Date: Wed, 3 Feb 2010 21:42:55 -0700 From: Carl Sorensen c_soren...@byu.edu Subject: Re: Editing notes in a separate file To: michael_odonn...@acm.org michael_odonn...@acm.org, lilypond-user lilypond-user@gnu.org Message-ID: c78f9e5f.fc36%c_soren...@byu.edu Content-Type:

Re: lilypond-user Digest, Vol 87, Issue 11

2010-02-02 Thread Patrick Karl
Hi James, Message: 1 Date: Tue, 02 Feb 2010 10:52:26 + From: James Lowe james.l...@datacore.com Subject: Re: pid leakage in LilyPond You also don't have to keep closing the PDF file (like you do in windows) as preview (in built for the mac os) just re-displays the new changes rather than

git, webgit

2010-02-01 Thread Patrick Karl
Thanks for the report. I've fixed this in git. Look at the docs in webgit first, and glance at the contributor's guide. What are git and webgit? Where should I have learned that? Thanks ___ lilypond-user mailing list lilypond-user@gnu.org

pid leakage in LilyPond

2010-02-01 Thread Patrick Karl
I have noticed a resource problem in LilyPond, namely invocation of the Compile/Typeset file command in interactive mode always consumes one more pid. When I enter music, I incrementally compile it as I go. I do my work on a Mac running OS 10.4. There are a fixed number of pids

Fwd: pid leakage in LilyPond

2010-02-01 Thread Patrick Karl
in LilyPond 2.13. Regards, Pat James -Original Message- From: lilypond-user-bounces+james.lowe=datacore@gnu.org on behalf of Patrick Karl Sent: Mon 01/02/2010 20:27 To: lilypond-user@gnu.org Subject: pid leakage in LilyPond I have noticed a resource problem in LilyPond

Leading grace note in alternative ending

2010-01-24 Thread Patrick Karl
The following input results in two problems: * The following message appears in the log file: warning: already have a volta spanner, ending that one prematurely I have no idea what that means, nor where to go to find out. * The output pdf file is flawed. Each

Re: Missing graphic files

2010-01-20 Thread Patrick Karl
have to place them in the proper place. I am curious how the missing graphic files came to be missing without the concomitant deletion of the Guide. On Jan 17, 2010, at 8:57 PM, Patrick Karl wrote: On Jan 16, 2010, at 5:18 PM, John Mandereau wrote: Hi Patrick, Le samedi 16 janvier 2010 à

Re: Missing graphic files

2010-01-17 Thread Patrick Karl
On Jan 16, 2010, at 5:18 PM, John Mandereau wrote: Hi Patrick, Le samedi 16 janvier 2010 à 16:47 -0600, Patrick Karl a écrit : I am a relative newcomer to LilyPond. I happened upon the Guide for the Absolute Beginner at http://wiki.lilynet.net/index.php/ Guide_for_the_Absolute_Beginner