Re: Staccato Dot Size

2017-05-05 Thread Benjamin Strecker
On Fri, May 5, 2017 at 3:24 PM, David Nalesnik wrote: > On Fri, May 5, 2017 at 2:10 PM, Urs Liska wrote: >> >> >> Am 5. Mai 2017 20:52:35 MESZ schrieb Karlin High : >>>On 5/5/2017 1:16 PM, Benjamin Strecker wrote: How would I go about globally reducing the size of the staccato dot? >>> >>>Th

Re: Staccato Dot Size

2017-05-05 Thread David Nalesnik
On Fri, May 5, 2017 at 2:10 PM, Urs Liska wrote: > > > Am 5. Mai 2017 20:52:35 MESZ schrieb Karlin High : >>On 5/5/2017 1:16 PM, Benjamin Strecker wrote: >>> How would I go about globally reducing the size of the staccato dot? >> >>The solution is probably going to involve a \context { } block. Ma

Re: Staccato Dot Size

2017-05-05 Thread Urs Liska
Am 5. Mai 2017 20:52:35 MESZ schrieb Karlin High : >On 5/5/2017 1:16 PM, Benjamin Strecker wrote: >> How would I go about globally reducing the size of the staccato dot? > >The solution is probably going to involve a \context { } block. Maybe >something like this: > >% BEGIN LILYPOND CODE >\vers

Re: Staccato Dot Size

2017-05-05 Thread Karlin High
On 5/5/2017 1:16 PM, Benjamin Strecker wrote: > How would I go about globally reducing the size of the staccato dot? The solution is probably going to involve a \context { } block. Maybe something like this: % BEGIN LILYPOND CODE \version "2.19.59" \score { c'4 -. \layout { \context

Re: staccato dots and slurs in second voice

2015-01-26 Thread David Nalesnik
On Mon, Jan 26, 2015 at 9:33 AM, David Nalesnik wrote: > I have something which is almost ready to be reviewed, but I need to get > several patches pushed and into current master first. > > A patch is up for review: see https://code.google.com/p/lilypond/issues/detail?id=2535 --David _

Re: staccato dots and slurs in second voice

2015-01-26 Thread David Nalesnik
Hi Werner, On Mon, Jan 26, 2015 at 12:24 AM, Werner LEMBERG wrote: > > >> That's effectively what I'm doing. I'm changing the X-offset > >> callback because it's only there that the property > >> toward-stem-shift is read (see scm/output-lib.scm). The trick is > >> allowing two different concu

Re: staccato dots and slurs in second voice

2015-01-25 Thread Werner LEMBERG
>> That's effectively what I'm doing. I'm changing the X-offset >> callback because it's only there that the property >> toward-stem-shift is read (see scm/output-lib.scm). The trick is >> allowing two different concurrent values for toward-stem-shift: 1.0 >> for when the staccato is alone, 0.0

Re: staccato dots and slurs in second voice

2015-01-25 Thread David Nalesnik
On Sun, Jan 25, 2015 at 8:24 PM, David Nalesnik wrote: > Hi Jay, > > On Sun, Jan 25, 2015 at 7:03 PM, Jay Anderson > wrote: > >> On Sun, Jan 25, 2015 at 5:14 PM, David Nalesnik >> wrote: >> > It's definitely possible! Using a pointer to a ScriptColumn, the >> X-offset >> > callback for Script

Re: staccato dots and slurs in second voice

2015-01-25 Thread David Nalesnik
Hi Jay, On Sun, Jan 25, 2015 at 7:03 PM, Jay Anderson wrote: > On Sun, Jan 25, 2015 at 5:14 PM, David Nalesnik > wrote: > > It's definitely possible! Using a pointer to a ScriptColumn, the > X-offset > > callback for Script can be modified to (1) center staccatos over the > stem if > > no othe

Re: staccato dots and slurs in second voice

2015-01-25 Thread Jay Anderson
On Sun, Jan 25, 2015 at 5:14 PM, David Nalesnik wrote: > It's definitely possible! Using a pointer to a ScriptColumn, the X-offset > callback for Script can be modified to (1) center staccatos over the stem if > no other articulations are present; (2) center them over the note head if > multiple

Re: staccato dots and slurs in second voice

2015-01-25 Thread David Nalesnik
Hi, On Sun, Jan 25, 2015 at 5:50 PM, David Nalesnik wrote: > > > On Sun, Jan 25, 2015 at 2:15 PM, David Nalesnik > wrote: > >> Hi Kieren, >> >> On Sun, Jan 25, 2015 at 1:54 PM, Kieren MacMillan < >> kieren_macmil...@sympatico.ca> wrote: >> >>> Hi David, >>> >>> > This situation with staccato do

Re: staccato dots and slurs in second voice

2015-01-25 Thread David Nalesnik
On Sun, Jan 25, 2015 at 2:15 PM, David Nalesnik wrote: > Hi Kieren, > > On Sun, Jan 25, 2015 at 1:54 PM, Kieren MacMillan < > kieren_macmil...@sympatico.ca> wrote: > >> Hi David, >> >> > This situation with staccato dots is more complex, however. Gould >> says: "Staccato dots and wedges by thems

Re: staccato dots and slurs in second voice

2015-01-25 Thread David Nalesnik
Hi Kieren, On Sun, Jan 25, 2015 at 1:54 PM, Kieren MacMillan < kieren_macmil...@sympatico.ca> wrote: > Hi David, > > > This situation with staccato dots is more complex, however. Gould says: > "Staccato dots and wedges by themselves look best centred on a stem ... > although many editions do cen

Re: staccato dots and slurs in second voice

2015-01-25 Thread Kieren MacMillan
Hi David, > This situation with staccato dots is more complex, however. Gould says: > "Staccato dots and wedges by themselves look best centred on a stem ... > although many editions do centre them on the notehead" (118). Good point. Perhaps it could/should be a parameter? Thanks, Kieren. ___

Re: staccato dots and slurs in second voice

2015-01-25 Thread David Nalesnik
Hi, On Sun, Jan 25, 2015 at 8:39 AM, Kieren MacMillan < kieren_macmil...@sympatico.ca> wrote: > Hi Werner, > > This lovely collection of snippets reveals oh so many problems… :) > > 1. The staccato dot should be directly at the end of the stem (see Gould, > etc.), unless it’s part of a compound/

Re: staccato dots and slurs in second voice

2015-01-25 Thread Kieren MacMillan
Hi Werner, This lovely collection of snippets reveals oh so many problems… :) 1. The staccato dot should be directly at the end of the stem (see Gould, etc.), unless it’s part of a compound/multiple articulation. 2. Yes, the slur should behave as if there’s a beam present. 3. Yes, the slur sh

Re: Staccato

2015-01-20 Thread Kieren MacMillan
Hi Cynthia, > Is Gould's "Behind Bars" the unofficial go-to reference for LilyPond notation > questions? Gould’s “Behind Bars” is now the de facto “bible” for composers, arrangers, and engravers with respect to most standard musical notation issues. Cheers, Kieren. ___ Kie

Re: Staccato

2015-01-20 Thread Cynthia Karl
> On Jan 20, 2015, at 7:14 AM, Noeck wrote: > > > 4. To find the override for staccatos, I tried to find the property of > Script that specifies the direction. I used the Frescobaldi autocomplete > and typed \override Script. and Ctrl+Space which showed me > that there is a property called dire

Re: Staccato

2015-01-20 Thread Noeck
Hi Cynthia, > You must have an intimate knowledge of LP source code to be able to say that. to be honest, it’s not "intimate knowledge of LP source code". I write my approach (what I did) here, perhaps it is helpful for you or someone else: 1. Such things can almost always be changed via the rig

Re: Staccato

2015-01-20 Thread Ted Lemon
On Jan 19, 2015, at 9:43 PM, Cynthia Karl wrote: > You must have an intimate knowledge of LP source code to be able to say that. > In the Learning Manual, there is a single mention of dotsDown, in a > discussion of UP and DOWN. In the Notation Manual, there are five mentions, > one saying sim

Re: Staccato

2015-01-20 Thread Kevin Barry
Dear Cynthia, The rules about articulation placement are solidly established and differ depending on whether a staff has a single voice or two. The extract you quoted from Read is the rule as it applies to a single voice. When two voices share a staff the articulation placement is reversed (think

Re: Staccato

2015-01-20 Thread Mark Knoop
At 22:01 on 19 Jan 2015, Kieren MacMillan wrote: >Hi, > >On Jan 19, 2015, at 9:43 PM, Cynthia Karl wrote: > >> You must have an intimate knowledge of LP source code to be able to >> say that. […] How would anyone know what \dotsDown does? > >1. Search the contents of the application for “dotsDown”

Re: Staccato

2015-01-19 Thread Kieren MacMillan
Hi, On Jan 19, 2015, at 9:43 PM, Cynthia Karl wrote: > You must have an intimate knowledge of LP source code to be able to say that. > […] > How would anyone know what \dotsDown does? 1. Search the contents of the application for “dotsDown” — find 4 results. 2. The one in property-init.ly is

Re: Staccato

2015-01-19 Thread Cynthia Karl
> Date: Mon, 19 Jan 2015 23:18:31 +0100 > From: Noeck > Subject: Re: Staccato > Am 19.01.2015 um 20:29 schrieb Cynthia Karl: >> >>> On Jan 19, 2015, at 1:20 PM, Ed Gordijn >> <mailto:ed.klari...@gmail.com>> wrote: >>> >>> Hi Cynth

Re: Staccato

2015-01-19 Thread Noeck
Am 19.01.2015 um 20:29 schrieb Cynthia Karl: > >> On Jan 19, 2015, at 1:20 PM, Ed Gordijn > > wrote: >> >> Hi Cynthia, >> > Is there a way to get the second snippet to produce regular staccato dots? >> >> You van use \dotsDown or \dotsUp I confirm – as it has been

Re: Staccato

2015-01-19 Thread Jay Anderson
On Mon, Jan 19, 2015 at 11:45 AM, Cynthia Karl wrote: > Section 1.285 "staccato" of the 2.19.15 LilyPond Music Glossary says: > Staccato is indicated by a dot above or below the note head. Gardner Read > ("Music Notation: A Manual of Modern Practice") agrees with this and has a > little pict

Re: Staccato

2015-01-19 Thread Cynthia Karl
> On Jan 19, 2015, at 1:20 PM, Ed Gordijn wrote: > > Hi Cynthia, > > Is there a way to get the second snippet to produce regular staccato dots? > > You van use \dotsDown or \dotsUp > > Greetings, Ed > It’s difficult to tell exactly what those commands do, but I don’t think they’re intended

Re: Staccato

2015-01-19 Thread Ed Gordijn
Hi Cynthia, > Is there a way to get the second snippet to produce regular staccato dots? You van use \dotsDown or \dotsUp Greetings, Ed ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

RE: Staccato

2015-01-19 Thread Mark Stephen Mrotek
Cynthia, The placement of the staccato, also fingerings, articulations, and dynamics, can be place above a note using "^" and below a note using "_" in place of the "-." Mark http://lilypond.org/doc/v2.18/Documentation/notation/inside-the-staff http://lilypond.org/doc/v2.18/Documentation/source/

Re: Staccato mark outside slur

2013-03-13 Thread David Kastrup
Ralph Palmer writes: > On Wed, Mar 13, 2013 at 8:27 AM, David Kastrup wrote: > > Ralph Palmer writes: > > > Greetings - > > > > I'm running LY 2.16.2 under Linux Ubuntu. > > > > I'm trying to move a staccato mark outside a slur, and I'm not > having > > any

Re: Staccato mark outside slur

2013-03-13 Thread Ralph Palmer
On Wed, Mar 13, 2013 at 8:27 AM, David Kastrup wrote: > Ralph Palmer writes: > > > Greetings - > > > > I'm running LY 2.16.2 under Linux Ubuntu. > > > > I'm trying to move a staccato mark outside a slur, and I'm not having > > any luck. I'm attaching a minimal .ly file, its result, and an image

Re: Staccato mark outside slur

2013-03-13 Thread David Kastrup
Ralph Palmer writes: > Greetings - > > I'm running LY 2.16.2 under Linux Ubuntu. > > I'm trying to move a staccato mark outside a slur, and I'm not having > any luck. I'm attaching a minimal .ly file, its result, and an image > of what I'm trying to achieve. > > Can anyone point out my error? Tr

Re: Staccato in brackets

2009-01-04 Thread Reinhold Kainhofer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Sonntag, 4. Januar 2009 18:56:46 schrieb Hasi: > I need to make staccato signs in brackets. Does anyone know how? Yes, the documentation knows a lot ;-) It even has this very example with parenthesized staccato-dots: http://kainhofer.com/~lilypond

Re: Staccato in polyfony

2006-02-02 Thread Graham Percival
On 1-Feb-06, at 7:57 AM, quasd (sent by Nabble.com) wrote: Is this a bug? The staccato marks are displayed on the wrong side of the note. I tried both the latest stable release and the newest development release.  \context Voice << { r4 c4-. d2. e4-. f2 } \\ { e2. f4-. g2. a4-. b2.} >> I

Re: staccato-tenuto

2002-08-19 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > A related question: How do you change these priorities > from within a .ly file if you want a special layout for > one piece? You don't. The Script code is ancient cruft and should be rewritten. -- Han-Wen Nienhuys | [EMAIL PROTECTED]| http://www.cs.uu.nl/~

Re: staccato-tenuto

2002-07-25 Thread Simon Bailey
On Thu, 2002-07-25 at 11:53, Mats Bengtsson wrote: > A related question: How do you change these priorities > from within a .ly file if you want a special layout for > one piece? changing the priorities didnt actually work for me... i did however find the portato symbol in the feta font document

Re: staccato-tenuto

2002-07-25 Thread Mats Bengtsson
A related question: How do you change these priorities from within a .ly file if you want a special layout for one piece? /Mats > [EMAIL PROTECTED] writes: > > hi all, > > > > the following construct will give me a staccato-tenuto note: > > > > c---. > > > > however, the staccato dot is b

Re: staccato-tenuto

2002-07-13 Thread Simon Bailey
thanks, hanwen. greetings, simon. -- Confucius say, man who live in glass house shower in basement. ___ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user