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 the

Re: cue note fontsize inherited by uncued notes?

2015-12-26 Thread Patrick Karl
does the 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 a écrit : The output from the following snippet seems odd: \version "2.19.32" A = \relativ

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 c'

Re: Segmentation Fault in music with cueDuring

2015-12-29 Thread Patrick Karl
b, or newline. 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 %%%

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 did

Re: Segmentation Fault in music with cueDuring

2015-12-30 Thread Patrick Karl
mentation of tied individual notes within quoted 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

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

\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 w

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 { <<

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 positio

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 { rag

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 absolute "octave"? > g. %%% How about: pattern = { c16 d e f g a b c

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 anything similar to "\setOctave"? Do you see any >

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_Absolut

Re: Missing graphic files

2010-01-20 Thread Patrick Karl
edge and authority would 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,

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 alternative

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 htt

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 availab

Fwd: pid leakage in LilyPond

2010-02-01 Thread Patrick Karl
2244 - S+p1 0:00.01 grep 9800 So there you have it, a zombie pid for each cmd-r. Of course this problem might have been fixed in LilyPond 2.13. Regards, Pat James -Original Message- From: lilypond-user-bounces+james.lowe=datacore@gnu.org on behalf of Pa

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 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 what windows does, which

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 Subject: Re: Editing notes in a separate file To: "michael_odonn...@acm.org" , lilypond-user Message-ID: Content-Type: text/plain; charset="iso-8859-1" On 3/2/10 21:42 Carl Sorensen wrote: On 1/2/10 10:06 AM, "M

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

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. Take

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 co

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 "layo

Re: lilypond-user Digest, Vol 93, Issue 51

2010-08-20 Thread Patrick Karl
Can anyone explain why "attachments" to entries on the lilypond-user Digest that get sent to me are defective? For example, when I click on the first link in Message 1 (Subj: Help with my Lilypond-Latex Issue from Marc Schonbrun) in the lilypond-user Digest, Vol 93, Issue 51, I get: 404 not f

Re: Accidental overlaying stem

2010-08-25 Thread Patrick Karl
In lilypond-user Digest, Vol 93, Issue 67 Nick Payne wrote: > Message: 4 > Date: Wed, 25 Aug 2010 07:46:06 +1000 > From: Nick Payne > Subject: Re: Accidental overlaying stem > To: Phil Holmes > Cc: bug-lilyp...@gnu.org, lilypond-user@gnu.org > Message-ID: <4c743d9e.30...@internode.on.net> > Cont

Re: Global Font Change?

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

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: 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" > 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 Xavier and Bill fo

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... > progr

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 "Am

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 > Subject: Distance between systems/staves > To: lilypond-user@gnu.org > Message-ID: > Content-Type: text/plain; charset=us-ascii > > Hello, > > I am working on a piece containing multiple scores in one file, l

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: 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 > Subject: Re:vim > To: lilypond-user@gnu.org > Message-ID: <7697ea0a-cba0-47c0-b978-b25c6ffd3...@mac.com> > Content-Type: text/plain; charset=US-ASCII;

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? > Subject: Re: bar number printed above the phrase (slur) curve > To: MING TSANG > Cc: lilypond-user > Message-ID: > > Content-Type: text/plain; charset=UTF-8 > > 2010/12/16 MING TSANG : >> >> Is it possible to

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 TSANG 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 got the follow

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 Villenave Subject: Re: lilypond-user Digest, Vol 97, Issue 111 To: MING TSANG Cc: lilypond-user@gnu.org Message-ID: Content-Type: text/plain; charset=UTF-8 On Thu, Dec 23, 2010 at 4:39 AM, MING TSANG wrote: I try all thre

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 Solomon Subject: Re: Lily Dances -- lilypond-user Digest, Vol 97, Issue 111 To: Father Gordon Gilbert Cc: lilypond-user@gnu.org Message-ID:<286acb8f-27bf-4429-8d37-35d26c403...@ufl.edu> Content-Type: text/plain; charset=us-ascii Dear Go

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 > Subject: irregular volta brackets > To: lilypond-user@gnu.org > Message-ID: > > Content-Type: text/plain; charset="iso-8859-1" > > I can't finish the last volta brackets but I need to. > how to do this? It's standard

Re: ANN: New LilyPondTool version available for testing

2011-01-16 Thread Patrick Karl
> From: "Bertalan Fodor (LilyPondTool)" > 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 http://lilypondtool.organum.hu/LilyPond

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 >> >> 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 Linux. > Fres

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 > Subject: problem with OS X 10.6.7 and Lily-PDFs > To: lilypond-user Mailinglist > Message-ID: <4d9463a5.1000...@gmx.de> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > Hello List, > > I installed M

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: font use

2011-04-27 Thread Patrick Karl
> > Message: 1 > Date: Tue, 26 Apr 2011 17:09:10 +0100 > From: "Phil Holmes" > To: "Fr. Michael Gilmary, mma" , > , "James Lowe" > Subject: Re: font use > > There have been a few reports of problems with fonts on Macs. These seem all > to be related to a GhostScript upgrade - I think a

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: > http://lists.gnu.o

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... > Interpr

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 URL: I am still extremely puzzled by the inclusion of information

Re: list of changes in minor versions

2011-06-22 Thread Patrick Karl
Date: Wed, 22 Jun 2011 10:20:57 +0100 From: Graham Percival To: Marc Mouries Cc: lilypond-user Subject: Re: list of changes in minor versions Message-ID:<20110622092057.GA26249@futoi> Content-Type: text/plain; charset=us-ascii On Tue, Jun 21, 2011 at 10:27:40PM -0400, Marc Mouries wrote: I

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 a

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" > To: lilypond-user@gnu.org > Subject: Regarding \break and multimeasure rests. > Message-ID: > > Content-Type: text/plain; charset="iso-8859-1" > > Greetings All, > I am currently working on a compositi

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 initi

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

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:

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 > To: harm6 > Cc: lilypond-user@gnu.org > Subject: Re: how to color a repeat bar line? > Message-ID: > > Content-Type: text/plain; charset=UTF-8 > > On 3 August 2011 02:09, harm6 wrote: >> >> Hi, >> >> try:

\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.

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

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 > 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.20

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.) ___ lilypon

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 layout-set-staff-si

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 { \keep

Lilypondtool/jEdit problem

2011-12-04 Thread Patrick Karl
Does anyone know how I might revert to the old behaviors? > > I have in the meantime upgraded 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 c

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 > To: Keith OHara > 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. > 2012/1/19 Keith OHara > >> Ca

Re: Collision between tie and pitched trill

2012-01-20 Thread Patrick Karl
f you use other interval other than the second it's even more visible > \version "2.14.2" > \relative g'' { > \pitchedTrill g1 ~ \startTrillSpan bes g2 No collision with: \pitchedTrill g1_ ~ \startTrillSpan bes g2 > > } > > > > > 2012

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 > 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; charset=ISO-8859-1; format

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: lilypond-user Digest, Vol 112, Issue 47

2012-03-10 Thread Patrick Karl
On Mar 10, 2012, at 1:35 PM, James wrote: > Message: 6 > Date: Sat, 10 Mar 2012 19:34:40 + > From: James > To: "Peter O'Doherty" > Cc: lilypond-user@gnu.org > Subject: Re: tupletFullLength clashes with barline > Message-ID: > > Content-Type: text/plain; charset=ISO-8859-1 > > Hello

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" > To: > Subject: Blank pages within a score Version 2.14.2 > Message-ID: <95B3725ABDE2433BB4E51D0C33B05BE2@PeterVista> > Content-Type: text/plain; charset="us-ascii" > > I have found that page-turn-breaking does not

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 > Subject: Re: Different staff sizes > Message-ID: <4fa7d431.7040...@gmail.com> > you can override the staff-space of the staffsymbol like that: > > \layou

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 always

Re: lilypond-book

2012-06-18 Thread Patrick Karl
t; What attached file? I only see the above URL, which points nowhere, i.e., when I click on the link I get the error message: > Not Found > > The requested URL > /archive/html/lilypond-user/attachments/20120618/88e7ee84/attachment.pdf was > not found on this server. >

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 { } \mi

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 #"bass"R1 g4 a b c } Bass = \relative g { \clef bass g,2 d' } \addQuote "Bass" \Bass

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 > 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 features (tieWaitFor

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 be

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 2} >> } } \new Staff {

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 char

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

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 }   \new

Re: pageBreak causes multiple ChoirStaff or StaffGroup System Start Delimiters

2019-08-10 Thread Patrick Karl
>>   \new PianoStaff <<   \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:3

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 lookin

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 perf

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 third

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

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: Extra space at the beginning of the bar > Message-ID: > Content-Type: text/plai

\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 sim

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 immedia

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

2018-07-25 Thread Patrick Karl
hairpin stops at the barline.  I have 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

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 \st

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. Furt

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 footnote/footer > > On 18.04.2016 15:21, Kieren MacMillan wrote: >> Hi Bart, >> >> On Apr 17, 2016, at 2:27 PM, bart

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: 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 : The following MWE: \version "2.19.38" music = { c'4 c''' r2 } \score { \new Staff \music \layout { \context { \Staff \consists "Ambitus_engr

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

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 To: Jacques Menu Muzhic Message: 5 Date: Sun, 4 Sep 2016 17:41:42 +0200 From: Jacques Menu Muzhic To: Andrew Bernard Cc: Jacques Menu Muzhic

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 file